pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/p5-DateTime-Format-Strptime
Module Name: pkgsrc
Committed By: wen
Date: Sun Mar 28 00:17:54 UTC 2021
Modified Files:
pkgsrc/time/p5-DateTime-Format-Strptime: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/time/p5-DateTime-Format-Strptime/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/time/p5-DateTime-Format-Strptime/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/time/p5-DateTime-Format-Strptime/Makefile
diff -u pkgsrc/time/p5-DateTime-Format-Strptime/Makefile:1.38 pkgsrc/time/p5-DateTime-Format-Strptime/Makefile:1.39
--- pkgsrc/time/p5-DateTime-Format-Strptime/Makefile:1.38 Mon Sep 7 17:44:42 2020
+++ pkgsrc/time/p5-DateTime-Format-Strptime/Makefile Sun Mar 28 00:17:53 2021
@@ -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 form
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
Index: pkgsrc/time/p5-DateTime-Format-Strptime/distinfo
diff -u pkgsrc/time/p5-DateTime-Format-Strptime/distinfo:1.21 pkgsrc/time/p5-DateTime-Format-Strptime/distinfo:1.22
--- pkgsrc/time/p5-DateTime-Format-Strptime/distinfo:1.21 Mon Sep 7 17:44:42 2020
+++ pkgsrc/time/p5-DateTime-Format-Strptime/distinfo Sun Mar 28 00:17:53 2021
@@ -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
Home |
Main Index |
Thread Index |
Old Index