diff options
author | adam <adam@pkgsrc.org> | 2015-06-15 09:03:31 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-06-15 09:03:31 +0000 |
commit | 1c3d15479ef7e56db683cea5b48aabd66d38efa0 (patch) | |
tree | 7078f6f0e680c7db4545ea25b1e052a9396b922f /graphics | |
parent | 4521e5f5d7e578d989f9a32f2ce4124a9fb7136c (diff) | |
download | pkgsrc-1c3d15479ef7e56db683cea5b48aabd66d38efa0.tar.gz |
Version 1.7.85 (built with libpng-1.6.16 and zlib-1.2.8)
Improved reporting of invalid chunk names. Does not try to put
non-printable characters in STDERR; displays hex numbers instead.
Fixed include path for utime.h on MSVC (Louis McLaughlin).
Eliminated "FAR" memory support (it was removed from libpng at version
1.6.0).
Disabled the "-already_crushed" option which does not really work well.
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 0e4435f31c8..73fb1aeb306 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.84 2014/11/24 13:06:56 adam Exp $ +# $NetBSD: Makefile,v 1.85 2015/06/15 09:03:31 adam Exp $ -DISTNAME= pngcrush-1.7.81-nolib +DISTNAME= pngcrush-1.7.85-nolib PKGNAME= ${DISTNAME:C/-nolib//} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmt/} diff --git a/graphics/pngcrush/distinfo b/graphics/pngcrush/distinfo index 5dc44333e8e..273cdd7a192 100644 --- a/graphics/pngcrush/distinfo +++ b/graphics/pngcrush/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.63 2014/11/24 13:06:56 adam Exp $ +$NetBSD: distinfo,v 1.64 2015/06/15 09:03:31 adam Exp $ -SHA1 (pngcrush-1.7.81-nolib.tar.xz) = 11a1c09819423ac841906ac0bc2e7a5292b373c2 -RMD160 (pngcrush-1.7.81-nolib.tar.xz) = 44cc4b91276e3596c6ff110b4ca27a55b3f60fde -Size (pngcrush-1.7.81-nolib.tar.xz) = 59400 bytes +SHA1 (pngcrush-1.7.85-nolib.tar.xz) = 95ecddb7efb7e627a5c98676a93f5fc29dbe8c3e +RMD160 (pngcrush-1.7.85-nolib.tar.xz) = 9700e8084b10ccefaf924391c31b142fa18e6ac7 +Size (pngcrush-1.7.85-nolib.tar.xz) = 59828 bytes SHA1 (patch-aa) = c8342e5bb7947f1dc2ff31f0ef45190ebcc71d8e |