Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CA39584EE3 for ; Tue, 27 Jun 2023 02:36:25 +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 4n76lgqWAzAl for ; Tue, 27 Jun 2023 02:36:25 +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 4759B84E19 for ; Tue, 27 Jun 2023 02:36:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 406FFFA89; Tue, 27 Jun 2023 02:36:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16878333859900" MIME-Version: 1.0 Date: Tue, 27 Jun 2023 02:36:25 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Data-Section To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230627023625.406FFFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_16878333859900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Tue Jun 27 02:36:25 UTC 2023 Modified Files: pkgsrc/devel/p5-Data-Section: Makefile distinfo Log Message: Update to 0.200008 Upstream changes: 0.200008 2022-12-31 13:50:15-05:00 America/New_York - fix to some example code (thanks, Graham Ollis) - update packaging and metadata - minimum required Perl is now v5.12 To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/p5-Data-Section/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/p5-Data-Section/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16878333859900 Content-Disposition: inline Content-Length: 1729 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Data-Section/Makefile diff -u pkgsrc/devel/p5-Data-Section/Makefile:1.28 pkgsrc/devel/p5-Data-Section/Makefile:1.29 --- pkgsrc/devel/p5-Data-Section/Makefile:1.28 Tue Jun 6 12:40:46 2023 +++ pkgsrc/devel/p5-Data-Section/Makefile Tue Jun 27 02:36:25 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2023/06/06 12:40:46 riastradh Exp $ +# $NetBSD: Makefile,v 1.29 2023/06/27 02:36:25 wen Exp $ -DISTNAME= Data-Section-0.200007 -PKGNAME= p5-Data-Section-0.200.007 -PKGREVISION= 5 +DISTNAME= Data-Section-0.200008 +PKGNAME= p5-Data-Section-0.200.008 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} Index: pkgsrc/devel/p5-Data-Section/distinfo diff -u pkgsrc/devel/p5-Data-Section/distinfo:1.12 pkgsrc/devel/p5-Data-Section/distinfo:1.13 --- pkgsrc/devel/p5-Data-Section/distinfo:1.12 Tue Oct 26 10:16:22 2021 +++ pkgsrc/devel/p5-Data-Section/distinfo Tue Jun 27 02:36:25 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2021/10/26 10:16:22 nia Exp $ +$NetBSD: distinfo,v 1.13 2023/06/27 02:36:25 wen Exp $ -BLAKE2s (Data-Section-0.200007.tar.gz) = 168d24178f9e68cc00c7b076e93acade44ea9ad3a6da1b7d55ee4ea5226a4031 -SHA512 (Data-Section-0.200007.tar.gz) = 0c23141ccc2041e8c1c222c95d6eab4b56e2d77a94c68507f67acbb62fa5132e9229e9680c9fff6ebbc6a47a42cf1943d6e5b50a5f0168c66193fb52aaa241f0 -Size (Data-Section-0.200007.tar.gz) = 22094 bytes +BLAKE2s (Data-Section-0.200008.tar.gz) = f8d0647106fea1291220b99d8f2354b0a29b41cd9c8c0fec761440198adacad9 +SHA512 (Data-Section-0.200008.tar.gz) = 5fc8b25b1af8cdae5dca407bc039578e92bfc0b3bcfa2c01cdddf36ea30840f7eeeb336859a2e50719713c2675f2c1eb74c8832724d99ba4db92c47c65a860e3 +Size (Data-Section-0.200008.tar.gz) = 22583 bytes --_----------=_16878333859900--