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:   wen
Date:           Sat Jun  9 01:50:42 UTC 2018

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

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/devel/p5-Date-Manip/Makefile
cvs rdiff -u -r1.37 -r1.38 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.66 pkgsrc/devel/p5-Date-Manip/Makefile:1.67
--- pkgsrc/devel/p5-Date-Manip/Makefile:1.66    Sat Mar  3 01:46:03 2018
+++ pkgsrc/devel/p5-Date-Manip/Makefile Sat Jun  9 01:50:42 2018
@@ -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/}

Index: pkgsrc/devel/p5-Date-Manip/distinfo
diff -u pkgsrc/devel/p5-Date-Manip/distinfo:1.37 pkgsrc/devel/p5-Date-Manip/distinfo:1.38
--- pkgsrc/devel/p5-Date-Manip/distinfo:1.37    Sat Mar  3 01:46:03 2018
+++ pkgsrc/devel/p5-Date-Manip/distinfo Sat Jun  9 01:50:42 2018
@@ -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