aboutsummaryrefslogtreecommitdiff
path: root/graphics/pngcrush
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-03-13 18:03:06 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-03-13 18:03:06 +0000
commit851bcd42a4483de069a8b879d407794fd811bc1d (patch)
tree3d41b9875a91ff64caefb6b7f93cee97435e941d /graphics/pngcrush
parentffdbf3a85b67a87a4a5f0d63d263749f2f87897e (diff)
downloadports-851bcd42a4483de069a8b879d407794fd811bc1d.tar.gz
ports-851bcd42a4483de069a8b879d407794fd811bc1d.zip
Update to version 1.7.72
PR: ports/187353 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=348111
Diffstat (limited to 'graphics/pngcrush')
-rw-r--r--graphics/pngcrush/Makefile6
-rw-r--r--graphics/pngcrush/distinfo4
-rw-r--r--graphics/pngcrush/pkg-descr2
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/