pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Date-Manip Update to 6.72
details: https://anonhg.NetBSD.org/pkgsrc/rev/2ba19c68d26e
branches: trunk
changeset: 381511:2ba19c68d26e
user: wen <wen%pkgsrc.org@localhost>
date: Sat Jun 09 01:50:42 2018 +0000
description:
Update to 6.72
Upstream changes:
6.72 2018-06-06
- Fixed recurrence bug
The fix in the previous version for a rare recurrence problem broke
another recurrence form. It is now corrected. Michael Schout (GitHub
#20)
- Fixed version problem
The wrong version was included in two files for some reason. This is
fixed.
- Documentation fixes
Fixed a grammatical error reported by Xavier Guimard (GitHub #19).
6.71 2018-06-01
- Fixed an extremely rare problem with recurrences
It is possible to specify a recurrence that never produces a valid
date. In these cases, looking for dates went into an infinite loop.
The MaxRecurAttempts config variable was added which will stop that
from happening. If no occurrence was found, an error condition will
be set. Dean Hamstead (RT 123708)
- Changes file supported
It was requested that I include a valid Changes file. I wrote a
simple script to convert the Change6.pod file into a valid Change
file. The Changes6.pod file is still the canonical source of this
information! Requested by H. Merijn Brand
- Fix for timezone determination
On MacOS X High Sierra, some of the timezone files were symlinks,
but not properly followed. This was fixed by Stu Tomlinson (GitHub
#15).
- Time zone fixes
Newest zoneinfo data (tzdata 2018e)
- Documentation fixes
Minor fix provided by Mohammad S Anwar (GitHub #17)
diffstat:
devel/p5-Date-Manip/Makefile | 4 ++--
devel/p5-Date-Manip/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r f5e3e17c4b92 -r 2ba19c68d26e devel/p5-Date-Manip/Makefile
--- a/devel/p5-Date-Manip/Makefile Sat Jun 09 01:41:57 2018 +0000
+++ b/devel/p5-Date-Manip/Makefile Sat Jun 09 01:50:42 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.66 2018/03/03 01:46:03 mef Exp $
+# $NetBSD: Makefile,v 1.67 2018/06/09 01:50:42 wen Exp $
-DISTNAME= Date-Manip-6.70
+DISTNAME= Date-Manip-6.72
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
diff -r f5e3e17c4b92 -r 2ba19c68d26e devel/p5-Date-Manip/distinfo
--- a/devel/p5-Date-Manip/distinfo Sat Jun 09 01:41:57 2018 +0000
+++ b/devel/p5-Date-Manip/distinfo Sat Jun 09 01:50:42 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.37 2018/03/03 01:46:03 mef Exp $
+$NetBSD: distinfo,v 1.38 2018/06/09 01:50:42 wen Exp $
-SHA1 (Date-Manip-6.70.tar.gz) = b4f1d9ae735486b54483c0155240a42210539840
-RMD160 (Date-Manip-6.70.tar.gz) = 9afec2cf787e6c0774620fb1a843769531f65085
-SHA512 (Date-Manip-6.70.tar.gz) = 67550a3f558fa0c075a9fb43bd59b23328d5d55d053c207a92db6a6e18cba6d2f53ca190110d2f1b00338b1e249d7021b3184f3d9f3965cba0160211a64beb26
-Size (Date-Manip-6.70.tar.gz) = 1819230 bytes
+SHA1 (Date-Manip-6.72.tar.gz) = 20b0b9176d07a682ef6cac7d3697a83f0019e5aa
+RMD160 (Date-Manip-6.72.tar.gz) = 1018a563d2b9e8ff5af2566b482adcc11052784d
+SHA512 (Date-Manip-6.72.tar.gz) = 6b686d6f57b5d40c5a15da7af2efbb7888ae6c96d81cd99320a7bb00e27d3ed7a53d778b6098dac0f83dd38c9004da51068a92e2ef6ef393fbe724d0f4c68d34
+Size (Date-Manip-6.72.tar.gz) = 1853750 bytes
Home |
Main Index |
Thread Index |
Old Index