From c50f3f9f12d555328a6b07c70027f20c68895562 Mon Sep 17 00:00:00 2001 From: wen Date: Sun, 20 Apr 2014 02:39:32 +0000 Subject: Update to 1.08 Upstream changes: 1.08 2014-03-11 - DateTime now calls DateTime->_core_time() instead of calling Perl's time() built-in directly. This makes it much easier to override the value of time() that DateTime sees. This may make it easier to write tests for code that uses DateTime . 1.07 2014-02-06 - Added a hack to get this module working on Android. RT #92671. --- time/p5-DateTime/Makefile | 4 ++-- time/p5-DateTime/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'time') diff --git a/time/p5-DateTime/Makefile b/time/p5-DateTime/Makefile index 71a3db85e5d..0858326e864 100644 --- a/time/p5-DateTime/Makefile +++ b/time/p5-DateTime/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2014/01/09 08:03:45 wen Exp $ +# $NetBSD: Makefile,v 1.40 2014/04/20 02:39:32 wen Exp $ -DISTNAME= DateTime-1.06 +DISTNAME= DateTime-1.08 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 eb9cf7640ce..5ba54e7a88a 100644 --- a/time/p5-DateTime/distinfo +++ b/time/p5-DateTime/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.29 2014/01/09 08:03:45 wen Exp $ +$NetBSD: distinfo,v 1.30 2014/04/20 02:39:32 wen Exp $ -SHA1 (DateTime-1.06.tar.gz) = dbbaf07f3279b6bb1f6587eae30f0bf0c00074e4 -RMD160 (DateTime-1.06.tar.gz) = 93c37c468c0a427b4604355c33603b14f89566e2 -Size (DateTime-1.06.tar.gz) = 174875 bytes +SHA1 (DateTime-1.08.tar.gz) = a68c182dcadcf38bece5e9e60a0f19f84842eec4 +RMD160 (DateTime-1.08.tar.gz) = b6ecc90b1046e306ef254630e8c41bbfd84fd102 +Size (DateTime-1.08.tar.gz) = 175812 bytes -- cgit v1.2.3