diff options
author | adam <adam@pkgsrc.org> | 2012-01-12 16:21:08 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-01-12 16:21:08 +0000 |
commit | e09e1aa3c5bf847d017226bbabf379339153f62a (patch) | |
tree | 3a4a8d8196ab684abaf5dd8984567f9174035658 /graphics | |
parent | 1a1590461281ed30cf343f1cf13e79d2565a4d8f (diff) | |
download | pkgsrc-e09e1aa3c5bf847d017226bbabf379339153f62a.tar.gz |
Changes 1.7.24:
* Do not append a slash to the directory name if it already has one.
Changes 1.7.23:
* Ignore any attempt to use "-ow" with the "-d" or "-e" options, with warning.
* Include zlib.h if ZLIB_H is not defined (instead of checking the libpng
version; see entry below for pngcrush-1.7.14), and include string.h
if _STRING_H_ is not defined (because libpng-1.6 does not include string.h)
* Define SLASH = backslash on Windows platforms so the "-d" option will work.
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 569dc563250..c54f8507e81 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.52 2011/12/09 11:50:21 adam Exp $ +# $NetBSD: Makefile,v 1.53 2012/01/12 16:21:08 adam Exp $ -DISTNAME= pngcrush-1.7.22-nolib +DISTNAME= pngcrush-1.7.24-nolib PKGNAME= ${DISTNAME:C/-nolib//} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmt/} diff --git a/graphics/pngcrush/distinfo b/graphics/pngcrush/distinfo index 70cdbe6b099..78099cc87f2 100644 --- a/graphics/pngcrush/distinfo +++ b/graphics/pngcrush/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.35 2011/12/09 11:50:22 adam Exp $ +$NetBSD: distinfo,v 1.36 2012/01/12 16:21:08 adam Exp $ -SHA1 (pngcrush-1.7.22-nolib.tar.bz2) = c675da1efc2e6ab2482b97cbc2fe9933c81cc870 -RMD160 (pngcrush-1.7.22-nolib.tar.bz2) = e765cb02044297e5b2b2e73c5276d0ec08611812 -Size (pngcrush-1.7.22-nolib.tar.bz2) = 49981 bytes +SHA1 (pngcrush-1.7.24-nolib.tar.bz2) = bdce4f4bceafaefeaa2d528a44d149a98ff850fa +RMD160 (pngcrush-1.7.24-nolib.tar.bz2) = f5c4756ddd16e098b138c040fba6dc59db5c57d1 +Size (pngcrush-1.7.24-nolib.tar.bz2) = 50514 bytes SHA1 (patch-aa) = fc0fd239c05513469554264a7e62dd8a722ab522 |