Sun Mar 20 02:29:09 2022 UTC ()
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.


(wen)
diff -r1.81 -r1.82 pkgsrc/time/p5-DateTime/Makefile
diff -r1.65 -r1.66 pkgsrc/time/p5-DateTime/distinfo

cvs diff -r1.81 -r1.82 pkgsrc/time/p5-DateTime/Makefile (expand / switch to unified diff)

--- pkgsrc/time/p5-DateTime/Makefile 2022/02/14 14:13:07 1.81
+++ pkgsrc/time/p5-DateTime/Makefile 2022/03/20 02:29:09 1.82
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.81 2022/02/14 14:13:07 wen Exp $ 1# $NetBSD: Makefile,v 1.82 2022/03/20 02:29:09 wen Exp $
2 2
3DISTNAME= DateTime-1.55 3DISTNAME= DateTime-1.57
4PKGNAME= p5-${DISTNAME}00 4PKGNAME= p5-${DISTNAME}00
5CATEGORIES= time perl5 5CATEGORIES= time perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://datetime.perl.org/ 9HOMEPAGE= http://datetime.perl.org/
10COMMENT= Perl module for date/time sets and ranges 10COMMENT= Perl module for date/time sets and ranges
11LICENSE= artistic-2.0 11LICENSE= artistic-2.0
12 12
13DEPENDS+= p5-DateTime-Locale>=1.06:../../time/p5-DateTime-Locale 13DEPENDS+= p5-DateTime-Locale>=1.06:../../time/p5-DateTime-Locale
14DEPENDS+= p5-DateTime-TimeZone>=2.02:../../time/p5-DateTime-TimeZone 14DEPENDS+= p5-DateTime-TimeZone>=2.02:../../time/p5-DateTime-TimeZone
15DEPENDS+= p5-Math-Round-[0-9]*:../../math/p5-Math-Round 15DEPENDS+= p5-Math-Round-[0-9]*:../../math/p5-Math-Round
16DEPENDS+= p5-Specio-[0-9]*:../../devel/p5-Specio 16DEPENDS+= p5-Specio-[0-9]*:../../devel/p5-Specio

cvs diff -r1.65 -r1.66 pkgsrc/time/p5-DateTime/distinfo (expand / switch to unified diff)

--- pkgsrc/time/p5-DateTime/distinfo 2022/02/14 14:13:07 1.65
+++ pkgsrc/time/p5-DateTime/distinfo 2022/03/20 02:29:09 1.66
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.65 2022/02/14 14:13:07 wen Exp $ 1$NetBSD: distinfo,v 1.66 2022/03/20 02:29:09 wen Exp $
2 2
3BLAKE2s (DateTime-1.55.tar.gz) = a97bba2c254be7b2d946c4214df752ddead04eeae4d5c207003961899aef7cba 3BLAKE2s (DateTime-1.57.tar.gz) = 95fc0c1bc14872a053f202f7c33eee8f1682dad08c346252e3f6783194251728
4SHA512 (DateTime-1.55.tar.gz) = a03305db6e141528d25b1156bd885518565bc53ee2c20cfc26bb84e67375d0fc783d50ab81877a69804bb46641822b64519e48c4805803064a69ca8253942a2e 4SHA512 (DateTime-1.57.tar.gz) = 1b89d818618d09b4a4bfc6cde2325e2755546777070ad12fd55ac4e4ef209e6e44bf5458b436085f52ddd99df96293521695821d1380d65f2c7ce23ca2bffd56
5Size (DateTime-1.55.tar.gz) = 319958 bytes 5Size (DateTime-1.57.tar.gz) = 322347 bytes