pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Config-Tiny
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.
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
Home |
Main Index |
Thread Index |
Old Index