diff options
author | gblach <gblach@FreeBSD.org> | 2012-12-23 04:54:59 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2012-12-23 04:54:59 +0800 |
commit | fb6528c60e3ea4f5ff74de6f21724d7ad28c0f7b (patch) | |
tree | 9c4bc08591050b7b536082be6db8392c913f8089 /graphics/evas-loader-gif | |
parent | 35e83ae5ca4ef2876eccf0e512467ede97187fb9 (diff) | |
download | freebsd-ports-gnome-fb6528c60e3ea4f5ff74de6f21724d7ad28c0f7b.tar.gz freebsd-ports-gnome-fb6528c60e3ea4f5ff74de6f21724d7ad28c0f7b.tar.zst freebsd-ports-gnome-fb6528c60e3ea4f5ff74de6f21724d7ad28c0f7b.zip |
- Update Enlightenment to 0.17.0
- Update EFL to 1.7.4
- Convert to OptionsNG
Approved by: crees (mentor)
Diffstat (limited to 'graphics/evas-loader-gif')
-rw-r--r-- | graphics/evas-loader-gif/Makefile | 14 | ||||
-rw-r--r-- | graphics/evas-loader-gif/distinfo | 4 |
2 files changed, 9 insertions, 9 deletions
diff --git a/graphics/evas-loader-gif/Makefile b/graphics/evas-loader-gif/Makefile index 6fa22af56e12..6ab8e258b03a 100644 --- a/graphics/evas-loader-gif/Makefile +++ b/graphics/evas-loader-gif/Makefile @@ -2,27 +2,27 @@ # $FreeBSD$ PORTNAME= loader-gif -DISTVERSION= 1.1.0 +PORTVERSION= 1.7.4 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-12-02/base/ + LOCAL/gblach/e17/ PKGNAMEPREFIX= evas- -DISTNAME= evas-${DISTVERSION} +DISTNAME= ${PKGNAMEPREFIX}${PORTVERSION} MAINTAINER= gblach@FreeBSD.org COMMENT= A hardware accelerated canvas API (GIF loader) LICENSE= BSD -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - freetype.9:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= gif:${PORTSDIR}/graphics/giflib \ + freetype:${PORTSDIR}/print/freetype2 DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes -USE_LDCONFIG= yes -USE_GNOME= gnomehack pkgconfig USE_EFL= evas librt_hack libtool_hack +USE_GNOME= gnomehack pkgconfig +USE_LDCONFIG= yes MAKEDIRS= ${WRKSRC}/src/modules/loaders/gif diff --git a/graphics/evas-loader-gif/distinfo b/graphics/evas-loader-gif/distinfo index 0159d761d2d9..82db61be2731 100644 --- a/graphics/evas-loader-gif/distinfo +++ b/graphics/evas-loader-gif/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas-1.1.0.tar.bz2) = 7702a315dc22f4abc269f6a3ef2695b365a3eab4fd2fcdd07275e41221b03930 -SIZE (e17/evas-1.1.0.tar.bz2) = 9235732 +SHA256 (e17/evas-1.7.4.tar.bz2) = 53f3e58c876c38a6de9aa65ae660e526bc4671d05397c2c347f11e5e61f50a8f +SIZE (e17/evas-1.7.4.tar.bz2) = 9365979 |