summaryrefslogtreecommitdiff
path: root/graphics/optipng/Makefile
diff options
context:
space:
mode:
authoradam <adam>2012-09-01 09:19:20 +0000
committeradam <adam>2012-09-01 09:19:20 +0000
commit1419333725d9fd2a9d0329744ac90856cf8dc8f0 (patch)
tree793d51903a8217bb62b7ae4ecfeaa45624d96ccd /graphics/optipng/Makefile
parentf02aeaa3d575258193f5cb2de03e8012656628b0 (diff)
downloadpkgsrc-1419333725d9fd2a9d0329744ac90856cf8dc8f0.tar.gz
Changes 0.7.2:
* Upgraded libpng to version 1.4.12. * Upgraded zlib to version 1.2.7-optipng. ! Fixed the display of huge (4GB+) file/IDAT sizes on 32-bit platforms. ! Issued a proper error message if the output IDAT can't fit in 2GB. Acknowledged this limitation in the user manual. (Thanks to John Sauter for the report.) ! Fixed the output file cleanup that should occur after a write error. * Added the option -debug and various undocumented debug features. * Moved the PNG reduction module (opngreduc) to a separate sub-project.
Diffstat (limited to 'graphics/optipng/Makefile')
-rw-r--r--graphics/optipng/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/optipng/Makefile b/graphics/optipng/Makefile
index 0a54c8e4c26..bc72ffe7524 100644
--- a/graphics/optipng/Makefile
+++ b/graphics/optipng/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2012/03/20 19:55:19 adam Exp $
+# $NetBSD: Makefile,v 1.26 2012/09/01 09:19:20 adam Exp $
-DISTNAME= optipng-0.7.1
+DISTNAME= optipng-0.7.2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=optipng/}