diff options
author | stas <stas@FreeBSD.org> | 2008-03-12 05:13:53 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2008-03-12 05:13:53 +0800 |
commit | 7843035eea9d002a1991cf57b8c8c617c6f55b1f (patch) | |
tree | 5c186a065f2ed99e4bc9b28ae52aa862ee51b8e9 /graphics/epeg | |
parent | 5ca76f49f1219351516746abab31c1305b88f628 (diff) | |
download | freebsd-ports-gnome-7843035eea9d002a1991cf57b8c8c617c6f55b1f.tar.gz freebsd-ports-gnome-7843035eea9d002a1991cf57b8c8c617c6f55b1f.tar.zst freebsd-ports-gnome-7843035eea9d002a1991cf57b8c8c617c6f55b1f.zip |
- Update enlightenment-devel and EFL libraries to the latest snapshot
- Deprecate old unsupported apps and modules (entice, devian, eveil, engage)
- Split evas and ecore to separate modules to handle dependencies properly
- Disable PAM in enlightenment-devel as it don't work anyway (requires root
privilegies)
- Add DBUS support.
Thanks to: az
Diffstat (limited to 'graphics/epeg')
-rw-r--r-- | graphics/epeg/Makefile | 9 | ||||
-rw-r--r-- | graphics/epeg/distinfo | 6 | ||||
-rw-r--r-- | graphics/epeg/pkg-plist | 1 |
3 files changed, 8 insertions, 8 deletions
diff --git a/graphics/epeg/Makefile b/graphics/epeg/Makefile index f1058d66ac07..aa1096e4ef31 100644 --- a/graphics/epeg/Makefile +++ b/graphics/epeg/Makefile @@ -6,14 +6,15 @@ # PORTNAME= epeg -PORTVERSION= 20070223 +PORTVERSION= 0.9.1.042 PORTREVISION= 0 -PORTEPOCH= 1 +PORTEPOCH= 2 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ +MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ \ + http://download.enlightenment.org/snapshots/2008-01-25/ MAINTAINER= stas@FreeBSD.org -COMMENT= An IMMENSELY FAST JPEG thumbnailer library API +COMMENT= An immensely fast JPEG thumbnailing library LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg diff --git a/graphics/epeg/distinfo b/graphics/epeg/distinfo index 079569c41b92..91ede3084589 100644 --- a/graphics/epeg/distinfo +++ b/graphics/epeg/distinfo @@ -1,3 +1,3 @@ -MD5 (epeg-20070223.tar.bz2) = adbb92d557cda3bbe1478f8c89ee71df -SHA256 (epeg-20070223.tar.bz2) = b7b9eca6144ab9ab399134f2ca97fdef93933bd03f469cca562b0354bb2909a9 -SIZE (epeg-20070223.tar.bz2) = 1262325 +MD5 (epeg-0.9.1.042.tar.bz2) = b6eada50c40f46810530fe85a67f558d +SHA256 (epeg-0.9.1.042.tar.bz2) = e36ae9a19036db4742b05aef022418da1977ecda4b28b5cd40e42bec9f765759 +SIZE (epeg-0.9.1.042.tar.bz2) = 214226 diff --git a/graphics/epeg/pkg-plist b/graphics/epeg/pkg-plist index 0d9dc2614b69..4fc22be40b4d 100644 --- a/graphics/epeg/pkg-plist +++ b/graphics/epeg/pkg-plist @@ -1,5 +1,4 @@ bin/epeg -bin/epeg-config include/Epeg.h lib/libepeg.a lib/libepeg.la |