Received: by mail.netbsd.org (Postfix, from userid 605) id 3350C84EEB; Tue, 6 Jul 2021 08:20:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 69A1D84D74 for ; Tue, 6 Jul 2021 08:20:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id R8Et2Gfc2yFo for ; Tue, 6 Jul 2021 08:20:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D89AC84D5B for ; Tue, 6 Jul 2021 08:20:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D18D7FA95; Tue, 6 Jul 2021 08:20:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162555962858490" MIME-Version: 1.0 Date: Tue, 6 Jul 2021 08:20:28 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Data-Dump To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20210706082028.D18D7FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162555962858490 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:20:28 UTC 2021 Modified Files: pkgsrc/devel/p5-Data-Dump: Makefile distinfo Log Message: Update to 1.25 Upstream changes: 2021-06-26 Breno G. de Oliveira Release 1.25 New option $Data::Dump::LINEWIDTH controls when to perform a linebreak (default is 60). Many thanks to Jonas Kramer, Rob Kinyon, cybernicus and Lady Aleena for submitting reports and pull requests. 2021-06-25 Breno G. de Oliveira Release 1.24 Strings like "NaN" are still strings Update maintainer and repository information To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/p5-Data-Dump/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/p5-Data-Dump/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162555962858490 Content-Disposition: inline Content-Length: 1686 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Data-Dump/Makefile diff -u pkgsrc/devel/p5-Data-Dump/Makefile:1.24 pkgsrc/devel/p5-Data-Dump/Makefile:1.25 --- pkgsrc/devel/p5-Data-Dump/Makefile:1.24 Mon May 24 19:50:24 2021 +++ pkgsrc/devel/p5-Data-Dump/Makefile Tue Jul 6 08:20:28 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2021/05/24 19:50:24 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2021/07/06 08:20:28 wen Exp $ -DISTNAME= Data-Dump-1.23 +DISTNAME= Data-Dump-1.25 PKGNAME= p5-${DISTNAME} -PKGREVISION= 6 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} Index: pkgsrc/devel/p5-Data-Dump/distinfo diff -u pkgsrc/devel/p5-Data-Dump/distinfo:1.10 pkgsrc/devel/p5-Data-Dump/distinfo:1.11 --- pkgsrc/devel/p5-Data-Dump/distinfo:1.10 Tue Nov 3 03:28:06 2015 +++ pkgsrc/devel/p5-Data-Dump/distinfo Tue Jul 6 08:20:28 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2015/11/03 03:28:06 agc Exp $ +$NetBSD: distinfo,v 1.11 2021/07/06 08:20:28 wen Exp $ -SHA1 (Data-Dump-1.23.tar.gz) = 3f5c0d4a15c8dd6befbcdceb41fe15b9aef1b741 -RMD160 (Data-Dump-1.23.tar.gz) = 8312001d8aa36563a43267650c59fc17af2af76c -SHA512 (Data-Dump-1.23.tar.gz) = 6fd6c23bb6df7f7396219149dbfd23132fc2ea1dd344c32f62fc27a1afeeb28d7ebf2d429184bb6d1189f412e218f9e62a966b49fdd9ad5564e5152d67a02b96 -Size (Data-Dump-1.23.tar.gz) = 20771 bytes +SHA1 (Data-Dump-1.25.tar.gz) = 8f7b15f49e09bc7c29db9e527e405db805371ecd +RMD160 (Data-Dump-1.25.tar.gz) = 6671787a305836e1ca7d6b329cc2b8122ff82d51 +SHA512 (Data-Dump-1.25.tar.gz) = fc859b0f02a44a959da3e162606c8fbaefececf8dbd0aa357d68a5a3143b818ae423dd7862063f2f77161ea000fcaa6841c96a2c4a268b889da9588292b157fe +Size (Data-Dump-1.25.tar.gz) = 20912 bytes --_----------=_162555962858490--