Skip to content

Commit

Permalink
Update to 6.72
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
wen committed Jun 9, 2018
1 parent 3ada853 commit fa9e0f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions devel/p5-Date-Manip/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand Down
10 changes: 5 additions & 5 deletions devel/p5-Date-Manip/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit fa9e0f4

Please sign in to comment.