pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/p5-DateTime
Module Name: pkgsrc
Committed By: wen
Date: Sun Mar 20 02:29:09 UTC 2022
Modified Files:
pkgsrc/time/p5-DateTime: Makefile distinfo
Log Message:
Update to 1.57
Upstream changes:
1.57 2022-03-03
- The last release would die if Sub::Util was not available, but this should
just be an optional requirement. Fixed by Paul Howarth. GH #131.
- This is the second time I've introduced this bug, so now there's a test to
make sure that DateTime can be loaded if Sub::Util is not
installed. Hopefully this will prevent a third occurrence of this bug.
1.56 2022-03-02
- The DateTime->from_epoch constructor now accepts a single, non-hashref
argument, and validates it as an epoch value. Requested by Neil Bowers. GH
#119.
To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/time/p5-DateTime/Makefile
cvs rdiff -u -r1.65 -r1.66 pkgsrc/time/p5-DateTime/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/Makefile
diff -u pkgsrc/time/p5-DateTime/Makefile:1.81 pkgsrc/time/p5-DateTime/Makefile:1.82
--- pkgsrc/time/p5-DateTime/Makefile:1.81 Mon Feb 14 14:13:07 2022
+++ pkgsrc/time/p5-DateTime/Makefile Sun Mar 20 02:29:09 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.81 2022/02/14 14:13:07 wen Exp $
+# $NetBSD: Makefile,v 1.82 2022/03/20 02:29:09 wen Exp $
-DISTNAME= DateTime-1.55
+DISTNAME= DateTime-1.57
PKGNAME= p5-${DISTNAME}00
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
Index: pkgsrc/time/p5-DateTime/distinfo
diff -u pkgsrc/time/p5-DateTime/distinfo:1.65 pkgsrc/time/p5-DateTime/distinfo:1.66
--- pkgsrc/time/p5-DateTime/distinfo:1.65 Mon Feb 14 14:13:07 2022
+++ pkgsrc/time/p5-DateTime/distinfo Sun Mar 20 02:29:09 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.65 2022/02/14 14:13:07 wen Exp $
+$NetBSD: distinfo,v 1.66 2022/03/20 02:29:09 wen Exp $
-BLAKE2s (DateTime-1.55.tar.gz) = a97bba2c254be7b2d946c4214df752ddead04eeae4d5c207003961899aef7cba
-SHA512 (DateTime-1.55.tar.gz) = a03305db6e141528d25b1156bd885518565bc53ee2c20cfc26bb84e67375d0fc783d50ab81877a69804bb46641822b64519e48c4805803064a69ca8253942a2e
-Size (DateTime-1.55.tar.gz) = 319958 bytes
+BLAKE2s (DateTime-1.57.tar.gz) = 95fc0c1bc14872a053f202f7c33eee8f1682dad08c346252e3f6783194251728
+SHA512 (DateTime-1.57.tar.gz) = 1b89d818618d09b4a4bfc6cde2325e2755546777070ad12fd55ac4e4ef209e6e44bf5458b436085f52ddd99df96293521695821d1380d65f2c7ce23ca2bffd56
+Size (DateTime-1.57.tar.gz) = 322347 bytes
Home |
Main Index |
Thread Index |
Old Index