diff options
author | wen <wen@pkgsrc.org> | 2021-03-28 00:17:53 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2021-03-28 00:17:53 +0000 |
commit | d23914695c8c0fd3e4fb626367fa2aab8359e52d (patch) | |
tree | 3086d22f5a41f8d4eb7eaf3b43f1dd1d26036b5c /time | |
parent | c6c49fc3b2d6d2c274ccc3eafa0dc76aec4dfec2 (diff) | |
download | pkgsrc-d23914695c8c0fd3e4fb626367fa2aab8359e52d.tar.gz |
Update to 1.78
Update DEPENDS
Upstream changes:
1.78 2020-12-15
* Fix tests for new failure caused by locale data changes in DateTime::Locale
1.29. Reported by cthulhu8zombie. GH #28.
* Added a warning about using locale-specific patterns. Some of these patterns
can change quite a bit as the locale data is updated, so using them for
parsing does not produce stable results across time. This is what caused the
test failures that this release fixes.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime-Format-Strptime/Makefile | 6 | ||||
-rw-r--r-- | time/p5-DateTime-Format-Strptime/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/time/p5-DateTime-Format-Strptime/Makefile b/time/p5-DateTime-Format-Strptime/Makefile index a4e14ee5e6b..d33e0cf2242 100644 --- a/time/p5-DateTime-Format-Strptime/Makefile +++ b/time/p5-DateTime-Format-Strptime/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2020/09/07 17:44:42 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2021/03/28 00:17:53 wen Exp $ -DISTNAME= DateTime-Format-Strptime-1.77 +DISTNAME= DateTime-Format-Strptime-1.78 PKGNAME= p5-${DISTNAME}00 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} @@ -11,7 +11,7 @@ COMMENT= Perl 5 module to parse and format strp and strf time patterns LICENSE= artistic-2.0 DEPENDS+= p5-DateTime>=1.00:../../time/p5-DateTime -DEPENDS+= p5-DateTime-Locale>=1.05:../../time/p5-DateTime-Locale +DEPENDS+= p5-DateTime-Locale>=1.30:../../time/p5-DateTime-Locale DEPENDS+= p5-DateTime-TimeZone>=0.79:../../time/p5-DateTime-TimeZone DEPENDS+= p5-Params-ValidationCompiler>=0:../../devel/p5-Params-ValidationCompiler DEPENDS+= p5-Package-DeprecationManager>=0.15:../../devel/p5-Package-DeprecationManager diff --git a/time/p5-DateTime-Format-Strptime/distinfo b/time/p5-DateTime-Format-Strptime/distinfo index 04112bd17fd..c027639e337 100644 --- a/time/p5-DateTime-Format-Strptime/distinfo +++ b/time/p5-DateTime-Format-Strptime/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.21 2020/09/07 17:44:42 wiz Exp $ +$NetBSD: distinfo,v 1.22 2021/03/28 00:17:53 wen Exp $ -SHA1 (DateTime-Format-Strptime-1.77.tar.gz) = 378fa5d6a0871156ffa4b129c1b164b70bd88fcb -RMD160 (DateTime-Format-Strptime-1.77.tar.gz) = 8ea09a09f71e23fb5692cba121e3e5158e4cf3cf -SHA512 (DateTime-Format-Strptime-1.77.tar.gz) = d6f997831ffe054b6052dc7d9a783fa64fb2dd90babbd97ea2dd11eacc0e6d1a6718c2dc877c444863be502482f6fc856f02f0feae8abb36220b60f417ee87ec -Size (DateTime-Format-Strptime-1.77.tar.gz) = 114321 bytes +SHA1 (DateTime-Format-Strptime-1.78.tar.gz) = be453c91b8a839ddd5eaef76436ffa893e2c2a3d +RMD160 (DateTime-Format-Strptime-1.78.tar.gz) = 0cf00f05e5d4b53f4a1244119933bd696450803b +SHA512 (DateTime-Format-Strptime-1.78.tar.gz) = fc1a49458e5dd61aeccacf38589d9a78ea0614c9b7e3412d4191afd3b55df8bbb6322657dfb0ee4cce2577ffb45709d5b8efc47dadbc7e4ba4f42c6c09514d60 +Size (DateTime-Format-Strptime-1.78.tar.gz) = 116987 bytes |