pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Config-Tiny (devel/p5-Config-Tiny) Updated 2....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c9410dd8add
branches:  trunk
changeset: 342082:2c9410dd8add
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Oct 13 11:27:06 2019 +0000

description:
(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.

diffstat:

 devel/p5-Config-Tiny/Makefile |   5 ++---
 devel/p5-Config-Tiny/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r ddaca3ad2c9d -r 2c9410dd8add devel/p5-Config-Tiny/Makefile
--- a/devel/p5-Config-Tiny/Makefile     Sun Oct 13 11:22:49 2019 +0000
+++ b/devel/p5-Config-Tiny/Makefile     Sun Oct 13 11:27:06 2019 +0000
@@ -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
diff -r ddaca3ad2c9d -r 2c9410dd8add devel/p5-Config-Tiny/distinfo
--- a/devel/p5-Config-Tiny/distinfo     Sun Oct 13 11:22:49 2019 +0000
+++ b/devel/p5-Config-Tiny/distinfo     Sun Oct 13 11:27:06 2019 +0000
@@ -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