pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Date-Manip



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar  5 12:44:39 UTC 2017

Modified Files:
        pkgsrc/devel/p5-Date-Manip: Makefile distinfo

Log Message:
Updated p5-Date-Manip to 6.58.

VERSION 6.58 2017-03-01 ^

Better support for $mode in DateCalc.

    DateCalc (in DM6) did not support all values for $mode. Now it does.

Bug fixes

    Parsing a date like 01/02/2016 and calling printf with %e gave '02' instead of ' 2'. RT 119787.

    Fixed a problem where the tzdata method of determining the timezone was producing an error which wasn't correct. Reported on GitHub by John.

Time zone fixes

    Newest zoneinfo data (tzdata 2017a)


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/devel/p5-Date-Manip/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/p5-Date-Manip/distinfo

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

Modified files:

Index: pkgsrc/devel/p5-Date-Manip/Makefile
diff -u pkgsrc/devel/p5-Date-Manip/Makefile:1.61 pkgsrc/devel/p5-Date-Manip/Makefile:1.62
--- pkgsrc/devel/p5-Date-Manip/Makefile:1.61    Sun Dec 11 03:16:59 2016
+++ pkgsrc/devel/p5-Date-Manip/Makefile Sun Mar  5 12:44:39 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.61 2016/12/11 03:16:59 wen Exp $
+# $NetBSD: Makefile,v 1.62 2017/03/05 12:44:39 wiz Exp $
 
-DISTNAME=      Date-Manip-6.57
+DISTNAME=      Date-Manip-6.58
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    textproc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Date/}

Index: pkgsrc/devel/p5-Date-Manip/distinfo
diff -u pkgsrc/devel/p5-Date-Manip/distinfo:1.33 pkgsrc/devel/p5-Date-Manip/distinfo:1.34
--- pkgsrc/devel/p5-Date-Manip/distinfo:1.33    Sun Dec 11 03:16:59 2016
+++ pkgsrc/devel/p5-Date-Manip/distinfo Sun Mar  5 12:44:39 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.33 2016/12/11 03:16:59 wen Exp $
+$NetBSD: distinfo,v 1.34 2017/03/05 12:44:39 wiz Exp $
 
-SHA1 (Date-Manip-6.57.tar.gz) = 702d3a997e00f48ff54f795036e2108659f09988
-RMD160 (Date-Manip-6.57.tar.gz) = acb98035720456a9744f4792f74f728fab3ee3b3
-SHA512 (Date-Manip-6.57.tar.gz) = c2dbe195cfcc4c60f5b120fb4af0d487a6d3713b874f48a78c0ebf32364c2062c68e03bbc72a9ad54c25a3b6dada7a3b2041f16755665e93206de1320a88ba9a
-Size (Date-Manip-6.57.tar.gz) = 1831444 bytes
+SHA1 (Date-Manip-6.58.tar.gz) = 93cb35146e56ce2a09dad9f5ecd8d63743e4ace3
+RMD160 (Date-Manip-6.58.tar.gz) = 4bf01edfa21907bc8c4aa086358c2cd3a6123f6c
+SHA512 (Date-Manip-6.58.tar.gz) = f2f2b7e5655f31135134284a993194777313ca1f07e8869daf4850a48dbe8e5fe7fccdcd1caa82d07234fd29e5f1c74e44bc2c3c10cc6f84541b317493b40c6d
+Size (Date-Manip-6.58.tar.gz) = 1820488 bytes



Home | Main Index | Thread Index | Old Index