Fri Nov 15 08:35:27 2013 UTC ()
Changes 1.7.69:
* Check for NULL return from malloc().
* Undefine CLOCKS_PER_SECOND "1000" found in some version of MinGW.
* Replaced most "atoi(argv[++i])" with "pngcrush_get_long" which does
    "BUMP_I; strtol(argv[i],ptr,10)" and added pngcrush_check_long macro
    to detect malformed or missing parameters (debian bug 716149).
* Added global_things_have_changed=1 when reading -bkgd.
* The "-bit_depth N" option did not work reliably and has been removed.


(adam)
diff -r1.76 -r1.77 pkgsrc/graphics/pngcrush/Makefile
diff -r1.56 -r1.57 pkgsrc/graphics/pngcrush/distinfo

cvs diff -r1.76 -r1.77 pkgsrc/graphics/pngcrush/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/pngcrush/Makefile 2013/09/01 07:34:35 1.76
+++ pkgsrc/graphics/pngcrush/Makefile 2013/11/15 08:35:26 1.77
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.76 2013/09/01 07:34:35 adam Exp $ 1# $NetBSD: Makefile,v 1.77 2013/11/15 08:35:26 adam Exp $
2 2
3DISTNAME= pngcrush-1.7.67-nolib 3DISTNAME= pngcrush-1.7.69-nolib
4PKGNAME= ${DISTNAME:C/-nolib//} 4PKGNAME= ${DISTNAME:C/-nolib//}
5CATEGORIES= graphics 5CATEGORIES= graphics
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmt/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmt/}
7EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
8 8
9MAINTAINER= rh@NetBSD.org 9MAINTAINER= rh@NetBSD.org
10HOMEPAGE= http://pmt.sourceforge.net/pngcrush/index.html 10HOMEPAGE= http://pmt.sourceforge.net/pngcrush/index.html
11COMMENT= Optimizer for PNG (Portable Network Graphics) files 11COMMENT= Optimizer for PNG (Portable Network Graphics) files
12LICENSE= zlib 12LICENSE= zlib
13 13
14NO_CONFIGURE= yes 14NO_CONFIGURE= yes
15INSTALLATION_DIRS= bin 15INSTALLATION_DIRS= bin
16 16

cvs diff -r1.56 -r1.57 pkgsrc/graphics/pngcrush/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/pngcrush/distinfo 2013/09/01 07:34:35 1.56
+++ pkgsrc/graphics/pngcrush/distinfo 2013/11/15 08:35:26 1.57
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.56 2013/09/01 07:34:35 adam Exp $ 1$NetBSD: distinfo,v 1.57 2013/11/15 08:35:26 adam Exp $
2 2
3SHA1 (pngcrush-1.7.67-nolib.tar.xz) = 611e93e2f05130a147b225a863224fbd25052937 3SHA1 (pngcrush-1.7.69-nolib.tar.xz) = 0b316ba3602f09eeec84aff703e7a267670b4119
4RMD160 (pngcrush-1.7.67-nolib.tar.xz) = 8bbc78bc7891fe88e4d0041dae5ee4c92937a403 4RMD160 (pngcrush-1.7.69-nolib.tar.xz) = 0615a1bef05afda4ba2843110119ace2c6ef84c5
5Size (pngcrush-1.7.67-nolib.tar.xz) = 57908 bytes 5Size (pngcrush-1.7.69-nolib.tar.xz) = 58420 bytes
6SHA1 (patch-aa) = c8342e5bb7947f1dc2ff31f0ef45190ebcc71d8e 6SHA1 (patch-aa) = c8342e5bb7947f1dc2ff31f0ef45190ebcc71d8e