From d233ac7996ccc4b76476509238ebbef6383983ed Mon Sep 17 00:00:00 2001 From: wen Date: Wed, 31 Oct 2018 12:13:49 +0000 Subject: [PATCH] Update to 2.172 Upstream changes: 2.172 Prepare recent changes for CPAN release 2.171 (Apr 21 2018) Restore deparsing support in the XS dumper, on Perl 5.18 and earlier Test fixes on older Perl versions (notably, skip tests for Unicode glob names on Perl 5.14 and earlier, which had incomplete support for Unicode in globs) 2.170 (Jan 10 2018) Fix bug when dumping globs with quoting (which now happens for all Unicode glob names) Internal change: use strlcpy(), for safety 2.169 (Dec 12 2017) Behavior change: $dumper->Useqq(undef) is now treated as setting the "useqq" option, not getting it (and similarly for other options) [perl #113090] 2.168 (Dec 1, 2017) perl #119831: Quote glob names better; notably, Unicode globs are now handled correctly 2.167_02 (Aug 4 2017) Attempt to work around XS deparse issues on old perls. According to the few old perls at my disposure, this now repairs, for example 5.18, but 5.8.9 still barfs. My debugging hasn't really come up with much since all changes other than the deparse change look benign to me. Can someone who uses ancient perls please step up and take a look? --Steffen 2.167_01 (Jul 31 2017) CPAN dev release with the accumulated changes from core perl. 2.166 (Nov 29 2016) Reduce memory usage by not importing from Carp Reduce memory usage by removing unused overload require. 2.165 (Nov 20 2016) Remove impediment to compiling under C++11. 2.164 (Nov 12 2016) The XS implementation now handles the Deparse option, so using it no longer forces use of the pure-Perl version. --- devel/p5-Data-Dumper/Makefile | 7 +++---- devel/p5-Data-Dumper/distinfo | 10 +++++----- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/devel/p5-Data-Dumper/Makefile b/devel/p5-Data-Dumper/Makefile index 80e963da57e7..04fbfdfb3ec6 100644 --- a/devel/p5-Data-Dumper/Makefile +++ b/devel/p5-Data-Dumper/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.24 2018/08/22 09:43:49 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2018/10/31 12:13:49 wen Exp $ -DISTNAME= Data-Dumper-2.161 +DISTNAME= Data-Dumper-2.172 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/S/SM/SMUELLER/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/X/XS/XSAWYERX/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/~smueller/Data-Dumper/ diff --git a/devel/p5-Data-Dumper/distinfo b/devel/p5-Data-Dumper/distinfo index 1f7edec604d8..5ee6caee9f89 100644 --- a/devel/p5-Data-Dumper/distinfo +++ b/devel/p5-Data-Dumper/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2016/07/15 12:52:40 wen Exp $ +$NetBSD: distinfo,v 1.8 2018/10/31 12:13:49 wen Exp $ -SHA1 (Data-Dumper-2.161.tar.gz) = a20626bd76d293147dd8ff8afa88deafd2d26899 -RMD160 (Data-Dumper-2.161.tar.gz) = 850f7d5edf5851c32b2be2b148bd88565c79c013 -SHA512 (Data-Dumper-2.161.tar.gz) = 9da8ee6912dcc5f63ca6659b323bbafd7db335fb173e6d9dd14745fa93b596c14bf278e4183aef90ca628e6b473da17297b0b3ac49ebec049dd18d1a5e053201 -Size (Data-Dumper-2.161.tar.gz) = 107198 bytes +SHA1 (Data-Dumper-2.172.tar.gz) = 33a943c61dc1d4954c756581832b2a820b77fb04 +RMD160 (Data-Dumper-2.172.tar.gz) = 65bf72cfe6e50fe9dcc7aa98604b76cd778ea691 +SHA512 (Data-Dumper-2.172.tar.gz) = a29664de1a33f330acbbe11cecd3dfba455ad2f3fca26775fd75a1c2e506633e2e841149a385affc35feba8029dddeb00a38d762872304a429017bac758077ec +Size (Data-Dumper-2.172.tar.gz) = 110199 bytes