diff options
author | wiz <wiz@pkgsrc.org> | 2012-04-22 10:48:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-04-22 10:48:26 +0000 |
commit | b0e98e4695df22319c7055eab9730c90451221db (patch) | |
tree | 9fdf0e7a1e59412644b3bc1665f77cfec410a56f /devel/p5-Date-Manip | |
parent | 42107a1e86018ae019a1860cb099caac20e70172 (diff) | |
download | pkgsrc-b0e98e4695df22319c7055eab9730c90451221db.tar.gz |
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 (limited to 'devel/p5-Date-Manip')
-rw-r--r-- | devel/p5-Date-Manip/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Date-Manip/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Date-Manip/Makefile b/devel/p5-Date-Manip/Makefile index 3ae9861608c..f67cf387a58 100644 --- a/devel/p5-Date-Manip/Makefile +++ b/devel/p5-Date-Manip/Makefile @@ -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-[0-9]*:../../devel/p5-Test-Pod 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 --git a/devel/p5-Date-Manip/distinfo b/devel/p5-Date-Manip/distinfo index 647383192f2..dd495d88b40 100644 --- a/devel/p5-Date-Manip/distinfo +++ b/devel/p5-Date-Manip/distinfo @@ -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 |