Wed Jan 7 23:23:02 2015 UTC ()
Update to 1.18:

1.18   2015-01-05

- There will be a new leap second on June 30, 2015.

1.17   2015-01-04

- No code changes from the 1.16 release.

1.16   2015-01-04 (TRIAL RELEASE)

- Test fix for systems where IVs are 4 bytes long.

1.15   2015-01-03 (TRIAL RELEASE)

- Trying this again ... Experimental fix for adding very large numbers of
  days. Previously, trying to add more than around 2^28 days could cause
  errors if the result ended up in a leap year. This is being released as a
  trial release because I'm not sure how this change will behave on a 32-bit
  Perl. Reported by KMX. RT #97046.


(wiz)
diff -r1.44 -r1.45 pkgsrc/time/p5-DateTime/Makefile
diff -r1.33 -r1.34 pkgsrc/time/p5-DateTime/distinfo

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

--- pkgsrc/time/p5-DateTime/Makefile 2015/01/04 12:24:40 1.44
+++ pkgsrc/time/p5-DateTime/Makefile 2015/01/07 23:23:02 1.45
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.44 2015/01/04 12:24:40 wiz Exp $ 1# $NetBSD: Makefile,v 1.45 2015/01/07 23:23:02 wiz Exp $
2 2
3DISTNAME= DateTime-1.14 3DISTNAME= DateTime-1.18
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
13BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception 13BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
14BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal 14BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
15BUILD_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings 15BUILD_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
16BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple 16BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple

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

--- pkgsrc/time/p5-DateTime/distinfo 2015/01/04 12:24:40 1.33
+++ pkgsrc/time/p5-DateTime/distinfo 2015/01/07 23:23:02 1.34
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.33 2015/01/04 12:24:40 wiz Exp $ 1$NetBSD: distinfo,v 1.34 2015/01/07 23:23:02 wiz Exp $
2 2
3SHA1 (DateTime-1.14.tar.gz) = c121088382d60465a7382fd0408eb095ed1cadb4 3SHA1 (DateTime-1.18.tar.gz) = 3b8c81e15b02b3621f079464e7d0f7018d73ff28
4RMD160 (DateTime-1.14.tar.gz) = f5c57efbffea1a6844a918b876c76ed04b913077 4RMD160 (DateTime-1.18.tar.gz) = f36e912f33df960625b1b198c4d8042f561c82c5
5Size (DateTime-1.14.tar.gz) = 209522 bytes 5Size (DateTime-1.18.tar.gz) = 212053 bytes