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:   wen
Date:           Fri Oct  1 23:58:27 UTC 2021

Modified Files:
        pkgsrc/devel/p5-Config-Tiny: Makefile distinfo

Log Message:
Update to 2.27

Upstream changes:
2.27  2021-09-21T15:48:00
        - Add the option of passing a hashref to the constructor, where it is turned into an
                object of the class. See POD under new([$config]) for details.
                This patch to the code and POD includes the new test t/08.constructor.t.
                The patch was provided by D Hauke, with thanx.
        - Move test.conf back into t/, where it was years ago, before someone tried to remove
                all uses of File::Spec. But since File::Spec is used often now, there is no point
                in keeping test.conf in the root directory of the distro.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/p5-Config-Tiny/Makefile
cvs rdiff -u -r1.14 -r1.15 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.31 pkgsrc/devel/p5-Config-Tiny/Makefile:1.32
--- pkgsrc/devel/p5-Config-Tiny/Makefile:1.31   Mon May 24 19:50:22 2021
+++ pkgsrc/devel/p5-Config-Tiny/Makefile        Fri Oct  1 23:58:27 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2021/05/24 19:50:22 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2021/10/01 23:58:27 wen Exp $
 
-DISTNAME=      Config-Tiny-2.26
+DISTNAME=      Config-Tiny-2.27
 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.14 pkgsrc/devel/p5-Config-Tiny/distinfo:1.15
--- pkgsrc/devel/p5-Config-Tiny/distinfo:1.14   Mon Apr 26 12:46:40 2021
+++ pkgsrc/devel/p5-Config-Tiny/distinfo        Fri Oct  1 23:58:27 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2021/04/26 12:46:40 wiz Exp $
+$NetBSD: distinfo,v 1.15 2021/10/01 23:58:27 wen Exp $
 
-SHA1 (Config-Tiny-2.26.tgz) = 3b727ff40b9a847e5df3d29687fb3736c94128df
-RMD160 (Config-Tiny-2.26.tgz) = 4690e0fa501713b26a7a1caedb2836bf645188d1
-SHA512 (Config-Tiny-2.26.tgz) = 647c48f3c4480bf8bb8ec22b7b9a3a5b813d4bc633760f5aef4e03ea90b4b979a0a1617dfc3dba6c31779d04bc2d8233bf61ee509bceb8b2d32e1df481c3f135
-Size (Config-Tiny-2.26.tgz) = 22443 bytes
+SHA1 (Config-Tiny-2.27.tgz) = 5dd186c50138024dbf57671c84af1b2ea9099cc8
+RMD160 (Config-Tiny-2.27.tgz) = c4e718038ef8704e5dfa7a51e79faf7a70584138
+SHA512 (Config-Tiny-2.27.tgz) = 2ab77d2f9e01f14047a2c079c58941d707fdc54ea0d30c43e0cfad162b8e810a25a62a435abd11b5da8a7cff9027511534205bf625a2ee9ee7824d4c3eb9d0e9
+Size (Config-Tiny-2.27.tgz) = 22653 bytes



Home | Main Index | Thread Index | Old Index