Date: Sun, 22 Sep 2013 23:18:59 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327901 - head/graphics/pngcrush Message-ID: <201309222318.r8MNIxKX046337@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler Date: Sun Sep 22 23:18:58 2013 New Revision: 327901 URL: http://svnweb.freebsd.org/changeset/ports/327901 Log: Update to 1.7.67 Modernize LIB_DEPENDS Tested with poudriere Approved by: jsa (maintainer) Modified: head/graphics/pngcrush/Makefile head/graphics/pngcrush/distinfo Modified: head/graphics/pngcrush/Makefile ============================================================================== --- head/graphics/pngcrush/Makefile Sun Sep 22 23:14:15 2013 (r327900) +++ head/graphics/pngcrush/Makefile Sun Sep 22 23:18:58 2013 (r327901) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pngcrush -PORTVERSION= 1.7.59 +PORTVERSION= 1.7.67 CATEGORIES= graphics MASTER_SITES= SF/pmt/${PORTNAME}/${PORTVERSION}/ \ SF/pmt/${PORTNAME}/old-versions/1.7/${PORTVERSION}/ @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-nol MAINTAINER= jsa@FreeBSD.org COMMENT= Optimizer for PNG files -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png USE_XZ= yes CFLAGS+= -DPNGCRUSH_COUNT_COLORS -I${LOCALBASE}/include Modified: head/graphics/pngcrush/distinfo ============================================================================== --- head/graphics/pngcrush/distinfo Sun Sep 22 23:14:15 2013 (r327900) +++ head/graphics/pngcrush/distinfo Sun Sep 22 23:18:58 2013 (r327901) @@ -1,2 +1,2 @@ -SHA256 (pngcrush-1.7.59-nolib.tar.xz) = 0dd7b7d0fb73e8ce9ada44ab1690613dc58c0800806bf3b06a411d69ffd37eb0 -SIZE (pngcrush-1.7.59-nolib.tar.xz) = 56532 +SHA256 (pngcrush-1.7.67-nolib.tar.xz) = 1ed050059f38504ca9eeef5bfae88fe8c69905e7337e454254cf2fad20f8e83c +SIZE (pngcrush-1.7.67-nolib.tar.xz) = 57908
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309222318.r8MNIxKX046337>