summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwen <wen>2012-11-17 16:05:41 +0000
committerwen <wen>2012-11-17 16:05:41 +0000
commita00a5dd109a8347b1caf51644c05d2bd9d7c6b2f (patch)
tree274e7629498efbc1f53bddc874b1e80e2250a5f0
parente601a5fa57ba98f1d150fda859bc82c39ca3fdf6 (diff)
downloadpkgsrc-a00a5dd109a8347b1caf51644c05d2bd9d7c6b2f.tar.gz
Update to 0.78
Upstream changes: 0.78 2012-11-16 - Reverted the change to round nanoseconds up or down in various situtations. Now we always round down. This avoids the case where rounding up would require us to then increment the second value (which could then require us to increment the minute, which could then require us to increment the hour, which could then ...). In other words, we don't want to round 2011-12-31T23:59:59.999999 up to 2012-01-01T00:00:00, because that would be insane. This applies to the return values for ->microsecond, ->millisecond, and the %N specifier for strftime. Patch by Martin Hasch. RT #79845.
-rw-r--r--time/p5-DateTime/Makefile4
-rw-r--r--time/p5-DateTime/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/time/p5-DateTime/Makefile b/time/p5-DateTime/Makefile
index e8a0b26e315..e33a65f0efc 100644
--- a/time/p5-DateTime/Makefile
+++ b/time/p5-DateTime/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2012/10/08 14:42:08 wen Exp $
+# $NetBSD: Makefile,v 1.35 2012/11/17 16:05:41 wen Exp $
-DISTNAME= DateTime-0.77
+DISTNAME= DateTime-0.78
PKGNAME= p5-${DISTNAME}00
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
diff --git a/time/p5-DateTime/distinfo b/time/p5-DateTime/distinfo
index bbb88c73d0d..4e8216eeebd 100644
--- a/time/p5-DateTime/distinfo
+++ b/time/p5-DateTime/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2012/10/08 14:42:08 wen Exp $
+$NetBSD: distinfo,v 1.26 2012/11/17 16:05:41 wen Exp $
-SHA1 (DateTime-0.77.tar.gz) = d2ccfa8e9a5606d2bf904faaa932b45a09476a51
-RMD160 (DateTime-0.77.tar.gz) = 82e204142b6831a8c641bc85743c92f2db211d1b
-Size (DateTime-0.77.tar.gz) = 171659 bytes
+SHA1 (DateTime-0.78.tar.gz) = 6b5cb2ee2753f5c560e4e03f6753fc5684f4efd6
+RMD160 (DateTime-0.78.tar.gz) = 8be6dca7f48d2ba60a8557256624778d2bd780e4
+Size (DateTime-0.78.tar.gz) = 176173 bytes