pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/p5-DateTime



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep  7 17:38:15 UTC 2020

Modified Files:
        pkgsrc/time/p5-DateTime: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/time/p5-DateTime/Makefile
cvs rdiff -u -r1.60 -r1.61 pkgsrc/time/p5-DateTime/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/p5-DateTime/Makefile
diff -u pkgsrc/time/p5-DateTime/Makefile:1.77 pkgsrc/time/p5-DateTime/Makefile:1.78
--- pkgsrc/time/p5-DateTime/Makefile:1.77       Mon Aug 31 18:12:21 2020
+++ pkgsrc/time/p5-DateTime/Makefile    Mon Sep  7 17:38:15 2020
@@ -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-Test-Warnings-[0-9]*:.
 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"

Index: pkgsrc/time/p5-DateTime/distinfo
diff -u pkgsrc/time/p5-DateTime/distinfo:1.60 pkgsrc/time/p5-DateTime/distinfo:1.61
--- pkgsrc/time/p5-DateTime/distinfo:1.60       Sat May 18 03:55:58 2019
+++ pkgsrc/time/p5-DateTime/distinfo    Mon Sep  7 17:38:15 2020
@@ -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