1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

Update to version 1.7.72

PR:		ports/187353
Submitted by:	maintainer
This commit is contained in:
Pawel Pekala 2014-03-13 18:03:06 +00:00
parent ffdbf3a85b
commit 851bcd42a4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348111
3 changed files with 5 additions and 7 deletions

View File

@ -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>

View File

@ -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

View File

@ -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/