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:           Sun Oct 13 11:27:06 UTC 2019

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

Log Message:
(devel/p5-Config-Tiny) Updated 2.23 to 2.24

2.24  2019-06-11T15:30:00
 - Delete from caveats in documentation where it used to say:
  'Config::Tiny will only recognize the first time an option is set in
   a config file.'

  'Any further attempts to set the same option later in the config
   file are ignored.'  In reality the code uses the 2nd and subsequent
   values to overwrite earlier values.
- Make this topic a new FAQ.
 - Add corresponding test t/06.repeat.key.t.
 - Update POD to clarify trailing comment options.
 - Add corresponding test t/07.trailing.comment.t.
 - Romanize Gregory Kidrenko's name so Config::IniFiles does not get
   'Wide char in print'.
 - Move xt/pod.t to xt/author/pod.t.
 - Adopt new repo structure. See
      http://savage.net.au/Ron/html/My.Workflow.for.Building.Distros.html.
 - Move require 5.008001 from Tiny.pm into Makefile.PL.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/p5-Config-Tiny/Makefile
cvs rdiff -u -r1.12 -r1.13 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.27 pkgsrc/devel/p5-Config-Tiny/Makefile:1.28
--- pkgsrc/devel/p5-Config-Tiny/Makefile:1.27   Sun Aug 11 13:19:07 2019
+++ pkgsrc/devel/p5-Config-Tiny/Makefile        Sun Oct 13 11:27:06 2019
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2019/08/11 13:19:07 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2019/10/13 11:27:06 mef Exp $
 
-DISTNAME=      Config-Tiny-2.23
+DISTNAME=      Config-Tiny-2.24
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   4
 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.12 pkgsrc/devel/p5-Config-Tiny/distinfo:1.13
--- pkgsrc/devel/p5-Config-Tiny/distinfo:1.12   Wed Nov  4 17:41:17 2015
+++ pkgsrc/devel/p5-Config-Tiny/distinfo        Sun Oct 13 11:27:06 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2015/11/04 17:41:17 agc Exp $
+$NetBSD: distinfo,v 1.13 2019/10/13 11:27:06 mef Exp $
 
-SHA1 (Config-Tiny-2.23.tgz) = 8fca9f846cd16cfd3f2a7e0599a9dc6df6f3a92f
-RMD160 (Config-Tiny-2.23.tgz) = 1619bca052069f207041ff04d7f8d244fc81a0dc
-SHA512 (Config-Tiny-2.23.tgz) = c5c77aa18a387f181ba9bb2df8859c328073521e14163fe04fd7a104928bd68cf654eab88d24bd23e556e6ecc139dfed716fb7b8119e98cd2ab6f6915c976f01
-Size (Config-Tiny-2.23.tgz) = 20487 bytes
+SHA1 (Config-Tiny-2.24.tgz) = 2eb0489d23257b714258dd08a08d769c16b765a4
+RMD160 (Config-Tiny-2.24.tgz) = 39bc7cb9010f5a64d19c4088c8c5e484907463a0
+SHA512 (Config-Tiny-2.24.tgz) = 7ce660f947351c346f553a1f0424e6c5710c9334090791525a5ab3d7462f6754315602028de4da7f2aeb72303df68d7419e15bea73c8f161830216b26fdfcb40
+Size (Config-Tiny-2.24.tgz) = 24329 bytes



Home | Main Index | Thread Index | Old Index