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:           Wed Jun 14 13:15:48 UTC 2017

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

Log Message:
Updated p5-DateTime to 1.4300.

1.43   2017-05-29

- Added a small optimization for boolification overloading. Rather than
  relying on a fallback to stringification, we now return true directly, which
  is a little faster in cases like "if ($might_be_dt) { ... }".

- The datetime() method now accepts a single argument to use as the separate
  between the date and time portion. This defaults to "T".


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/time/p5-DateTime/Makefile
cvs rdiff -u -r1.52 -r1.53 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.66 pkgsrc/time/p5-DateTime/Makefile:1.67
--- pkgsrc/time/p5-DateTime/Makefile:1.66       Mon Jun  5 14:25:02 2017
+++ pkgsrc/time/p5-DateTime/Makefile    Wed Jun 14 13:15:48 2017
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.66 2017/06/05 14:25:02 ryoon Exp $
+# $NetBSD: Makefile,v 1.67 2017/06/14 13:15:48 wiz Exp $
 
-DISTNAME=      DateTime-1.42
+DISTNAME=      DateTime-1.43
 PKGNAME=       p5-${DISTNAME}00
-PKGREVISION=   1
 CATEGORIES=    time perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DateTime/}
 

Index: pkgsrc/time/p5-DateTime/distinfo
diff -u pkgsrc/time/p5-DateTime/distinfo:1.52 pkgsrc/time/p5-DateTime/distinfo:1.53
--- pkgsrc/time/p5-DateTime/distinfo:1.52       Fri Dec 30 00:49:28 2016
+++ pkgsrc/time/p5-DateTime/distinfo    Wed Jun 14 13:15:48 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.52 2016/12/30 00:49:28 wiz Exp $
+$NetBSD: distinfo,v 1.53 2017/06/14 13:15:48 wiz Exp $
 
-SHA1 (DateTime-1.42.tar.gz) = 4dbffa7ad03d15d942f22b902d96451887ebacab
-RMD160 (DateTime-1.42.tar.gz) = ebbc6b216b79beaa256ba6fee1b986c4d28354de
-SHA512 (DateTime-1.42.tar.gz) = 79471a7b2f1bed829e2e767ee1d9d9bddbb9cf68205d008ff70c1002dd402f9dbee98834431d5319e4b8dd22abda29df85c81a32905df18d1ab78f1d05753505
-Size (DateTime-1.42.tar.gz) = 239033 bytes
+SHA1 (DateTime-1.43.tar.gz) = 0f7e20757e6553be82055736dcf31a28ff0414b2
+RMD160 (DateTime-1.43.tar.gz) = e4b46ddf29743f95d1afec5c3efe04487d380778
+SHA512 (DateTime-1.43.tar.gz) = 53714bb82561180d8a945e22ad708d0ae64649c2e99f35fe35a8dcdd0553744d1f1ab2a0f16696edd270d5307707a8eda398eb45c2c418fb30b0e82571a67c61
+Size (DateTime-1.43.tar.gz) = 238939 bytes



Home | Main Index | Thread Index | Old Index