From owner-svn-ports-all@FreeBSD.ORG Fri Sep 6 14:11:43 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8917188C; Fri, 6 Sep 2013 14:11:43 +0000 (UTC) (envelope-from bf@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5CD542E10; Fri, 6 Sep 2013 14:11:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86EBh0K026073; Fri, 6 Sep 2013 14:11:43 GMT (envelope-from bf@svn.freebsd.org) Received: (from bf@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86EBgKt026068; Fri, 6 Sep 2013 14:11:42 GMT (envelope-from bf@svn.freebsd.org) Message-Id: <201309061411.r86EBgKt026068@svn.freebsd.org> From: Brendan Fabeny Date: Fri, 6 Sep 2013 14:11:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326502 - head/graphics/exact-image X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Sep 2013 14:11:43 -0000 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