diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-09-22 23:18:58 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-09-22 23:18:58 +0000 |
commit | ac1f9c8397a3429d3e2e4574d90f4daff3fe7258 (patch) | |
tree | f738e8a53afa4591aa45dd57f769abc99622e155 /graphics/pngcrush | |
parent | de3dc748946721ddcbc021cdbcfabc4f742d7750 (diff) | |
download | ports-ac1f9c8397a3429d3e2e4574d90f4daff3fe7258.tar.gz ports-ac1f9c8397a3429d3e2e4574d90f4daff3fe7258.zip |
Notes
Diffstat (limited to 'graphics/pngcrush')
-rw-r--r-- | graphics/pngcrush/Makefile | 4 | ||||
-rw-r--r-- | graphics/pngcrush/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile index c58cef96b694..02741ddec183 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -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}-nolib 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 diff --git a/graphics/pngcrush/distinfo b/graphics/pngcrush/distinfo index ff9163b8c013..fb4ae4d2890c 100644 --- a/graphics/pngcrush/distinfo +++ b/graphics/pngcrush/distinfo @@ -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 |