Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1591184D3B for ; Sat, 20 May 2023 23:20:32 +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 eKiyhIjQXGni for ; Sat, 20 May 2023 23:20:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 896B584D09 for ; Sat, 20 May 2023 23:20:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 82760FA87; Sat, 20 May 2023 23:20:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1684624831271160" MIME-Version: 1.0 Date: Sat, 20 May 2023 23:20:31 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/textproc/p5-Pod-Elemental To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230520232031.82760FA87@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1684624831271160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat May 20 23:20:31 UTC 2023 Modified Files: pkgsrc/textproc/p5-Pod-Elemental: Makefile distinfo Log Message: Update to 0.103006 Upstream changes: Changes for version 0.103006 - 2022-12-31 update packaging and metadata minimum required Perl is now v5.12 To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/textproc/p5-Pod-Elemental/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/p5-Pod-Elemental/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1684624831271160 Content-Disposition: inline Content-Length: 1723 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/p5-Pod-Elemental/Makefile diff -u pkgsrc/textproc/p5-Pod-Elemental/Makefile:1.25 pkgsrc/textproc/p5-Pod-Elemental/Makefile:1.26 --- pkgsrc/textproc/p5-Pod-Elemental/Makefile:1.25 Tue Jun 28 11:36:22 2022 +++ pkgsrc/textproc/p5-Pod-Elemental/Makefile Sat May 20 23:20:31 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2022/06/28 11:36:22 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2023/05/20 23:20:31 wen Exp $ -DISTNAME= Pod-Elemental-0.103005 +DISTNAME= Pod-Elemental-0.103006 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/} Index: pkgsrc/textproc/p5-Pod-Elemental/distinfo diff -u pkgsrc/textproc/p5-Pod-Elemental/distinfo:1.9 pkgsrc/textproc/p5-Pod-Elemental/distinfo:1.10 --- pkgsrc/textproc/p5-Pod-Elemental/distinfo:1.9 Tue Oct 26 11:22:33 2021 +++ pkgsrc/textproc/p5-Pod-Elemental/distinfo Sat May 20 23:20:31 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 11:22:33 nia Exp $ +$NetBSD: distinfo,v 1.10 2023/05/20 23:20:31 wen Exp $ -BLAKE2s (Pod-Elemental-0.103005.tar.gz) = 825628ab6c3476c1d0ff8c86d6953c1b99f7bd70010bcb64ec8cc4d0896098d7 -SHA512 (Pod-Elemental-0.103005.tar.gz) = bd3c6c6d5aef5b0242daddbba7c00b9cabdee4e26111562bb3efcd6032044b581ee8e66877d8ea07baff6b076cd6cccd0f55be210fbb35344a324f93d79ca667 -Size (Pod-Elemental-0.103005.tar.gz) = 37245 bytes +BLAKE2s (Pod-Elemental-0.103006.tar.gz) = 3c97c835847b9bc8b46c47c21335bec291870eb5052e78f781c6c0cfaa400f5e +SHA512 (Pod-Elemental-0.103006.tar.gz) = fa8c562b8ffa28564a5f8983c2205ed7a81cc0b959217553e4021e6ad24add4557a7fb55d24891b326989938b764b9a46d321cc001a496bdfac6ca50c39c58ee +Size (Pod-Elemental-0.103006.tar.gz) = 38392 bytes --_----------=_1684624831271160--