diff options
author | wen <wen@pkgsrc.org> | 2020-11-08 14:58:11 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2020-11-08 14:58:11 +0000 |
commit | 74702d5220d9500c7b1511d3e9cfb15ddd893da8 (patch) | |
tree | f6e8d3a32a2b740897a8b0c4bd07d60b280f6027 /time | |
parent | bf518c146e43d58fa6e98182f423381e50105ef4 (diff) | |
download | pkgsrc-74702d5220d9500c7b1511d3e9cfb15ddd893da8.tar.gz |
Update to 1.11
Upstream changes:
1.11 2020-09-23 <schubiger@cpan.org>
- Merged development version to stable.
1.10_04 2020-09-22 <schubiger@cpan.org>
- Fail when parsing month/day with an explicit ymd-format.
1.10_03 2020-09-19 <schubiger@cpan.org>
- Clarify meaning of format option.
[rt #133200 - Ricardo Signes]
1.10_02 2020-09-05 <schubiger@cpan.org>
- Allow mm/dd and dd/mm as valid formats and amend tests.
- Improve format matching regexes.
- List example with new format under examples section.
1.10_01 2020-08-21 <schubiger@cpan.org>
- Allow configuration to make "8/10" mean October 8.
[rt #133140 - Ricardo Signes]
- Minor tweaks.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime-Format-Natural/Makefile | 4 | ||||
-rw-r--r-- | time/p5-DateTime-Format-Natural/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/time/p5-DateTime-Format-Natural/Makefile b/time/p5-DateTime-Format-Natural/Makefile index e3b8945b530..3b1f45da129 100644 --- a/time/p5-DateTime-Format-Natural/Makefile +++ b/time/p5-DateTime-Format-Natural/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.33 2020/09/07 17:44:04 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2020/11/08 14:58:11 wen Exp $ -DISTNAME= DateTime-Format-Natural-1.10 +DISTNAME= DateTime-Format-Natural-1.11 PKGNAME= p5-${DISTNAME} CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} diff --git a/time/p5-DateTime-Format-Natural/distinfo b/time/p5-DateTime-Format-Natural/distinfo index 2516899d403..d7b1d4d305d 100644 --- a/time/p5-DateTime-Format-Natural/distinfo +++ b/time/p5-DateTime-Format-Natural/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2020/09/07 17:44:04 wiz Exp $ +$NetBSD: distinfo,v 1.19 2020/11/08 14:58:11 wen Exp $ -SHA1 (DateTime-Format-Natural-1.10.tar.gz) = 12fe24c020b27b5e039ff4dbe720670fc8b65c80 -RMD160 (DateTime-Format-Natural-1.10.tar.gz) = 28e3996ccfb4f5980da77397500eba2e5c03075e -SHA512 (DateTime-Format-Natural-1.10.tar.gz) = 41d51364efe242733945bca061fe67562fe24f069788d14962aeb2a5d0589e9078f81212d0fde78e950050853eaed5e1a0cc3868f409b82c7b054849c9dc2600 -Size (DateTime-Format-Natural-1.10.tar.gz) = 80958 bytes +SHA1 (DateTime-Format-Natural-1.11.tar.gz) = f1d4ed760d77371ec93c91fb35e646d8d2307f5d +RMD160 (DateTime-Format-Natural-1.11.tar.gz) = 3c13804b505e62a83002e8b290442d487b5cefc5 +SHA512 (DateTime-Format-Natural-1.11.tar.gz) = 1e89fe7ea05eec620f453cde4874bba6ced5d4055944e9e396226041c1d2efaa9b5a4852b88484b7dc00d792d2842a5c74f5eb86e70b220a3a8afbc7e1111c80 +Size (DateTime-Format-Natural-1.11.tar.gz) = 82424 bytes |