pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/png png: updated to 1.6.35



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4984f3f6c83c
branches:  trunk
changeset: 311140:4984f3f6c83c
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Aug 02 15:01:12 2018 +0000

description:
png: updated to 1.6.35

Version 1.6.35:
* Replaced the remaining uses of png_size_t with size_t (Cosmin)
* Fixed the calculation of row_factor in png_check_chunk_length
* Added missing parentheses to a macro definition

diffstat:

 graphics/png/Makefile |  12 ++++++------
 graphics/png/distinfo |  10 +++++-----
 2 files changed, 11 insertions(+), 11 deletions(-)

diffs (49 lines):

diff -r b9f3c136588f -r 4984f3f6c83c graphics/png/Makefile
--- a/graphics/png/Makefile     Thu Aug 02 14:47:34 2018 +0000
+++ b/graphics/png/Makefile     Thu Aug 02 15:01:12 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.195 2017/10/02 09:24:30 wiz Exp $
+# $NetBSD: Makefile,v 1.196 2018/08/02 15:01:12 adam Exp $
 
-DISTNAME=      libpng-1.6.34
+DISTNAME=      libpng-1.6.35
 PKGNAME=       ${DISTNAME:S/lib//}
 CATEGORIES=    graphics
 MASTER_SITES=  https://ftp-osl.osuosl.org/pub/libpng/src/archive/xz/libpng16/
@@ -13,16 +13,16 @@
 COMMENT=       Library for manipulating PNG images
 LICENSE=       zlib
 
-GNU_CONFIGURE= yes
+USE_LIBTOOL=           yes
+GNU_CONFIGURE=         yes
 # do not create libpng.la
 CONFIGURE_ARGS+=       --disable-unversioned-links
 # but do install png.h outside include/libpng$VERSION for now
 # until pkgsrc is fixed to use libpng-config or the pc file everywhere
-INSTALL_TARGET=        install install-header-links
+INSTALL_TARGET=                install install-header-links
 
 PKGCONFIG_OVERRIDE=    scripts/libpng.pc.in libpng.pc.in
-TEST_TARGET=   check
-USE_LIBTOOL=   yes
+TEST_TARGET=           check
 
 CPPFLAGS+=     -DPNG_USER_CHUNK_CACHE_MAX=128 -DPNG_USER_CHUNK_MALLOC_MAX=8000000
 
diff -r b9f3c136588f -r 4984f3f6c83c graphics/png/distinfo
--- a/graphics/png/distinfo     Thu Aug 02 14:47:34 2018 +0000
+++ b/graphics/png/distinfo     Thu Aug 02 15:01:12 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.139 2017/10/02 09:24:30 wiz Exp $
+$NetBSD: distinfo,v 1.140 2018/08/02 15:01:12 adam Exp $
 
-SHA1 (libpng-1.6.34.tar.xz) = 45de4ec996ffcc3e18037e7c128abe95f4d0292a
-RMD160 (libpng-1.6.34.tar.xz) = cc14798ac8ab2a69f2ca6153c3b52452a972b9ae
-SHA512 (libpng-1.6.34.tar.xz) = 89407c5abc1623faaa3992fc1e4a62def671d9a7401108dfceee895d5f16fe7030090bea89b34a36d377d8e6a5d40046886991f663ce075d1a2d31bf9eaf3c51
-Size (libpng-1.6.34.tar.xz) = 997968 bytes
+SHA1 (libpng-1.6.35.tar.xz) = 0df1561aa1da610e892239348970d574b14deed0
+RMD160 (libpng-1.6.35.tar.xz) = 98bf278474dcf200eb80596d54cd26fa900cdb2a
+SHA512 (libpng-1.6.35.tar.xz) = b69152bc7869e98536effa8e45e2dac7bffee26aa9e31fc90b37506a702256919bcf4dd9cadc42fa4e45143bc023ffd7c637742367e58707e8c2226b3a09eee0
+Size (libpng-1.6.35.tar.xz) = 1014320 bytes
 SHA1 (patch-pngpriv.h) = 3da29edb5d89ab26b9787a71b87c3fd8f451ea39



Home | Main Index | Thread Index | Old Index