Date: Sat, 2 Mar 2013 05:48:29 +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: r313194 - head/graphics/exact-image Message-ID: <201303020548.r225mTlR056437@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bf Date: Sat Mar 2 05:48:29 2013 New Revision: 313194 URL: http://svnweb.freebsd.org/changeset/ports/313194 Log: update to 0.8.8 Modified: head/graphics/exact-image/Makefile head/graphics/exact-image/distinfo (contents, props changed) Modified: head/graphics/exact-image/Makefile ============================================================================== --- head/graphics/exact-image/Makefile Sat Mar 2 05:47:34 2013 (r313193) +++ head/graphics/exact-image/Makefile Sat Mar 2 05:48:29 2013 (r313194) @@ -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 Modified: head/graphics/exact-image/distinfo ============================================================================== --- head/graphics/exact-image/distinfo Sat Mar 2 05:47:34 2013 (r313193) +++ head/graphics/exact-image/distinfo Sat Mar 2 05:48:29 2013 (r313194) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303020548.r225mTlR056437>