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 Sep  4 08:48:01 UTC 2016

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

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

6.55

       Fixed bug where $::TZ wasn't used
           The $::TZ variable was not getting interpreted correctly when
           searching for a timezone.  RT 114949.

       Fixed bug where recurrences were not parsed correctly
           Passing in incorrect values for a field was not trapped in all
           cases and it led to problems.  All values passed in to a recurrence
           are now correctly checked.  Albert Hilazo

       Fixed a bug in some methods of creating new objects
           Some methods of creating new objects based on existing objects did
           not correctly use the existing object.  Bug has never been
           reported, but was discovered when adding tests to get 100%
           coverage.

       Time zone fixes
           Newest zoneinfo data (tzdata 2016f)

       Test fixes
           Added a number of new tests based on Devel::Cover.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/devel/p5-Date-Manip/Makefile
cvs rdiff -u -r1.30 -r1.31 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.58 pkgsrc/devel/p5-Date-Manip/Makefile:1.59
--- pkgsrc/devel/p5-Date-Manip/Makefile:1.58    Wed Jun  8 19:22:48 2016
+++ pkgsrc/devel/p5-Date-Manip/Makefile Sun Sep  4 08:48:00 2016
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.58 2016/06/08 19:22:48 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2016/09/04 08:48:00 wiz Exp $
 
-DISTNAME=      Date-Manip-6.54
+DISTNAME=      Date-Manip-6.55
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 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.30 pkgsrc/devel/p5-Date-Manip/distinfo:1.31
--- pkgsrc/devel/p5-Date-Manip/distinfo:1.30    Sun Jun  5 11:46:09 2016
+++ pkgsrc/devel/p5-Date-Manip/distinfo Sun Sep  4 08:48:00 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.30 2016/06/05 11:46:09 mef Exp $
+$NetBSD: distinfo,v 1.31 2016/09/04 08:48:00 wiz Exp $
 
-SHA1 (Date-Manip-6.54.tar.gz) = e5d25fde5d93d3b50d2378f9900b4a294417af90
-RMD160 (Date-Manip-6.54.tar.gz) = 1f6701db61d77d703cbc5d3699639cb26cb7818b
-SHA512 (Date-Manip-6.54.tar.gz) = 659c2dd9ed062869a946a52c7dfb384305a1fef0b8c3c0fb205bbd2e7ffc0c27f4a77a8e94c0a4504d706a169aa1d94036fcea2bd12068dba1e8e1a17bec942c
-Size (Date-Manip-6.54.tar.gz) = 1826335 bytes
+SHA1 (Date-Manip-6.55.tar.gz) = fdeb6cc87c56b09af54343adb34f94bc51f910ef
+RMD160 (Date-Manip-6.55.tar.gz) = 16a638fda075ac5305f1aed53fd8819be40a7178
+SHA512 (Date-Manip-6.55.tar.gz) = ffd65f91792a899c1604d372a9efdefc99ce5a647abf73aa54410766a20e7bc19e4c018c095488eb5781981c380dd19c3aab5b0c656f3123aacf1d848c9786cd
+Size (Date-Manip-6.55.tar.gz) = 1829480 bytes



Home | Main Index | Thread Index | Old Index