Received: by mail.netbsd.org (Postfix, from userid 605) id 2499884EFD; Tue, 6 Jul 2021 08:25:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 53FCE84EEB for ; Tue, 6 Jul 2021 08:25:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id FXI-7FNqylHF for ; Tue, 6 Jul 2021 08:25:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A13A684EE5 for ; Tue, 6 Jul 2021 08:25:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9976FFA95; Tue, 6 Jul 2021 08:25:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1625559941143100" MIME-Version: 1.0 Date: Tue, 6 Jul 2021 08:25:41 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Data-Dumper To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20210706082541.9976FFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1625559941143100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Tue Jul 6 08:25:41 UTC 2021 Modified Files: pkgsrc/devel/p5-Data-Dumper: Makefile distinfo Log Message: Update to 2.183 Upstream changes: 2.183 2021-07-05 NWCLARK - No changes from previous dev release. 2.182_51 2021-07-03 NWCLARK - For the optional array of names for the values, Dumpxs now handles names that are now plain strings (eg references with string overloading). The pure Perl implementation had always handled these correctly. 2.182_50 2021-07-01 NWCLARK - Output qr'$foo' correctly (using a suggestion from Eirik Berg Hanssen) 2.182 2021-06-30 NWCLARK - Reformatted Data-Dumper Changes as per CPAN::Changes::Spec (GH #18952) 2.181_50 2021-06-29 NWCLARK - Set bugtracker metadata to https://github.com/Perl/perl5/issues 2.181 2021-05-26 NWCLARK - No changes from previous dev release. 2.180_53 2021-05-25 NWCLARK - Fix Makefile.PL to install to "perl" for 5.10.x and earlier (CPAN #12282) 2.180_52 2021-05-24 NWCLARK - Remove no longer needed compatibility shims, and use ppport.h whenever possible. 2.180_51 2021-05-23 NWCLARK - Convert dumper.t to Test::More and eliminate a lot of test code duplication. 2.180_50 2021-05-22 NWCLARK - Data::Dumper now requires Perl v5.8.1 or later. 2.180 2021-05-17 NWCLARK - No changes from previous dev release. 2.179_50 2021-05-14 NWCLARK - Data::Dumper handles Unicode regex corner cases (GH #18614, GH #18764) 2.179 2021-05-13 NWCLARK - Revert the changes of 2.177 for the v5.34.0 release to avoid a regression. 2.178 2021-04-07 JKEENAN - Correct documentation of indent Style 2. 2.177 2021-03-03 ARC - Make Data::Dumper mark regex output as UTF-8 if needed. (GH #18614) 2.176 2020-09-30 TODDR - Make Data::Dumper strict and warnings compliant. 2.175 2020-08-13 TONYC - Avoid some leaks if we call get magic and that throws an exception. 2.174 2019-04-03 DAPM - Avoid leaking if we croak due to excessive recursion. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/p5-Data-Dumper/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/p5-Data-Dumper/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1625559941143100 Content-Disposition: inline Content-Length: 1920 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Data-Dumper/Makefile diff -u pkgsrc/devel/p5-Data-Dumper/Makefile:1.34 pkgsrc/devel/p5-Data-Dumper/Makefile:1.35 --- pkgsrc/devel/p5-Data-Dumper/Makefile:1.34 Mon May 24 19:50:25 2021 +++ pkgsrc/devel/p5-Data-Dumper/Makefile Tue Jul 6 08:25:41 2021 @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.34 2021/05/24 19:50:25 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2021/07/06 08:25:41 wen Exp $ -DISTNAME= Data-Dumper-2.173 +DISTNAME= Data-Dumper-2.183 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/X/XS/XSAWYERX/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/N/NW/NWCLARK/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://metacpan.org/pod/Data::Dumper Index: pkgsrc/devel/p5-Data-Dumper/distinfo diff -u pkgsrc/devel/p5-Data-Dumper/distinfo:1.9 pkgsrc/devel/p5-Data-Dumper/distinfo:1.10 --- pkgsrc/devel/p5-Data-Dumper/distinfo:1.9 Sat Dec 1 02:40:17 2018 +++ pkgsrc/devel/p5-Data-Dumper/distinfo Tue Jul 6 08:25:41 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2018/12/01 02:40:17 wen Exp $ +$NetBSD: distinfo,v 1.10 2021/07/06 08:25:41 wen Exp $ -SHA1 (Data-Dumper-2.173.tar.gz) = 91ca53fd5499b913996009e763d73ebeb51be8c3 -RMD160 (Data-Dumper-2.173.tar.gz) = 3b94eaabf6e95d5b0e706f06b729d916c7e293ef -SHA512 (Data-Dumper-2.173.tar.gz) = a8d45fdce075bfe8752d423d535cc5279c012c733b0219884204119c9365e93c971858331e74c20df7beaa9b24ad54e1bf9eeb8d8bff53cf21fb88889d7602c2 -Size (Data-Dumper-2.173.tar.gz) = 110256 bytes +SHA1 (Data-Dumper-2.183.tar.gz) = 487944cc1200db9b698569c2b122bc7be4e1bceb +RMD160 (Data-Dumper-2.183.tar.gz) = 5d6043dfbcbec6d84f5a13badd0622c5dc762437 +SHA512 (Data-Dumper-2.183.tar.gz) = b78ff820b9e4a873c69a2097dbe2d7eaeccfab0af4d5d262281a500d42d75abc28943fe671a203a715e31568164da7b6d33825b92ebc92f99e8242efd1e7f65b +Size (Data-Dumper-2.183.tar.gz) = 168645 bytes --_----------=_1625559941143100--