diff options
author | vanilla <vanilla@FreeBSD.org> | 2005-07-18 20:36:58 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2005-07-18 20:36:58 +0800 |
commit | f2f9a7f79d96f899a594ee54aa2392cf8f36af8a (patch) | |
tree | aa413ce1c8358e66040965db66890c2e15abab37 /graphics | |
parent | 2c611b10373ce44376ca3a59e055779d8eebbb7e (diff) | |
download | freebsd-ports-gnome-f2f9a7f79d96f899a594ee54aa2392cf8f36af8a.tar.gz freebsd-ports-gnome-f2f9a7f79d96f899a594ee54aa2392cf8f36af8a.tar.zst freebsd-ports-gnome-f2f9a7f79d96f899a594ee54aa2392cf8f36af8a.zip |
Upgrade to 0.9.9.011.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/edje/Makefile | 8 | ||||
-rw-r--r-- | graphics/edje/distinfo | 4 | ||||
-rw-r--r-- | graphics/evas/Makefile | 2 | ||||
-rw-r--r-- | graphics/evas/distinfo | 4 | ||||
-rw-r--r-- | graphics/evas/pkg-descr | 2 |
5 files changed, 9 insertions, 11 deletions
diff --git a/graphics/edje/Makefile b/graphics/edje/Makefile index 04367616947c..5101418f9ea7 100644 --- a/graphics/edje/Makefile +++ b/graphics/edje/Makefile @@ -6,8 +6,8 @@ # PORTNAME= edje -PORTVERSION= 0.5.0.010 -PORTREVISION= 1 +PORTVERSION= 0.5.0.011 +PORTREVISION= 0 CATEGORIES= graphics MASTER_SITES= http://enlightenment.freedesktop.org/files/ @@ -20,9 +20,7 @@ LIB_DEPENDS= embryo.9:${PORTSDIR}/lang/embryo \ evas.1:${PORTSDIR}/graphics/evas \ ecore.1:${PORTSDIR}/x11/ecore -BROKEN= Incomplete pkg-plist - -USE_LIBTOOL_VER= 13 +USE_LIBTOOL_VER= 15 USE_GCC= 3.4 USE_GNOME= gnomehack pkgconfig gnometarget INSTALLS_SHLIB= yes diff --git a/graphics/edje/distinfo b/graphics/edje/distinfo index 1b69d85dc43c..6ee8243baffb 100644 --- a/graphics/edje/distinfo +++ b/graphics/edje/distinfo @@ -1,2 +1,2 @@ -MD5 (edje-0.5.0.010.tar.gz) = 18bf825dbc7c6d43942d8e7c4b34d472 -SIZE (edje-0.5.0.010.tar.gz) = 3161373 +MD5 (edje-0.5.0.011.tar.gz) = 8d1a137c2dfdd410ffad8bb01fd52151 +SIZE (edje-0.5.0.011.tar.gz) = 3161936 diff --git a/graphics/evas/Makefile b/graphics/evas/Makefile index 2aff30dfc999..eb0811d26579 100644 --- a/graphics/evas/Makefile +++ b/graphics/evas/Makefile @@ -6,7 +6,7 @@ # PORTNAME= evas -PORTVERSION= 0.9.9.010 +PORTVERSION= 0.9.9.011 CATEGORIES= graphics MASTER_SITES= http://enlightenment.freedesktop.org/files/ diff --git a/graphics/evas/distinfo b/graphics/evas/distinfo index 913f1f6c9116..8131f5bf0c3f 100644 --- a/graphics/evas/distinfo +++ b/graphics/evas/distinfo @@ -1,2 +1,2 @@ -MD5 (evas-0.9.9.010.tar.gz) = e7197ca22ee4aec41905cc0d03a7e899 -SIZE (evas-0.9.9.010.tar.gz) = 1403596 +MD5 (evas-0.9.9.011.tar.gz) = dcbce9345a5bbfc048e88eb9332781d9 +SIZE (evas-0.9.9.011.tar.gz) = 1404180 diff --git a/graphics/evas/pkg-descr b/graphics/evas/pkg-descr index f9d14e83e961..df7e9e96f10a 100644 --- a/graphics/evas/pkg-descr +++ b/graphics/evas/pkg-descr @@ -3,4 +3,4 @@ text, smooth super and sub-sampled images, alpha-blend, as well as drop down to using normal X11 primitives such as pixmaps, lines and rectangles for speed if your CPU or graphics hardware is too slow. -WWW: http://www.enlightenment.org/pages/evas.html +WWW: http://www.enlightenment.org/Libraries/Evas/index.html |