diff options
author | mef <mef@pkgsrc.org> | 2019-10-13 11:27:06 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2019-10-13 11:27:06 +0000 |
commit | 57caab402c52544b07f1eaccb787e3b3ffaf3521 (patch) | |
tree | cab52b1e31f7745e1875af70b747c21590714fc9 | |
parent | 12bed5b0d9a2997b47145bc7d4f51e59da22b7e1 (diff) | |
download | pkgsrc-57caab402c52544b07f1eaccb787e3b3ffaf3521.tar.gz |
(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.
-rw-r--r-- | devel/p5-Config-Tiny/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Config-Tiny/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/p5-Config-Tiny/Makefile b/devel/p5-Config-Tiny/Makefile index 5ae662430c1..82791e107e1 100644 --- a/devel/p5-Config-Tiny/Makefile +++ b/devel/p5-Config-Tiny/Makefile @@ -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 --git a/devel/p5-Config-Tiny/distinfo b/devel/p5-Config-Tiny/distinfo index c080d59178b..07f806cc775 100644 --- a/devel/p5-Config-Tiny/distinfo +++ b/devel/p5-Config-Tiny/distinfo @@ -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 |