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.
This commit is contained in:
parent
d1d9db56f9
commit
1811ecf019
2 changed files with 6 additions and 6 deletions
|
@ -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/}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue