diff options
author | wen <wen@pkgsrc.org> | 2016-05-07 05:21:05 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-05-07 05:21:05 +0000 |
commit | e910dd3cc4637397fdda98a292cb0341debd749c (patch) | |
tree | 0acb2991be0b27dba03a7750ed856107595d6923 /time/p5-DateTime-Format-Strptime/Makefile | |
parent | b2c615888e0641f88f441cb4b698089d24a175a0 (diff) | |
download | pkgsrc-e910dd3cc4637397fdda98a292cb0341debd749c.tar.gz |
Update to 1.6700
Upstream changes:
1.67 2016-03-31
- Fixed a regression introduced in 1.60. Older versions of this library would
match dates pretty match anywhere in a string, so "%Y-%m-%d" would match a
string like "abcd1234-12-30efgh". This is probably _too_ permissive, but we
definitely want to match on word boundaries so that we match
"log.2016-03-31". Based on a PR from YASUTAKE Kiyoshi. GitHub #3.
1.66 2016-03-27
- Added a zone_map constructor argument. This lets you supply a mapping for
ambiguous time zone abbreviations. Based on a patch from Douglas Wilson. RT
#74762.
1.65 2016-03-15
- Updated zone short name parsing to handle names like "+07", which were
introduced in the latest IANA time zone database release.
Diffstat (limited to 'time/p5-DateTime-Format-Strptime/Makefile')
-rw-r--r-- | time/p5-DateTime-Format-Strptime/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/p5-DateTime-Format-Strptime/Makefile b/time/p5-DateTime-Format-Strptime/Makefile index 4c5462aba7e..fe089ed1b6e 100644 --- a/time/p5-DateTime-Format-Strptime/Makefile +++ b/time/p5-DateTime-Format-Strptime/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2016/02/27 07:54:34 wen Exp $ +# $NetBSD: Makefile,v 1.24 2016/05/07 05:21:05 wen Exp $ -DISTNAME= DateTime-Format-Strptime-1.64 +DISTNAME= DateTime-Format-Strptime-1.67 PKGNAME= p5-${DISTNAME}00 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} |