diff options
author | wiz <wiz@pkgsrc.org> | 2012-02-01 23:05:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-02-01 23:05:19 +0000 |
commit | 93be66587956751cb45a74197db150d7f65f8d94 (patch) | |
tree | d34c968639cae1df9cf3d5403dd57dfe0c2a1183 /graphics/png | |
parent | 2e33e623392b82670a725205652771301a5a7c02 (diff) | |
download | pkgsrc-93be66587956751cb45a74197db150d7f65f8d94.tar.gz |
Update to 1.5.8:
Version 1.5.8beta01 [January 15, 2011]
Removed '#include config.h"' from contrib/libtests/pngvalid.c. It's not
needed and causes trouble for VPATH building.
Moved AC_MSG_CHECKING([if libraries can be versioned]) later to the proper
location in configure.ac (Gilles Espinasse).
Fix bug in pngerror.c: some long warnings were being improperly truncated
(bug introduced in libpng-1.5.3beta05).
Version 1.5.8rc01 [January 21, 2012]
No changes.
Version 1.5.8rc02 [January 25, 2012]
Fixed Min/GW uninstall to remove libpng.dll.a
Conditionalize the install rules for MINGW and CYGWIN in CMakeLists.txt
Diffstat (limited to 'graphics/png')
-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 c84bb85079e..c1c04b9b205 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.142 2012/01/30 13:18:53 wiz Exp $ +# $NetBSD: Makefile,v 1.143 2012/02/01 23:05:19 wiz Exp $ -DISTNAME= libpng-1.5.7 +DISTNAME= libpng-1.5.8 PKGNAME= ${DISTNAME:S/lib//} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/} \ diff --git a/graphics/png/distinfo b/graphics/png/distinfo index 648db17063b..e5907893168 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.89 2011/12/15 17:16:26 wiz Exp $ +$NetBSD: distinfo,v 1.90 2012/02/01 23:05:19 wiz Exp $ -SHA1 (libpng-1.5.7.tar.bz2) = 2b8cd60087311a62fcd806167c691de63676c633 -RMD160 (libpng-1.5.7.tar.bz2) = 660686ca6ede1c5f9614a0375e4632f6211bae34 -Size (libpng-1.5.7.tar.bz2) = 858661 bytes +SHA1 (libpng-1.5.8.tar.bz2) = 46fdc2ab3fef9cf0949b1d7374cda9ea37ed5419 +RMD160 (libpng-1.5.8.tar.bz2) = 643ef6a0720e51a1dc326971db35846d02bbca10 +Size (libpng-1.5.8.tar.bz2) = 865525 bytes SHA1 (patch-aa) = aaf79ebb8a18448c096c17ae9b02da02bc537db2 |