Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/p5-DateTime p5-DateTime: update to 1.5200.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8a82ae1c5120
branches:  trunk
changeset: 438573:8a82ae1c5120
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 07 17:38:15 2020 +0000

description:
p5-DateTime: update to 1.5200.

1.52   2020-02-29

- Added a $dt->is_between($dt1, $dt2) method. Based on GH #97 by philip r
  brenan.

- Simplify the calculation of leap seconds in XS. This is a little more
  efficient for most use cases (anything with future or recent past
  datetimes). Contributed by Mark Overmeer. GH #91.

diffstat:

 time/p5-DateTime/Makefile |   6 ++----
 time/p5-DateTime/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 9 deletions(-)

diffs (37 lines):

diff -r b6fb6d82799f -r 8a82ae1c5120 time/p5-DateTime/Makefile
--- a/time/p5-DateTime/Makefile Mon Sep 07 17:37:28 2020 +0000
+++ b/time/p5-DateTime/Makefile Mon Sep 07 17:38:15 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.77 2020/08/31 18:12:21 wiz Exp $
+# $NetBSD: Makefile,v 1.78 2020/09/07 17:38:15 wiz Exp $
 
-DISTNAME=      DateTime-1.51
+DISTNAME=      DateTime-1.52
 PKGNAME=       p5-${DISTNAME}00
-PKGREVISION=   2
 CATEGORIES=    time perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DateTime/}
 
@@ -24,7 +23,6 @@
 TEST_DEPENDS+= p5-CPAN-Meta-Check>=0.11:../../devel/p5-CPAN-Meta-Check
 TEST_DEPENDS+= p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class
 
-USE_LANGUAGES= c # installs C module
 PERL5_PACKLIST=        auto/DateTime/.packlist
 
 .include "../../lang/perl5/module.mk"
diff -r b6fb6d82799f -r 8a82ae1c5120 time/p5-DateTime/distinfo
--- a/time/p5-DateTime/distinfo Mon Sep 07 17:37:28 2020 +0000
+++ b/time/p5-DateTime/distinfo Mon Sep 07 17:38:15 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.60 2019/05/18 03:55:58 wen Exp $
+$NetBSD: distinfo,v 1.61 2020/09/07 17:38:15 wiz Exp $
 
-SHA1 (DateTime-1.51.tar.gz) = 2fd6a30edb878f80a96986c32b0413a9d1f31f28
-RMD160 (DateTime-1.51.tar.gz) = b532d045557d135eda195fc49e12b5f51d6f05a0
-SHA512 (DateTime-1.51.tar.gz) = d94d673ecefb7ed8bd485f7be9f3c2c0e9a07c402793f14f5af3bc026cc875d7d2a151f72f1c1d3518e08af133eab247796400215f4304f785d17d84e53caded
-Size (DateTime-1.51.tar.gz) = 244434 bytes
+SHA1 (DateTime-1.52.tar.gz) = 6cc3824f144239096b1e45343f0d41f3d148bb0d
+RMD160 (DateTime-1.52.tar.gz) = f4e4115046919931b7a65e819d0801a2666070de
+SHA512 (DateTime-1.52.tar.gz) = c2e359f480396e0da16afbec362cb744f201f6c777fa916228f0adfd26a848b9451535feeda4e1531e5afb40a286e3b11a44e95dc0947dc4e2ba714973bb5ac4
+Size (DateTime-1.52.tar.gz) = 269535 bytes



Home | Main Index | Thread Index | Old Index