diff options
author | wiz <wiz@pkgsrc.org> | 2014-06-12 08:59:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-06-12 08:59:19 +0000 |
commit | a442ac96720723285cf36f31fc49944f4113d5b1 (patch) | |
tree | d78af71d046fadd3b49afb8932e7aedcf501864b /graphics | |
parent | fa2b4166180eed00cc6dc83321c82fe4edc9964c (diff) | |
download | pkgsrc-a442ac96720723285cf36f31fc49944f4113d5b1.tar.gz |
Update to 1.6.12:
Version 1.6.12rc01 [June 6, 2014]
Relocated new code from 1.6.11beta06 in png.c to a point after the
declarations (Max Stepin).
Version 1.6.12rc02 [June 7, 2014]
Changed file permissions of contrib/tools/intgamma.sh,
test-driver, and compile from 0644 to 0755 (Cosmin).
Version 1.6.12rc03 [June 8, 2014]
Ensure "__has_attribute()" macro exists before trying to use it with
old clang compilers (MacPorts Ticket #43939).
Version 1.6.12 [June 12, 2014]
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 4a2c4ae68bf..9af0067e419 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.170 2014/06/05 16:33:54 wiz Exp $ +# $NetBSD: Makefile,v 1.171 2014/06/12 08:59:19 wiz Exp $ -DISTNAME= libpng-1.6.11 +DISTNAME= libpng-1.6.12 PKGNAME= ${DISTNAME:S/lib//} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/} \ diff --git a/graphics/png/distinfo b/graphics/png/distinfo index 81b578136f3..be2ded3cc80 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.115 2014/06/05 16:33:54 wiz Exp $ +$NetBSD: distinfo,v 1.116 2014/06/12 08:59:19 wiz Exp $ -SHA1 (libpng-1.6.11.tar.xz) = 4d832e419bd4aaa2bb416a7421b2d0279d0dc1d9 -RMD160 (libpng-1.6.11.tar.xz) = 9b559ab517f26a374bbeaee2588deadd12560fa3 -Size (libpng-1.6.11.tar.xz) = 900748 bytes +SHA1 (libpng-1.6.12.tar.xz) = c3d54f9ab683d63218361487269380fb8e0cf3b6 +RMD160 (libpng-1.6.12.tar.xz) = 7b8cb830b26ffa11256045406b83373a3f1d720d +Size (libpng-1.6.12.tar.xz) = 902368 bytes |