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


(mef)
diff -r1.27 -r1.28 pkgsrc/devel/p5-Config-Tiny/Makefile
diff -r1.12 -r1.13 pkgsrc/devel/p5-Config-Tiny/distinfo

cvs diff -r1.27 -r1.28 pkgsrc/devel/p5-Config-Tiny/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Config-Tiny/Makefile 2019/08/11 13:19:07 1.27
+++ pkgsrc/devel/p5-Config-Tiny/Makefile 2019/10/13 11:27:06 1.28
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.27 2019/08/11 13:19:07 wiz Exp $ 1# $NetBSD: Makefile,v 1.28 2019/10/13 11:27:06 mef Exp $
2 2
3DISTNAME= Config-Tiny-2.23 3DISTNAME= Config-Tiny-2.24
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 4 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/}
8EXTRACT_SUFX= .tgz 7EXTRACT_SUFX= .tgz
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= https://metacpan.org/release/Config-Tiny 10HOMEPAGE= https://metacpan.org/release/Config-Tiny
12COMMENT= Read/Write .ini style files with as little code as possible 11COMMENT= Read/Write .ini style files with as little code as possible
13LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
14 13
15PERL5_PACKLIST= auto/Config/Tiny/.packlist 14PERL5_PACKLIST= auto/Config/Tiny/.packlist
16 15
17.include "../../lang/perl5/module.mk" 16.include "../../lang/perl5/module.mk"
18.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

cvs diff -r1.12 -r1.13 pkgsrc/devel/p5-Config-Tiny/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Config-Tiny/distinfo 2015/11/04 17:41:17 1.12
+++ pkgsrc/devel/p5-Config-Tiny/distinfo 2019/10/13 11:27:06 1.13
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.12 2015/11/04 17:41:17 agc Exp $ 1$NetBSD: distinfo,v 1.13 2019/10/13 11:27:06 mef Exp $
2 2
3SHA1 (Config-Tiny-2.23.tgz) = 8fca9f846cd16cfd3f2a7e0599a9dc6df6f3a92f 3SHA1 (Config-Tiny-2.24.tgz) = 2eb0489d23257b714258dd08a08d769c16b765a4
4RMD160 (Config-Tiny-2.23.tgz) = 1619bca052069f207041ff04d7f8d244fc81a0dc 4RMD160 (Config-Tiny-2.24.tgz) = 39bc7cb9010f5a64d19c4088c8c5e484907463a0
5SHA512 (Config-Tiny-2.23.tgz) = c5c77aa18a387f181ba9bb2df8859c328073521e14163fe04fd7a104928bd68cf654eab88d24bd23e556e6ecc139dfed716fb7b8119e98cd2ab6f6915c976f01 5SHA512 (Config-Tiny-2.24.tgz) = 7ce660f947351c346f553a1f0424e6c5710c9334090791525a5ab3d7462f6754315602028de4da7f2aeb72303df68d7419e15bea73c8f161830216b26fdfcb40
6Size (Config-Tiny-2.23.tgz) = 20487 bytes 6Size (Config-Tiny-2.24.tgz) = 24329 bytes