diff options
author | wiz <wiz@pkgsrc.org> | 2014-03-12 09:17:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-03-12 09:17:52 +0000 |
commit | aa0f11496a0b1e251ca66e7b1efd8c2566b4997a (patch) | |
tree | 95ec2fc786c34e3a90a5559e3acd8d6627b347c1 /graphics | |
parent | 0ba7e134df47f818dbcfb505ac9c9bdb48306f8b (diff) | |
download | pkgsrc-aa0f11496a0b1e251ca66e7b1efd8c2566b4997a.tar.gz |
Update to 1.6.10:
Version 1.6.10rc02 [February 28, 2014]
Removed unreachable return statement after png_chunk_error()
in pngrutil.c
Version 1.6.10rc03 [March 4, 2014]
Un-deprecated png_data_freer().
Version 1.6.10 [March 6, 2014]
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 5553a449fae..d5a93773238 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.168 2014/02/27 15:07:09 wiz Exp $ +# $NetBSD: Makefile,v 1.169 2014/03/12 09:17:52 wiz Exp $ -DISTNAME= libpng-1.6.10rc01 +DISTNAME= libpng-1.6.10 PKGNAME= ${DISTNAME:S/lib//} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/} \ diff --git a/graphics/png/distinfo b/graphics/png/distinfo index 818d4410a59..d2144392458 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.113 2014/02/27 15:07:09 wiz Exp $ +$NetBSD: distinfo,v 1.114 2014/03/12 09:17:52 wiz Exp $ -SHA1 (libpng-1.6.10rc01.tar.xz) = 982cdf5b19c02643b250603dafaa4c19ea22d024 -RMD160 (libpng-1.6.10rc01.tar.xz) = 9b7af69821a5df7d18334088d13fe859c8d93aef -Size (libpng-1.6.10rc01.tar.xz) = 899072 bytes +SHA1 (libpng-1.6.10.tar.xz) = adb44c93795446eaa4170bf9305b6f771eb368bc +RMD160 (libpng-1.6.10.tar.xz) = 5c72bb73a2f595ad77870dc5f5e814041f8f2681 +Size (libpng-1.6.10.tar.xz) = 898452 bytes |