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:   wen
Date:           Sat Aug 26 08:29:45 UTC 2017

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

Log Message:
Update to 1.44

Upstream changes:
1.44   2017-08-20

- Added a stringify() method. This does exactly the same thing as
  stringification overloading does. GH #58.

- Added an is_last_day_of_month() method to indicate whether or not an object
  falls on the last day of its month. GH #60.


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/time/p5-DateTime/Makefile
cvs rdiff -u -r1.53 -r1.54 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.67 pkgsrc/time/p5-DateTime/Makefile:1.68
--- pkgsrc/time/p5-DateTime/Makefile:1.67       Wed Jun 14 13:15:48 2017
+++ pkgsrc/time/p5-DateTime/Makefile    Sat Aug 26 08:29:45 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.67 2017/06/14 13:15:48 wiz Exp $
+# $NetBSD: Makefile,v 1.68 2017/08/26 08:29:45 wen Exp $
 
-DISTNAME=      DateTime-1.43
+DISTNAME=      DateTime-1.44
 PKGNAME=       p5-${DISTNAME}00
 CATEGORIES=    time perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DateTime/}

Index: pkgsrc/time/p5-DateTime/distinfo
diff -u pkgsrc/time/p5-DateTime/distinfo:1.53 pkgsrc/time/p5-DateTime/distinfo:1.54
--- pkgsrc/time/p5-DateTime/distinfo:1.53       Wed Jun 14 13:15:48 2017
+++ pkgsrc/time/p5-DateTime/distinfo    Sat Aug 26 08:29:45 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.53 2017/06/14 13:15:48 wiz Exp $
+$NetBSD: distinfo,v 1.54 2017/08/26 08:29:45 wen Exp $
 
-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
+SHA1 (DateTime-1.44.tar.gz) = 884ef8294419de0a45b47b9120ce9ec66aa895d5
+RMD160 (DateTime-1.44.tar.gz) = 5bd0c43e3058343307f9c9d59b85fd5ca269bc47
+SHA512 (DateTime-1.44.tar.gz) = a256efc26ad1f2859f3371b70e5edd0d962d2c19c54b746178e3945b1dc665621d09b7ac6be279c7e92b8aa91763c5df2d8ccbca1832ba69ac810feb8533ca71
+Size (DateTime-1.44.tar.gz) = 239685 bytes



Home | Main Index | Thread Index | Old Index