Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DB9B384D0E for ; Sat, 16 Dec 2023 10:04:13 +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 IXxeuljYFVMe for ; Sat, 16 Dec 2023 10:04:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 41B3484D09 for ; Sat, 16 Dec 2023 10:04:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3A7C7FA42; Sat, 16 Dec 2023 10:04:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1702721053224230" MIME-Version: 1.0 Date: Sat, 16 Dec 2023 10:04:13 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-Config-Tiny To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20231216100413.3A7C7FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1702721053224230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Dec 16 10:04:13 UTC 2023 Modified Files: pkgsrc/devel/p5-Config-Tiny: Makefile distinfo Log Message: (devel/p5-Config-Tiny) Updated 2.29 to 2.30 2.30 2023-10-12T17:17:08 - As of V 2.30, this module supports an array syntax for cases where you wish to assign an array of values to a key. - See the new POD section called ARRAY SYNTAX. - See also the updated question in the FAQ: What happens if a key is repeated? - See also the sample code in the Synopsis and in t/02.main.t and in t/test.conf. - In each case, search for the word greetings to find the new code samples. - This patch was kindly provided by Steven Schoch, with some additions by Ron Savage. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/p5-Config-Tiny/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/p5-Config-Tiny/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1702721053224230 Content-Disposition: inline Content-Length: 1628 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Config-Tiny/Makefile diff -u pkgsrc/devel/p5-Config-Tiny/Makefile:1.36 pkgsrc/devel/p5-Config-Tiny/Makefile:1.37 --- pkgsrc/devel/p5-Config-Tiny/Makefile:1.36 Thu Jul 6 09:38:52 2023 +++ pkgsrc/devel/p5-Config-Tiny/Makefile Sat Dec 16 10:04:13 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2023/07/06 09:38:52 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2023/12/16 10:04:13 mef Exp $ -DISTNAME= Config-Tiny-2.29 +DISTNAME= Config-Tiny-2.30 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/} EXTRACT_SUFX= .tgz Index: pkgsrc/devel/p5-Config-Tiny/distinfo diff -u pkgsrc/devel/p5-Config-Tiny/distinfo:1.19 pkgsrc/devel/p5-Config-Tiny/distinfo:1.20 --- pkgsrc/devel/p5-Config-Tiny/distinfo:1.19 Sat May 20 07:12:41 2023 +++ pkgsrc/devel/p5-Config-Tiny/distinfo Sat Dec 16 10:04:13 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2023/05/20 07:12:41 wiz Exp $ +$NetBSD: distinfo,v 1.20 2023/12/16 10:04:13 mef Exp $ -BLAKE2s (Config-Tiny-2.29.tgz) = 333862b98a779b0c7de19c24695219842643e51c0bf1c47f114af80fcf01d03f -SHA512 (Config-Tiny-2.29.tgz) = 48f84d198430762333c10c57437bfdf20b99ad79d5b39d8215fdf8853a756cb476d99b85ff145193358a56e0bad2e470431af929869b17f153cd3ef0723804d9 -Size (Config-Tiny-2.29.tgz) = 22910 bytes +BLAKE2s (Config-Tiny-2.30.tgz) = bea306ffe37ced1581ae3e7464bc5bc9472ac0740c9b5c272e6ffd999e9ade22 +SHA512 (Config-Tiny-2.30.tgz) = 2933f6a040cd712d06cccb5c511eaa914080df7ffea952f1e445f99bd021cdb9277ebd109c55365b62e713715aa431a97627ef3898df45c5b2b244270a107710 +Size (Config-Tiny-2.30.tgz) = 26973 bytes --_----------=_1702721053224230--