From 4b21fdfe99515631d3bf8d7a34448dc0b8478b9c Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 24 Jan 2013 21:00:42 +0000 Subject: Version 1.7.44 (built with libpng-1.5.14 and zlib-1.2.7) Version 1.7.43 (built with libpng-1.5.13 and zlib-1.2.7) Added "remove(inname)" before "rename(outname, inname)" when using the "-ow" option on CYGWIN/MinGW because "rename()" does not work if the target file exists. Use the bundled "zlib.h" when PNGCRUSH_H is defined, otherwise use the system . Version 1.7.42 (built with libpng-1.5.13 and zlib-1.2.7) Use malloc() and free() instead of png_malloc_default() and png_free_default(). This will be required to run with libpng-1.7.x. Revised the PNG_ABORT definition in pngcrush.h to work with libpng-1.7.x. Revised zutil.h to avoid redefining ptrdiff_t on MinGW/CYGWIN platforms. --- graphics/pngcrush/Makefile | 4 ++-- graphics/pngcrush/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile index 08521d21063..a7534ee27c2 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.65 2012/10/25 11:29:28 adam Exp $ +# $NetBSD: Makefile,v 1.66 2013/01/24 21:00:42 adam Exp $ -DISTNAME= pngcrush-1.7.41-nolib +DISTNAME= pngcrush-1.7.44-nolib PKGNAME= ${DISTNAME:C/-nolib//} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmt/} diff --git a/graphics/pngcrush/distinfo b/graphics/pngcrush/distinfo index fb5337b215e..43f96b35e79 100644 --- a/graphics/pngcrush/distinfo +++ b/graphics/pngcrush/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.46 2012/10/25 11:29:28 adam Exp $ +$NetBSD: distinfo,v 1.47 2013/01/24 21:00:42 adam Exp $ -SHA1 (pngcrush-1.7.41-nolib.tar.xz) = f842b7a2d26009c41c145ca6e82daaece1bc7088 -RMD160 (pngcrush-1.7.41-nolib.tar.xz) = fa7b25e1cca792624909f0473122a99759449aa1 -Size (pngcrush-1.7.41-nolib.tar.xz) = 52760 bytes +SHA1 (pngcrush-1.7.44-nolib.tar.xz) = b4ff51d6210911619509d9903281a4771518a808 +RMD160 (pngcrush-1.7.44-nolib.tar.xz) = 5399a403aecab754187f85c4965c0cafb67aef8c +Size (pngcrush-1.7.44-nolib.tar.xz) = 53400 bytes SHA1 (patch-aa) = c8342e5bb7947f1dc2ff31f0ef45190ebcc71d8e -- cgit v1.2.3