diff options
author | adam <adam@pkgsrc.org> | 2012-08-01 11:45:51 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-08-01 11:45:51 +0000 |
commit | 5faaba2b967b701fa9b4d24d971eff4a1ca7bc23 (patch) | |
tree | 085d21e0dbe4146555497f65ab9f6eaef55b39ef /graphics | |
parent | c678802bd6e366b812ff87455828928d6d14f096 (diff) | |
download | pkgsrc-5faaba2b967b701fa9b4d24d971eff4a1ca7bc23.tar.gz |
Changes 1.7.35:
* Removed FOPEN of fpout except for the last trial. The open files caused
"pngcrush -brute -e _ext.png *.png" to fail on the 10th file (about the
1024th compression trial) due to being unable to open the output file.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pngcrush/Makefile | 4 | ||||
-rw-r--r-- | graphics/pngcrush/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile index 638d480421c..b66bcca3890 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.60 2012/07/28 10:57:40 adam Exp $ +# $NetBSD: Makefile,v 1.61 2012/08/01 11:45:51 adam Exp $ -DISTNAME= pngcrush-1.7.34-nolib +DISTNAME= pngcrush-1.7.35-nolib PKGNAME= ${DISTNAME:C/-nolib//} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmt/} diff --git a/graphics/pngcrush/distinfo b/graphics/pngcrush/distinfo index 16c9ad70074..640b5b191c9 100644 --- a/graphics/pngcrush/distinfo +++ b/graphics/pngcrush/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.42 2012/07/28 10:57:40 adam Exp $ +$NetBSD: distinfo,v 1.43 2012/08/01 11:45:51 adam Exp $ -SHA1 (pngcrush-1.7.34-nolib.tar.xz) = 8230b3876da70271a88c05982f8797b866b803f0 -RMD160 (pngcrush-1.7.34-nolib.tar.xz) = 1a02ab7b2e17bf713279dec3d4c05260c6af3de1 -Size (pngcrush-1.7.34-nolib.tar.xz) = 50284 bytes +SHA1 (pngcrush-1.7.35-nolib.tar.xz) = 1db1052baac9f7d4577d222e0103547ba06326fc +RMD160 (pngcrush-1.7.35-nolib.tar.xz) = ce2e7bb6bcd3af052b1f0c7d59f980b003dd53aa +Size (pngcrush-1.7.35-nolib.tar.xz) = 50500 bytes SHA1 (patch-aa) = c8342e5bb7947f1dc2ff31f0ef45190ebcc71d8e |