diff options
author | bf <bf@FreeBSD.org> | 2013-09-06 22:11:42 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2013-09-06 22:11:42 +0800 |
commit | cf8b5b145014b0d4e34864dc2ca00cbed1a14ca8 (patch) | |
tree | 080d151f195417a5f1d475215aa28c4114a6e53e /graphics | |
parent | 000519c013309942a8dd10cf5ff1a17b1e20a4a7 (diff) | |
download | freebsd-ports-gnome-cf8b5b145014b0d4e34864dc2ca00cbed1a14ca8.tar.gz freebsd-ports-gnome-cf8b5b145014b0d4e34864dc2ca00cbed1a14ca8.tar.zst freebsd-ports-gnome-cf8b5b145014b0d4e34864dc2ca00cbed1a14ca8.zip |
Update to 0.8.9
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/exact-image/Makefile | 22 | ||||
-rw-r--r-- | graphics/exact-image/distinfo | 4 |
2 files changed, 13 insertions, 13 deletions
diff --git a/graphics/exact-image/Makefile b/graphics/exact-image/Makefile index b5839ba53941..ba249f157792 100644 --- a/graphics/exact-image/Makefile +++ b/graphics/exact-image/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= exact-image -PORTVERSION= 0.8.8 +PORTVERSION= 0.8.9 CATEGORIES= graphics perl5 python MASTER_SITES= http://dl.exactcode.de/oss/${PORTNAME}/ LOCAL/bf @@ -12,16 +12,16 @@ COMMENT= Fast image processing library LICENSE= GPLv2 BUILD_DEPENDS= swig>=1.3.32:${PORTSDIR}/devel/swig13 -LIB_DEPENDS= agg:${PORTSDIR}/graphics/agg \ - jpeg:${PORTSDIR}/graphics/jpeg \ - tiff:${PORTSDIR}/graphics/tiff \ - png15:${PORTSDIR}/graphics/png \ - gif:${PORTSDIR}/graphics/giflib \ - jasper:${PORTSDIR}/graphics/jasper \ - IlmImf:${PORTSDIR}/graphics/OpenEXR \ - lcms:${PORTSDIR}/graphics/lcms \ - freetype:${PORTSDIR}/print/freetype2 \ - expat:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= libagg.so:${PORTSDIR}/graphics/agg \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libtiff.so:${PORTSDIR}/graphics/tiff \ + libpng15.so:${PORTSDIR}/graphics/png \ + libgif.so:${PORTSDIR}/graphics/giflib \ + libjasper.so:${PORTSDIR}/graphics/jasper \ + libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \ + liblcms.so:${PORTSDIR}/graphics/lcms \ + libfreetype.so:${PORTSDIR}/print/freetype2 \ + libexpat.so:${PORTSDIR}/textproc/expat2 CFLAGS+= -fPIC #hack to get custom exactcode configure script to enable tiff support with diff --git a/graphics/exact-image/distinfo b/graphics/exact-image/distinfo index c7cc17b60700..1942760466b7 100644 --- a/graphics/exact-image/distinfo +++ b/graphics/exact-image/distinfo @@ -1,2 +1,2 @@ -SHA256 (exact-image-0.8.8.tar.bz2) = 639006b47d9c231349c552dccbedd1d87f2dd9d846e9d2e1bbac67368aca63b4 -SIZE (exact-image-0.8.8.tar.bz2) = 285222 +SHA256 (exact-image-0.8.9.tar.bz2) = 0709913e5852214de3bdfa5df0474a4a86b0e686df28f8afd826b5ad8676c372 +SIZE (exact-image-0.8.9.tar.bz2) = 297438 |