summaryrefslogtreecommitdiff
path: root/graphics/optipng/Makefile
diff options
context:
space:
mode:
authoradam <adam>2014-03-31 07:15:19 +0000
committeradam <adam>2014-03-31 07:15:19 +0000
commit44bcd7f2133e272205c1425044f88f05974019f4 (patch)
tree98762a837112787ee177bbdd88f536f96c2243c7 /graphics/optipng/Makefile
parent15823c3f7f8cfffa7d861e081f9f912d9cc6cd97 (diff)
downloadpkgsrc-44bcd7f2133e272205c1425044f88f05974019f4.tar.gz
Changes 0.7.5:
* Upgraded libpng to version 1.6.10-optipng. * Upgraded zlib to version 1.2.8-optipng. ! Fixed various build issues with libpng-1.5 and libpng-1.6. * Allowed the handling of huge image files (> millions of pixels per row or column) to be independent of the libpng version. + Allowed the option -preserve to save the file ownership (UID/GID) on Unix. ! Fixed a build issue with Clang. + Added various enhancements to the configure script.
Diffstat (limited to 'graphics/optipng/Makefile')
-rw-r--r--graphics/optipng/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/optipng/Makefile b/graphics/optipng/Makefile
index 508b65bf756..358cf02451d 100644
--- a/graphics/optipng/Makefile
+++ b/graphics/optipng/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2013/02/16 11:22:19 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2014/03/31 07:15:19 adam Exp $
-DISTNAME= optipng-0.7.4
-PKGREVISION= 1
+DISTNAME= optipng-0.7.5
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=optipng/}