Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3E15484E5F for ; Sat, 16 Dec 2023 09:53:07 +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 UC2-tGhQELr8 for ; Sat, 16 Dec 2023 09:53:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A7B4B84D09 for ; Sat, 16 Dec 2023 09:53:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9B823FA42; Sat, 16 Dec 2023 09:53:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1702720386133360" MIME-Version: 1.0 Date: Sat, 16 Dec 2023 09:53:06 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-Config-INI To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20231216095306.9B823FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1702720386133360 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Dec 16 09:53:06 UTC 2023 Modified Files: pkgsrc/devel/p5-Config-INI: Makefile distinfo Log Message: (devel/p5-Config-INI) Updated 0.028 to 0.029 0.029 2023-01-13 20:57:41-05:00 America/New_York - fix typo in Pod - slightly clean up some archaicisms in source To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/p5-Config-INI/Makefile cvs rdiff -u -r1.12 -r1.13 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. --_----------=_1702720386133360 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.24 pkgsrc/devel/p5-Config-INI/Makefile:1.25 --- pkgsrc/devel/p5-Config-INI/Makefile:1.24 Thu Jul 6 09:38:51 2023 +++ pkgsrc/devel/p5-Config-INI/Makefile Sat Dec 16 09:53:06 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2023/07/06 09:38:51 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2023/12/16 09:53:06 mef Exp $ -DISTNAME= Config-INI-0.028 +DISTNAME= Config-INI-0.029 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.12 pkgsrc/devel/p5-Config-INI/distinfo:1.13 --- pkgsrc/devel/p5-Config-INI/distinfo:1.12 Sun Jan 8 04:13:45 2023 +++ pkgsrc/devel/p5-Config-INI/distinfo Sat Dec 16 09:53:06 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2023/01/08 04:13:45 wen Exp $ +$NetBSD: distinfo,v 1.13 2023/12/16 09:53:06 mef Exp $ -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 +BLAKE2s (Config-INI-0.029.tar.gz) = 02367fe7b84ccec31a8875817142ebf0e5cc11930db6b2457e077d67cffd0ccc +SHA512 (Config-INI-0.029.tar.gz) = 9f787640ada163f8bbdda687c0fdfeb86d749a06937e379cae3732e965b248e6de96e86eba8f86c755293916a0d571c2228c1f7c7a0e15cd0aa0b642269fb5fb +Size (Config-INI-0.029.tar.gz) = 26739 bytes --_----------=_1702720386133360--