Mon Jun 9 20:01:18 2014 UTC ()
Update to 1.10. From the changelog:

- Some tests added in 1.09 would fail on a Perl without a 64-bit
  gmtime(). Reported by Jerome Eteve. RT #95345.

- A call to ->truncate( to => 'week' ) could fail but leave the object
  changed. RT #93347.

- The value of ->jd() is now calculated based on ->mjd() instead of the other
  way around. This reduces floating point errors a bit when calculating MJD,
  and should have a neglible impact on the accuracy of JD. Reported by Anye
  Li. RT #92972. See the ticket for a more detailed description of what this
  fixes.

- Attempting to construct a DateTime object with a year >= 5000 and a time
  zone other than floating or DST now issues a warning. This warning may go
  away once DateTime::TimeZone is made much faster. Inspired by a bug report
  from Lloyd Fournier. RT #92655.


(schmonz)
diff -r1.41 -r1.42 pkgsrc/time/p5-DateTime/Makefile
diff -r1.30 -r1.31 pkgsrc/time/p5-DateTime/distinfo

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

--- pkgsrc/time/p5-DateTime/Makefile 2014/05/29 23:37:51 1.41
+++ pkgsrc/time/p5-DateTime/Makefile 2014/06/09 20:01:18 1.42
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.41 2014/05/29 23:37:51 wiz Exp $ 1# $NetBSD: Makefile,v 1.42 2014/06/09 20:01:18 schmonz Exp $
2 2
3DISTNAME= DateTime-1.08 3DISTNAME= DateTime-1.10
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
14BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception 13BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
15BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal 14BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
16BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple 15BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
17 16
18DEPENDS+= p5-DateTime-Locale>=0.41:../../time/p5-DateTime-Locale 17DEPENDS+= p5-DateTime-Locale>=0.41:../../time/p5-DateTime-Locale

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

--- pkgsrc/time/p5-DateTime/distinfo 2014/04/20 02:39:32 1.30
+++ pkgsrc/time/p5-DateTime/distinfo 2014/06/09 20:01:18 1.31
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.30 2014/04/20 02:39:32 wen Exp $ 1$NetBSD: distinfo,v 1.31 2014/06/09 20:01:18 schmonz Exp $
2 2
3SHA1 (DateTime-1.08.tar.gz) = a68c182dcadcf38bece5e9e60a0f19f84842eec4 3SHA1 (DateTime-1.10.tar.gz) = 4d76330727f29e832697f0eea7c464d3367ad70d
4RMD160 (DateTime-1.08.tar.gz) = b6ecc90b1046e306ef254630e8c41bbfd84fd102 4RMD160 (DateTime-1.10.tar.gz) = 5e0077a7533405392f8c876a542d242001139800
5Size (DateTime-1.08.tar.gz) = 175812 bytes 5Size (DateTime-1.10.tar.gz) = 179976 bytes