summaryrefslogtreecommitdiff
path: root/graphics/pngcrush
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2012-06-11 07:06:21 +0000
committeradam <adam@pkgsrc.org>2012-06-11 07:06:21 +0000
commitd9ed1645e2c0b2bd898be70675a776eb723c6f7f (patch)
treedb1ad374cc94d375c049442175c76d5d3660a27d /graphics/pngcrush
parenta697296614464cbdd6b7fd00fc60f996fc364082 (diff)
downloadpkgsrc-d9ed1645e2c0b2bd898be70675a776eb723c6f7f.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/pngcrush')
-rw-r--r--graphics/pngcrush/Makefile4
-rw-r--r--graphics/pngcrush/distinfo10
-rw-r--r--graphics/pngcrush/patches/patch-aa4
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