diff options
author | pawel <pawel@FreeBSD.org> | 2014-03-14 02:03:06 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-03-14 02:03:06 +0800 |
commit | b7e1e2679e2028d252a2a0e08686c6c228a87f37 (patch) | |
tree | 3d41b9875a91ff64caefb6b7f93cee97435e941d /graphics | |
parent | 28fff1ba5665671f4f32f348db4868e858d7443d (diff) | |
download | freebsd-ports-gnome-b7e1e2679e2028d252a2a0e08686c6c228a87f37.tar.gz freebsd-ports-gnome-b7e1e2679e2028d252a2a0e08686c6c228a87f37.tar.zst freebsd-ports-gnome-b7e1e2679e2028d252a2a0e08686c6c228a87f37.zip |
Update to version 1.7.72
PR: ports/187353
Submitted by: maintainer
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pngcrush/Makefile | 6 | ||||
-rw-r--r-- | graphics/pngcrush/distinfo | 4 | ||||
-rw-r--r-- | graphics/pngcrush/pkg-descr | 2 |
3 files changed, 5 insertions, 7 deletions
diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile index 59a65ec9748a..8be51d460efe 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pngcrush -PORTVERSION= 1.7.71 +PORTVERSION= 1.7.72 CATEGORIES= graphics MASTER_SITES= SF/pmt/${PORTNAME}/${PORTVERSION}/ \ SF/pmt/${PORTNAME}/old-versions/1.7/${PORTVERSION}/ @@ -13,7 +13,7 @@ COMMENT= Optimizer for PNG files LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png -USE_XZ= yes +USES= tar:xz CFLAGS+= -DPNGCRUSH_COUNT_COLORS -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}" LD="${CC}" LDFLAGS="${LDFLAGS}" @@ -21,6 +21,6 @@ MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}" LD="${CC}" LDFLAGS="${LDFLAGS}" PLIST_FILES= bin/pngcrush do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/pngcrush ${STAGEDIR}${PREFIX}/bin/pngcrush + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/pngcrush .include <bsd.port.mk> diff --git a/graphics/pngcrush/distinfo b/graphics/pngcrush/distinfo index 6ba3bb1451fc..bb92564c3253 100644 --- a/graphics/pngcrush/distinfo +++ b/graphics/pngcrush/distinfo @@ -1,2 +1,2 @@ -SHA256 (pngcrush-1.7.71-nolib.tar.xz) = cdb3a58122ff35187e126e605a82709cb33e39c52af8f16254a5408368a0aa24 -SIZE (pngcrush-1.7.71-nolib.tar.xz) = 58412 +SHA256 (pngcrush-1.7.72-nolib.tar.xz) = 8c253f47de7be7e33d5d10879be9240b94b38d2e15fdddd709c9ad9b8c037042 +SIZE (pngcrush-1.7.72-nolib.tar.xz) = 58388 diff --git a/graphics/pngcrush/pkg-descr b/graphics/pngcrush/pkg-descr index aa136972e254..7e017be4f176 100644 --- a/graphics/pngcrush/pkg-descr +++ b/graphics/pngcrush/pkg-descr @@ -5,6 +5,4 @@ levels 3 and 9). It does the most time-consuming method last in case it turns out to be the best. Optionally, it can remove unwanted chunks or add gAMA and sRGB chunks. -pngcrush does not require external X/png libraries. - WWW: http://pmt.sourceforge.net/pngcrush/ |