diff options
author | adam <adam@pkgsrc.org> | 2009-06-08 07:50:06 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2009-06-08 07:50:06 +0000 |
commit | a1899267f1ea09498856227580e720baa7f5e25b (patch) | |
tree | 8d98ff61a5c654a909e9d7d1812124fe8bc5b1fa /graphics | |
parent | 62027e3c0592426c9090ed5ea88e22ea712297c6 (diff) | |
download | pkgsrc-a1899267f1ea09498856227580e720baa7f5e25b.tar.gz |
Changes 1.6.19:
* Added missing curly braces that caused erroneous png_error message about
"original PNG could not be recovered" in pngcrush-1.6.17 and 18.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pngcrush/Makefile | 6 | ||||
-rw-r--r-- | graphics/pngcrush/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile index 4093ca64438..a216c8b936e 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2009/05/14 06:09:24 adam Exp $ +# $NetBSD: Makefile,v 1.34 2009/06/08 07:50:06 adam Exp $ -DISTNAME= pngcrush-1.6.17-nolib -PKGNAME= pngcrush-1.6.17 +DISTNAME= pngcrush-1.6.19-nolib +PKGNAME= pngcrush-1.6.19 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmt/} EXTRACT_SUFX= .tar.bz2 diff --git a/graphics/pngcrush/distinfo b/graphics/pngcrush/distinfo index d82859b2a11..71d474220f3 100644 --- a/graphics/pngcrush/distinfo +++ b/graphics/pngcrush/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2009/05/14 06:09:24 adam Exp $ +$NetBSD: distinfo,v 1.20 2009/06/08 07:50:06 adam Exp $ -SHA1 (pngcrush-1.6.17-nolib.tar.bz2) = 45ec3384a4255d3ba1eb9503656bcc8b74381d1d -RMD160 (pngcrush-1.6.17-nolib.tar.bz2) = 2d0a011eac38dd5f97aca93b96f40b32396e0709 -Size (pngcrush-1.6.17-nolib.tar.bz2) = 55273 bytes +SHA1 (pngcrush-1.6.19-nolib.tar.bz2) = f3077e706ead1231c67dd9c995d87b27bf04125d +RMD160 (pngcrush-1.6.19-nolib.tar.bz2) = f22573b33e525fabb971f0da2dc3412957e1d9f0 +Size (pngcrush-1.6.19-nolib.tar.bz2) = 53664 bytes |