Received: by mail.netbsd.org (Postfix, from userid 605) id DDCC084E19; Sun, 8 Jan 2023 04:13:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1779384D40 for ; Sun, 8 Jan 2023 04:13:46 +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 6j_QXtmhydOn for ; Sun, 8 Jan 2023 04:13:45 +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 808AD84D25 for ; Sun, 8 Jan 2023 04:13:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6FAC7FA90; Sun, 8 Jan 2023 04:13:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1673151225234210" MIME-Version: 1.0 Date: Sun, 8 Jan 2023 04:13:45 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Config-INI To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230108041345.6FAC7FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1673151225234210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Jan 8 04:13:45 UTC 2023 Modified Files: pkgsrc/devel/p5-Config-INI: Makefile distinfo Log Message: Update to 0.028 Upstream changes: 0.028 2022-12-31 21:02:59-05:00 America/New_York - update author contact info - this library now requires perl v5.12 To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/p5-Config-INI/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/p5-Config-INI/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1673151225234210 Content-Disposition: inline Content-Length: 1618 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Config-INI/Makefile diff -u pkgsrc/devel/p5-Config-INI/Makefile:1.22 pkgsrc/devel/p5-Config-INI/Makefile:1.23 --- pkgsrc/devel/p5-Config-INI/Makefile:1.22 Tue Jun 28 11:32:07 2022 +++ pkgsrc/devel/p5-Config-INI/Makefile Sun Jan 8 04:13:45 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2022/06/28 11:32:07 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2023/01/08 04:13:45 wen Exp $ -DISTNAME= Config-INI-0.027 +DISTNAME= Config-INI-0.028 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/} Index: pkgsrc/devel/p5-Config-INI/distinfo diff -u pkgsrc/devel/p5-Config-INI/distinfo:1.11 pkgsrc/devel/p5-Config-INI/distinfo:1.12 --- pkgsrc/devel/p5-Config-INI/distinfo:1.11 Tue Oct 26 10:16:17 2021 +++ pkgsrc/devel/p5-Config-INI/distinfo Sun Jan 8 04:13:45 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2021/10/26 10:16:17 nia Exp $ +$NetBSD: distinfo,v 1.12 2023/01/08 04:13:45 wen Exp $ -BLAKE2s (Config-INI-0.027.tar.gz) = 8a61056b88e02a0172459284c4992497a103fc76116c98e7b2019efcabddeeb1 -SHA512 (Config-INI-0.027.tar.gz) = c0a7d363550cac186b639555e63ac27d613cb2e63d57786aabe63dd65bcb0e2043c3bf80f820bfd975d7111d14567af466e82ed35f9cc2294bfe78ef2a519516 -Size (Config-INI-0.027.tar.gz) = 26638 bytes +BLAKE2s (Config-INI-0.028.tar.gz) = 3313fddd233a82d6a34414cf62ce699822b60245602c7722c2bade32bb2f6bf8 +SHA512 (Config-INI-0.028.tar.gz) = 9fa4692fd935f38c44f59156c50abcaa68dc6f291aca58bbf0a6b2fdf7345124e64ecc3c216126803248c50e85391f5cfee9cb14fc8fba24a2ebe0e9d8220f40 +Size (Config-INI-0.028.tar.gz) = 26678 bytes --_----------=_1673151225234210--