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.31:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/43f5e286a847
branches:  trunk
changeset: 602803:43f5e286a847
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Apr 22 10:48:26 2012 +0000

description:
Update to 6.31:

VERSION 6.31  (2012-03-01)

Added extended formats to printf method.
Can now parse formats where the time and zone are not adjacent
Added PeriodTimeSep config variable.
Holidays can be used as date strings
Added new recur modifiers
Added a new date format
More flexibility in parsing timezones with both offset and abbrev
Deltas now support fractional values.
Multiple holidays supported
Bug fixes
Language fixes
Documentation fixes

VERSION 6.30  (2012-01-11)

Much of the delta code was reworked.
Modified Delta_Format
Removed some deprecated config variables:

The following config variables have been removed.

   GlobalCnf
   IgnoreGlobalCnf
   PersonalCnf
   PersonalCnfPath
   PathSep

   Internal
   DeltaSigns
   UpdateCurrTZ
   ConvTZ
   OldConfigFiles
   ResetWorkDay

Newest zoneinfo data (tzdata 2011n).
Better handling of undef in DM6
Bug fixes

diffstat:

 devel/p5-Date-Manip/Makefile |  6 +++---
 devel/p5-Date-Manip/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r 34ffffd3355c -r 43f5e286a847 devel/p5-Date-Manip/Makefile
--- a/devel/p5-Date-Manip/Makefile      Sun Apr 22 10:41:43 2012 +0000
+++ b/devel/p5-Date-Manip/Makefile      Sun Apr 22 10:48:26 2012 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2011/12/06 07:06:45 hiramatsu Exp $
+# $NetBSD: Makefile,v 1.37 2012/04/22 10:48:26 wiz Exp $
 
-DISTNAME=      Date-Manip-6.25
+DISTNAME=      Date-Manip-6.31
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5dma
 CATEGORIES=    textproc perl5
@@ -18,7 +18,7 @@
 DEPENDS+=      p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage
 DEPENDS+=      p5-YAML-Syck-[0-9]*:../../textproc/p5-YAML-Syck
 # only needed for tests
-#DEPENDS+=     p5-Test-Inter-[0-9]*:../../devel/p5-Test-Inter
+BUILD_DEPENDS+=        p5-Test-Inter-[0-9]*:../../devel/p5-Test-Inter
 
 USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                auto/Date/Manip/.packlist
diff -r 34ffffd3355c -r 43f5e286a847 devel/p5-Date-Manip/distinfo
--- a/devel/p5-Date-Manip/distinfo      Sun Apr 22 10:41:43 2012 +0000
+++ b/devel/p5-Date-Manip/distinfo      Sun Apr 22 10:48:26 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2011/12/06 07:06:45 hiramatsu Exp $
+$NetBSD: distinfo,v 1.16 2012/04/22 10:48:26 wiz Exp $
 
-SHA1 (Date-Manip-6.25.tar.gz) = 58b2fe73427f10131669ca083c562f6c0f335406
-RMD160 (Date-Manip-6.25.tar.gz) = d7d985ccc30f1a9e392a19ca5b23e326192d078f
-Size (Date-Manip-6.25.tar.gz) = 1405078 bytes
+SHA1 (Date-Manip-6.31.tar.gz) = 264a656207224c2266ef96199d164289a11f1cf5
+RMD160 (Date-Manip-6.31.tar.gz) = 73d9ad181f7f7568f51e582f914c0065c0e87cc0
+Size (Date-Manip-6.31.tar.gz) = 1603411 bytes



Home | Main Index | Thread Index | Old Index