diff options
author | wiz <wiz@pkgsrc.org> | 2016-07-03 11:21:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-07-03 11:21:41 +0000 |
commit | d5e927c15288cf6127fa5de2029515faa34dac02 (patch) | |
tree | 9ce387dd9f8b2ec4d7a02db4282b2e23d7014931 /time | |
parent | 6d614e8e7db581320cf587e907712039ee381632 (diff) | |
download | pkgsrc-d5e927c15288cf6127fa5de2029515faa34dac02.tar.gz |
Updated p5-DateTime to 1.3300.
1.33 2016-06-29
- Fixed the $dt->set docs to say that you cannot pass a locale (even though
you can but you'll get a warning) and added more docs for $dt->set_locale.
- Require DateTime::Locale 1.05.
- Require DateTime::TimeZone 2.00.
1.32 2016-06-28
- This release *does not* include any of the changes in the 1.29-1.30 TRIAL
releases.
- When you pass a locale to $dt->set you will now get a warning suggesting you
should use $dt->set_locale instead. If you have DateTime::Format::Mail
installed you should upgrade to 0.0403 or later, since that module will
trigger this warning.
- Added support for $dt->truncate( to => 'quarter' ). Implemented by Michael
Conrad. GitHub #17.
1.31 2016-06-18 (TRIAL RELEASE)
- When you pass a locale to $dt->set you will now get a warning suggesting you
should use $dt->set_locale instead. The previous trial releases didn't allow
locale to be passed at all, which broke a lot of modules. I've sent PRs, but
for now the parameter should be allowed (but discouraged). Reported by
Slaven Resic. RT #115420.
1.30 2016-06-18 (TRIAL RELEASE)
- Require the latest version of Params::CheckCompiler (0.06). Tests failed
with 0.01.
1.29 2016-06-17 (TRIAL RELEASE)
- Replaced Params::Validate with Params::CheckCompiler and Specio. In my
benchmarks this makes constructing a new DateTime object about 14%
faster. However, it slows down module load time by about 100 milliseconds
(1/10 of a second) on my desktop system with a primed cache (so really
measuring compile time, not disk load time).
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime/Makefile | 11 | ||||
-rw-r--r-- | time/p5-DateTime/distinfo | 10 |
2 files changed, 10 insertions, 11 deletions
diff --git a/time/p5-DateTime/Makefile b/time/p5-DateTime/Makefile index 398fe118e92..94eaf47084d 100644 --- a/time/p5-DateTime/Makefile +++ b/time/p5-DateTime/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.56 2016/06/08 19:24:48 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2016/07/03 11:21:41 wiz Exp $ -DISTNAME= DateTime-1.28 +DISTNAME= DateTime-1.33 PKGNAME= p5-${DISTNAME}00 -PKGREVISION= 1 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} @@ -14,11 +13,11 @@ LICENSE= artistic-2.0 BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal BUILD_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings +BUILD_DEPENDS+= p5-CPAN-Meta-Check>=0.11:../../devel/p5-CPAN-Meta-Check #BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple -DEPENDS+= p5-DateTime-Locale>=0.41:../../time/p5-DateTime-Locale -DEPENDS+= p5-DateTime-TimeZone>=1.74:../../time/p5-DateTime-TimeZone -DEPENDS+= p5-Params-Validate>=0.76:../../devel/p5-Params-Validate +DEPENDS+= p5-DateTime-Locale>=1.05:../../time/p5-DateTime-Locale +DEPENDS+= p5-DateTime-TimeZone>=2.00:../../time/p5-DateTime-TimeZone DEPENDS+= p5-Math-Round-[0-9]*:../../math/p5-Math-Round USE_LANGUAGES= c # installs C module diff --git a/time/p5-DateTime/distinfo b/time/p5-DateTime/distinfo index 58b652dba0b..bbeef8777a7 100644 --- a/time/p5-DateTime/distinfo +++ b/time/p5-DateTime/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.43 2016/05/22 17:33:16 wiz Exp $ +$NetBSD: distinfo,v 1.44 2016/07/03 11:21:41 wiz Exp $ -SHA1 (DateTime-1.28.tar.gz) = a89cae6c281bc27f5f450fd48afa202d88080480 -RMD160 (DateTime-1.28.tar.gz) = ea4b74672e982ceb1a4bcfc851abfa00986dc133 -SHA512 (DateTime-1.28.tar.gz) = cf2c883636073086101dc08596210e59af0cf301ae78e496358e6952f26104aa26c1fdc0784aa10e05ac0308a1ed7aef78a7682b803679481fa570f5de1c04a3 -Size (DateTime-1.28.tar.gz) = 229774 bytes +SHA1 (DateTime-1.33.tar.gz) = 8a58dbb76788cc2fab3e3a8577437984e40d7404 +RMD160 (DateTime-1.33.tar.gz) = 217d6d32072d3ed874d1be92afc421976d7e82cf +SHA512 (DateTime-1.33.tar.gz) = 73ba2019f7590250bd9a0832a875bcd3eb4f95f80ce821a549e6ec379decf104d97b01c52704e4c5f83fdec74f8d3289b084543f746070724db0183c65b309a5 +Size (DateTime-1.33.tar.gz) = 234374 bytes |