From cf8b5b145014b0d4e34864dc2ca00cbed1a14ca8 Mon Sep 17 00:00:00 2001 From: bf Date: Fri, 6 Sep 2013 14:11:42 +0000 Subject: Update to 0.8.9 --- graphics/exact-image/Makefile | 22 +++++++++++----------- graphics/exact-image/distinfo | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) (limited to 'graphics') 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 -- cgit