diff options
Diffstat (limited to 'graphics/evas-engine-x11')
-rw-r--r-- | graphics/evas-engine-x11/Makefile | 7 | ||||
-rw-r--r-- | graphics/evas-engine-x11/distinfo | 4 | ||||
-rw-r--r-- | graphics/evas-engine-x11/pkg-descr | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/graphics/evas-engine-x11/Makefile b/graphics/evas-engine-x11/Makefile index 5ae13f1c6df6..f6a8671c7e63 100644 --- a/graphics/evas-engine-x11/Makefile +++ b/graphics/evas-engine-x11/Makefile @@ -6,19 +6,20 @@ # PORTNAME= engine-x11 -DISTVERSION= 1.0.1 +DISTVERSION= 1.1.0 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-05-25/base/ + http://files.roorback.net/e17/2011-12-02/base/ PKGNAMEPREFIX= evas- DISTNAME= evas-${DISTVERSION} MAINTAINER= magik@roorback.net COMMENT= A hardware accelerated canvas API (X11 engine) +LICENSE= BSD + LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 -LICENSE= BSD DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/graphics/evas-engine-x11/distinfo b/graphics/evas-engine-x11/distinfo index c2623b766638..0159d761d2d9 100644 --- a/graphics/evas-engine-x11/distinfo +++ b/graphics/evas-engine-x11/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas-1.0.1.tar.bz2) = 250f1741bb8c5d1c2f8afc2e75f4fd3480b47fcc64cd88eafa1e1645471cb221 -SIZE (e17/evas-1.0.1.tar.bz2) = 1031231 +SHA256 (e17/evas-1.1.0.tar.bz2) = 7702a315dc22f4abc269f6a3ef2695b365a3eab4fd2fcdd07275e41221b03930 +SIZE (e17/evas-1.1.0.tar.bz2) = 9235732 diff --git a/graphics/evas-engine-x11/pkg-descr b/graphics/evas-engine-x11/pkg-descr index e525449b6c61..ff3217abcad0 100644 --- a/graphics/evas-engine-x11/pkg-descr +++ b/graphics/evas-engine-x11/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://enlightenment.sourceforge.net/Libraries/Evas/ +WWW: http://docs.enlightenment.org/auto/evas/ |