diff options
author | wiz <wiz@pkgsrc.org> | 2013-09-12 13:00:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-09-12 13:00:53 +0000 |
commit | 37ff4ff39ac69f46b04966c0f27de38c97e594cc (patch) | |
tree | 492db1775e256f4f26f87743ae94d161fe6755f8 /graphics | |
parent | 9d41f6b78edb6c8f21304cf7c0735fb929e4ee74 (diff) | |
download | pkgsrc-37ff4ff39ac69f46b04966c0f27de38c97e594cc.tar.gz |
Update to 1.6.4:
Changes since the last public release (1.6.3):
Added information about png_set_options() to the manual.
Delay calling png_init_filter_functions() until a row with nonzero filter
is found.
Fixed inconsistent conditional compilation of png_chunk_unknown_handling()
prototype, definition, and usage. Made it depend on
PNG_HANDLE_AS_UNKNOWN_SUPPORTED everywhere.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/png/Makefile | 4 | ||||
-rw-r--r-- | graphics/png/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index bedd816d3d0..a251963c8d0 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.160 2013/07/18 06:26:51 wiz Exp $ +# $NetBSD: Makefile,v 1.161 2013/09/12 13:00:53 wiz Exp $ -DISTNAME= libpng-1.6.3 +DISTNAME= libpng-1.6.4 PKGNAME= ${DISTNAME:S/lib//} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/} \ diff --git a/graphics/png/distinfo b/graphics/png/distinfo index 083fa456799..f60917e9633 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.105 2013/07/18 06:26:51 wiz Exp $ +$NetBSD: distinfo,v 1.106 2013/09/12 13:00:53 wiz Exp $ -SHA1 (libpng-1.6.3.tar.xz) = adc60a2c117a0929e18bf357e0a1e6115a9e3b76 -RMD160 (libpng-1.6.3.tar.xz) = f3d98f9bcc2a313ccb46ad79327efb5c6f2e5483 -Size (libpng-1.6.3.tar.xz) = 869244 bytes +SHA1 (libpng-1.6.4.tar.xz) = 32a1302a9358928e00dbaa50fd753a30439ddec5 +RMD160 (libpng-1.6.4.tar.xz) = 7800047ac0b8e8bbcd5079460aa99993cef551d6 +Size (libpng-1.6.4.tar.xz) = 868812 bytes SHA1 (patch-aa) = 080c890ee48923db959fcdeeb12e4a5a27845138 |