diff options
author | adam <adam> | 2012-06-11 07:06:21 +0000 |
---|---|---|
committer | adam <adam> | 2012-06-11 07:06:21 +0000 |
commit | 4e4265ce5a80a3846711269ed27ad547089a16ee (patch) | |
tree | db1ad374cc94d375c049442175c76d5d3660a27d /graphics | |
parent | a86d1357f84ed722de6453ca3be3b31f089675cd (diff) | |
download | pkgsrc-4e4265ce5a80a3846711269ed27ad547089a16ee.tar.gz |
Changes 1.7.29:
* Set "things_have_changed" flag when adding text chunks, so the "-force"
option is no longer necessary when adding text to an already-compressed
file.
* Direct usage message and error messages to stderr instead of stdout. If
anyone is still using DOS they may have to change the "if 0" at line
990 to "if 1".
* Added "pngcrush -n -v files.png" to the usage message.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pngcrush/Makefile | 4 | ||||
-rw-r--r-- | graphics/pngcrush/distinfo | 10 | ||||
-rw-r--r-- | graphics/pngcrush/patches/patch-aa | 4 |
3 files changed, 10 insertions, 8 deletions
diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile index ebfb5c6771e..c8fd3a34328 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.56 2012/05/25 08:01:33 adam Exp $ +# $NetBSD: Makefile,v 1.57 2012/06/11 07:06:21 adam Exp $ -DISTNAME= pngcrush-1.7.28-nolib +DISTNAME= pngcrush-1.7.29-nolib PKGNAME= ${DISTNAME:C/-nolib//} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmt/} diff --git a/graphics/pngcrush/distinfo b/graphics/pngcrush/distinfo index 06e8cf74678..dd9ecb3afb3 100644 --- a/graphics/pngcrush/distinfo +++ b/graphics/pngcrush/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.38 2012/05/25 08:01:33 adam Exp $ +$NetBSD: distinfo,v 1.39 2012/06/11 07:06:21 adam Exp $ -SHA1 (pngcrush-1.7.28-nolib.tar.xz) = 80647f7dd385453d6dc7a2b1fc8f28d4ca766489 -RMD160 (pngcrush-1.7.28-nolib.tar.xz) = 158f52a1d7f8f6f0aab5dec69c85780a42dbff41 -Size (pngcrush-1.7.28-nolib.tar.xz) = 49356 bytes -SHA1 (patch-aa) = fc0fd239c05513469554264a7e62dd8a722ab522 +SHA1 (pngcrush-1.7.29-nolib.tar.xz) = 7797818ee3346eebc448267a8185efac74505e22 +RMD160 (pngcrush-1.7.29-nolib.tar.xz) = ee77bbfe2ce4a228329a5f26ebede5b458916d14 +Size (pngcrush-1.7.29-nolib.tar.xz) = 49660 bytes +SHA1 (patch-aa) = c8342e5bb7947f1dc2ff31f0ef45190ebcc71d8e diff --git a/graphics/pngcrush/patches/patch-aa b/graphics/pngcrush/patches/patch-aa index 6cad556a302..c4c436a62b1 100644 --- a/graphics/pngcrush/patches/patch-aa +++ b/graphics/pngcrush/patches/patch-aa @@ -1,4 +1,6 @@ -$NetBSD: patch-aa,v 1.11 2011/10/14 17:56:24 adam Exp $ +$NetBSD: patch-aa,v 1.12 2012/06/11 07:06:21 adam Exp $ + +Don't override CC, LD, CFLAGS and LDFLAGS. --- Makefile.orig 2011-01-21 23:04:44.000000000 +0000 +++ Makefile |