Date: Fri, 6 Sep 2013 14:11:42 +0000 (UTC) From: Brendan Fabeny <bf@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326502 - head/graphics/exact-image Message-ID: <201309061411.r86EBgKt026068@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bf Date: Fri Sep 6 14:11:42 2013 New Revision: 326502 URL: http://svnweb.freebsd.org/changeset/ports/326502 Log: Update to 0.8.9 Modified: head/graphics/exact-image/Makefile head/graphics/exact-image/distinfo Modified: head/graphics/exact-image/Makefile ============================================================================== --- head/graphics/exact-image/Makefile Fri Sep 6 14:11:11 2013 (r326501) +++ head/graphics/exact-image/Makefile Fri Sep 6 14:11:42 2013 (r326502) @@ -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 Modified: head/graphics/exact-image/distinfo ============================================================================== --- head/graphics/exact-image/distinfo Fri Sep 6 14:11:11 2013 (r326501) +++ head/graphics/exact-image/distinfo Fri Sep 6 14:11:42 2013 (r326502) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309061411.r86EBgKt026068>