From fa9e0f4a8214acf1bbabea3661939b1ed38548f3 Mon Sep 17 00:00:00 2001 From: wen Date: Sat, 9 Jun 2018 01:50:42 +0000 Subject: [PATCH] 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) --- devel/p5-Date-Manip/Makefile | 4 ++-- devel/p5-Date-Manip/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/p5-Date-Manip/Makefile b/devel/p5-Date-Manip/Makefile index aaf3c2bbb41d..c5a6b1ca4e2b 100644 --- a/devel/p5-Date-Manip/Makefile +++ b/devel/p5-Date-Manip/Makefile @@ -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 --git a/devel/p5-Date-Manip/distinfo b/devel/p5-Date-Manip/distinfo index cc75a24d63ae..b5d523834dad 100644 --- a/devel/p5-Date-Manip/distinfo +++ b/devel/p5-Date-Manip/distinfo @@ -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