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 /devel/eio | |
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 'devel/eio')
-rw-r--r-- | devel/eio/Makefile | 12 | ||||
-rw-r--r-- | devel/eio/distinfo | 4 | ||||
-rw-r--r-- | devel/eio/pkg-plist | 8 |
3 files changed, 14 insertions, 10 deletions
diff --git a/devel/eio/Makefile b/devel/eio/Makefile index 86702a7ea112..a148c6c4340d 100644 --- a/devel/eio/Makefile +++ b/devel/eio/Makefile @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= eio -DISTVERSION= 0.1.0.65643 +PORTVERSION= 1.7.4 CATEGORIES= devel enlightenment -MASTER_SITES= http://download.enlightenment.org/snapshots/2011-11-28/ \ - http://files.roorback.net/e17/base/ +MASTER_SITES= http://download.enlightenment.org/releases/ \ + LOCAL/gblach/e17/ MAINTAINER= gblach@FreeBSD.org COMMENT= Enlightenment Input/Output Library @@ -15,8 +15,12 @@ LICENSE= LGPL21 DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes -USE_EFL= eina ecore libtool_hack +USE_EFL= eina eet ecore libtool_hack USE_GNOME= gnomehack pkgconfig USE_LDCONFIG= yes +post-install: + @${RMDIR} ${PREFIX}/share/eio/examples + @${RMDIR} ${PREFIX}/share/eio + .include <bsd.port.mk> diff --git a/devel/eio/distinfo b/devel/eio/distinfo index d1cbcee60b58..922d527b7d98 100644 --- a/devel/eio/distinfo +++ b/devel/eio/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/eio-0.1.0.65643.tar.bz2) = 9352cbf545a66645d07ebdf413b0866b6f13b86e6e0bfed500523427ff6debb7 -SIZE (e17/eio-0.1.0.65643.tar.bz2) = 317461 +SHA256 (e17/eio-1.7.4.tar.bz2) = ec762fdc27779e774b6144d8aaea0127694f43a3dfb9809130429e191c7b4063 +SIZE (e17/eio-1.7.4.tar.bz2) = 355980 diff --git a/devel/eio/pkg-plist b/devel/eio/pkg-plist index 387029584514..64e86fd04179 100644 --- a/devel/eio/pkg-plist +++ b/devel/eio/pkg-plist @@ -1,6 +1,6 @@ -include/eio-0/Eio.h -include/eio-0/eio_inline_helper.x +include/eio-1/Eio.h +include/eio-1/eio_inline_helper.x lib/libeio.so -lib/libeio.so.1 +lib/libeio.so.8 libdata/pkgconfig/eio.pc -@dirrm include/eio-0 +@dirrm include/eio-1 |