diff options
author | wiz <wiz@pkgsrc.org> | 2013-09-14 16:45:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-09-14 16:45:48 +0000 |
commit | 3d01e42e98a93c3f99012fbfb4217b723e0b1b84 (patch) | |
tree | 89fe04072ea6a0433f2fef167fef20533b1f6a74 /graphics | |
parent | 2cd3d083f616115e5b3d6c20953383696a180845 (diff) | |
download | pkgsrc-3d01e42e98a93c3f99012fbfb4217b723e0b1b84.tar.gz |
Update to 1.6.5:
libpng-1.6.5 has been released, to remove two stray lines in arm/arm_init.c
that caused libpng to fail to compile when ARM support is enabled. This
problem was apparently due to a cut-and-paste error of some sort on my part.
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 a251963c8d0..263a72ceed7 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.161 2013/09/12 13:00:53 wiz Exp $ +# $NetBSD: Makefile,v 1.162 2013/09/14 16:45:48 wiz Exp $ -DISTNAME= libpng-1.6.4 +DISTNAME= libpng-1.6.5 PKGNAME= ${DISTNAME:S/lib//} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/} \ diff --git a/graphics/png/distinfo b/graphics/png/distinfo index f60917e9633..15c28d32799 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.106 2013/09/12 13:00:53 wiz Exp $ +$NetBSD: distinfo,v 1.107 2013/09/14 16:45:48 wiz Exp $ -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 (libpng-1.6.5.tar.xz) = caabe638acc3c47c3fb26775ad07ebff9101ca34 +RMD160 (libpng-1.6.5.tar.xz) = 9ac1da7308f3de1744ed4ee69a2c1346dd1f247c +Size (libpng-1.6.5.tar.xz) = 869160 bytes SHA1 (patch-aa) = 080c890ee48923db959fcdeeb12e4a5a27845138 |