diff options
author | wiz <wiz@pkgsrc.org> | 2009-09-10 17:52:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-09-10 17:52:31 +0000 |
commit | 7a71732d98e93ff7f1919b6a502c69cfb29d96b4 (patch) | |
tree | c4b40aae906256e2134fc5889dfa2861e4cd5375 /graphics | |
parent | 595f77c229a931e9b6ef65fc40e12e1ecf8c03f3 (diff) | |
download | pkgsrc-7a71732d98e93ff7f1919b6a502c69cfb29d96b4.tar.gz |
Update to 1.2.40:
version 1.2.40beta01 [August 20, 2009]
Removed an extra png_debug() recently added to png_write_find_filter().
Fixed incorrect #ifdef in pngset.c regarding unknown chunk support.
version 1.2.40rc01 [September 2, 2009]
Various bugfixes and improvements to CMakeLists.txt (Philip Lowman)
version 1.2.40 and 1.0.49 [September 10, 2009]
No changes.
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 2ae914dc78a..60fa233141f 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.118 2009/08/16 13:21:15 wiz Exp $ +# $NetBSD: Makefile,v 1.119 2009/09/10 17:52:31 wiz Exp $ -DISTNAME= libpng-1.2.39 +DISTNAME= libpng-1.2.40 PKGNAME= ${DISTNAME:S/lib//} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/} \ diff --git a/graphics/png/distinfo b/graphics/png/distinfo index c3887ef8a1b..a4df6d26421 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.61 2009/08/16 13:21:16 wiz Exp $ +$NetBSD: distinfo,v 1.62 2009/09/10 17:52:31 wiz Exp $ -SHA1 (libpng-1.2.39.tar.bz2) = 62cfa076066e70f923edea82045b67921cc5ea50 -RMD160 (libpng-1.2.39.tar.bz2) = 4be240043bf359510d8b7b8fcaa5b0add25ca0ea -Size (libpng-1.2.39.tar.bz2) = 642604 bytes +SHA1 (libpng-1.2.40.tar.bz2) = 776cf18a799af58303590f6996f6d3aa5a7908ff +RMD160 (libpng-1.2.40.tar.bz2) = 1ba929e73493bfc81bc95113f69f0ff9c5f47814 +Size (libpng-1.2.40.tar.bz2) = 629950 bytes SHA1 (patch-aa) = 27df7893fc54f7e87790850eb9f047155c73f7d3 SHA1 (patch-ac) = 44b167433e066556022d9b43fa33a7f887f83617 SHA1 (patch-ae) = e9700e7d3dd536d80e47cffa20b412a6c69660be |