diff options
-rw-r--r-- | graphics/exact-image/Makefile | 25 | ||||
-rw-r--r-- | graphics/exact-image/distinfo | 4 |
2 files changed, 12 insertions, 17 deletions
diff --git a/graphics/exact-image/Makefile b/graphics/exact-image/Makefile index 786ee03f9659..8b868a186c21 100644 --- a/graphics/exact-image/Makefile +++ b/graphics/exact-image/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: exact-image -# Date created: 2 September 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= exact-image -PORTVERSION= 0.8.7 -PORTREVISION= 2 +PORTVERSION= 0.8.8 CATEGORIES= graphics perl5 python MASTER_SITES= http://dl.exactcode.de/oss/${PORTNAME}/ LOCAL/bf @@ -17,16 +12,16 @@ COMMENT= Fast image processing library LICENSE= GPLv2 BUILD_DEPENDS= swig>=1.3.32:${PORTSDIR}/devel/swig13 -LIB_DEPENDS= agg.2:${PORTSDIR}/graphics/agg \ - jpeg.11:${PORTSDIR}/graphics/jpeg \ - tiff.4:${PORTSDIR}/graphics/tiff \ +LIB_DEPENDS= agg:${PORTSDIR}/graphics/agg \ + jpeg:${PORTSDIR}/graphics/jpeg \ + tiff:${PORTSDIR}/graphics/tiff \ png15:${PORTSDIR}/graphics/png \ - gif.5:${PORTSDIR}/graphics/giflib \ - jasper.4:${PORTSDIR}/graphics/jasper \ + gif:${PORTSDIR}/graphics/giflib \ + jasper:${PORTSDIR}/graphics/jasper \ IlmImf:${PORTSDIR}/graphics/OpenEXR \ - lcms.1:${PORTSDIR}/graphics/lcms \ - freetype.9:${PORTSDIR}/print/freetype2 \ - expat.6:${PORTSDIR}/textproc/expat2 + lcms:${PORTSDIR}/graphics/lcms \ + freetype:${PORTSDIR}/print/freetype2 \ + expat:${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 e2e44c9ff4f0..c7cc17b60700 100644 --- a/graphics/exact-image/distinfo +++ b/graphics/exact-image/distinfo @@ -1,2 +1,2 @@ -SHA256 (exact-image-0.8.7.tar.bz2) = b1b5d00e98903b7f87019920b200c600c8cbfe574ec158729566fa37f2641dfd -SIZE (exact-image-0.8.7.tar.bz2) = 284271 +SHA256 (exact-image-0.8.8.tar.bz2) = 639006b47d9c231349c552dccbedd1d87f2dd9d846e9d2e1bbac67368aca63b4 +SIZE (exact-image-0.8.8.tar.bz2) = 285222 |