Sat May 18 03:55:58 2019 UTC ()
Update to 1.51

Upstream changes:
1.51   2019-04-21

- Fix CLDR formatting of 'S' pattern with more than 9 digits of
  precision. While we only store nanoseconds in the DateTime object we should
  still be able to handle an arbitrary number of digits properly. Fixed by
  Slaven Rezić. GH #89.


(wen)
diff -r1.74 -r1.75 pkgsrc/time/p5-DateTime/Makefile
diff -r1.59 -r1.60 pkgsrc/time/p5-DateTime/distinfo

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

--- pkgsrc/time/p5-DateTime/Makefile 2018/08/22 09:47:15 1.74
+++ pkgsrc/time/p5-DateTime/Makefile 2019/05/18 03:55:58 1.75
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.74 2018/08/22 09:47:15 wiz Exp $ 1# $NetBSD: Makefile,v 1.75 2019/05/18 03:55:58 wen Exp $
2 2
3DISTNAME= DateTime-1.50 3DISTNAME= DateTime-1.51
4PKGNAME= p5-${DISTNAME}00 4PKGNAME= p5-${DISTNAME}00
5PKGREVISION= 1 
6CATEGORIES= time perl5 5CATEGORIES= time perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://datetime.perl.org/ 9HOMEPAGE= http://datetime.perl.org/
11COMMENT= Perl module for date/time sets and ranges 10COMMENT= Perl module for date/time sets and ranges
12LICENSE= artistic-2.0 11LICENSE= artistic-2.0
13 12
14DEPENDS+= p5-DateTime-Locale>=1.06:../../time/p5-DateTime-Locale 13DEPENDS+= p5-DateTime-Locale>=1.06:../../time/p5-DateTime-Locale
15DEPENDS+= p5-DateTime-TimeZone>=2.02:../../time/p5-DateTime-TimeZone 14DEPENDS+= p5-DateTime-TimeZone>=2.02:../../time/p5-DateTime-TimeZone
16DEPENDS+= p5-Math-Round-[0-9]*:../../math/p5-Math-Round 15DEPENDS+= p5-Math-Round-[0-9]*:../../math/p5-Math-Round
17DEPENDS+= p5-Specio-[0-9]*:../../devel/p5-Specio 16DEPENDS+= p5-Specio-[0-9]*:../../devel/p5-Specio
18DEPENDS+= p5-Params-ValidationCompiler>=0.11:../../devel/p5-Params-ValidationCompiler 17DEPENDS+= p5-Params-ValidationCompiler>=0.11:../../devel/p5-Params-ValidationCompiler

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

--- pkgsrc/time/p5-DateTime/distinfo 2018/08/21 12:20:51 1.59
+++ pkgsrc/time/p5-DateTime/distinfo 2019/05/18 03:55:58 1.60
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.59 2018/08/21 12:20:51 wiz Exp $ 1$NetBSD: distinfo,v 1.60 2019/05/18 03:55:58 wen Exp $
2 2
3SHA1 (DateTime-1.50.tar.gz) = 6f35480ff4419333f4ae24de94a42a83a9382e64 3SHA1 (DateTime-1.51.tar.gz) = 2fd6a30edb878f80a96986c32b0413a9d1f31f28
4RMD160 (DateTime-1.50.tar.gz) = 607f78f4b8056b290de7fa79a968e70ac3c675ce 4RMD160 (DateTime-1.51.tar.gz) = b532d045557d135eda195fc49e12b5f51d6f05a0
5SHA512 (DateTime-1.50.tar.gz) = fa8f57aac2b736a5b8b70005b74a81ea4bc80143714a79f16896c4214776c591f3db6689841a6b5217070e02ccea6ccf30b565c3bb0acdce9d1ea44eb61fe85a 5SHA512 (DateTime-1.51.tar.gz) = d94d673ecefb7ed8bd485f7be9f3c2c0e9a07c402793f14f5af3bc026cc875d7d2a151f72f1c1d3518e08af133eab247796400215f4304f785d17d84e53caded
6Size (DateTime-1.50.tar.gz) = 244986 bytes 6Size (DateTime-1.51.tar.gz) = 244434 bytes