summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwen <wen>2013-08-30 08:01:23 +0000
committerwen <wen>2013-08-30 08:01:23 +0000
commitf0636d14aca176bf44b3c84293c37342b2b4bcd5 (patch)
treeb873f55854766a18e27a92df5e7387427cf075f8
parent48bf054ecfd37db682ebecde6d9bcc7d60519ff3 (diff)
downloadpkgsrc-f0636d14aca176bf44b3c84293c37342b2b4bcd5.tar.gz
Update to 1.03
Upstream changes: 1.03 2013-04-17 - The set_time_zone() method was not returning the object when caalled with a name that matched the current zone. Reported by Noel Maddy. RT #84699. 1.02 2013-04-15 - When a constructor method like new() or today() was called on an object, you'd get an error message like 'Can't locate object method "_normalize_nanoseconds" via package "2013-04-15T00:00:00"'. This has been fixed to provide a sane error message. Patch by Doug Bell. - When set_time_zone() is called with a name that matches the current time zone, DateTime now short circuits and avoids a lot of work. Patch by Mark Stosberg.
-rw-r--r--time/p5-DateTime/Makefile5
-rw-r--r--time/p5-DateTime/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/time/p5-DateTime/Makefile b/time/p5-DateTime/Makefile
index 12baa4c5234..aa42dc7416b 100644
--- a/time/p5-DateTime/Makefile
+++ b/time/p5-DateTime/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2013/05/31 12:42:25 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2013/08/30 08:01:23 wen Exp $
-DISTNAME= DateTime-1.01
+DISTNAME= DateTime-1.03
PKGNAME= p5-${DISTNAME}00
-PKGREVISION= 1
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
diff --git a/time/p5-DateTime/distinfo b/time/p5-DateTime/distinfo
index ce252018e36..74391010ff3 100644
--- a/time/p5-DateTime/distinfo
+++ b/time/p5-DateTime/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2013/04/03 07:09:08 wen Exp $
+$NetBSD: distinfo,v 1.28 2013/08/30 08:01:23 wen Exp $
-SHA1 (DateTime-1.01.tar.gz) = d91ae4083709affa5af3f8fe2e713345a4a5f272
-RMD160 (DateTime-1.01.tar.gz) = 25022903da0c5fa0a6392e8f6db84dcdcd30b9c7
-Size (DateTime-1.01.tar.gz) = 173862 bytes
+SHA1 (DateTime-1.03.tar.gz) = 23cad043140988ea95ad8dcb3095cc5aded0464e
+RMD160 (DateTime-1.03.tar.gz) = 2b4a109c993f9205d908833282d1c59b19bbea46
+Size (DateTime-1.03.tar.gz) = 174369 bytes