diff options
author | sno <sno@pkgsrc.org> | 2009-09-19 22:51:37 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-09-19 22:51:37 +0000 |
commit | 1edbb7590e99fcfe4d4cb57a6fc92b2e33b35fd5 (patch) | |
tree | 48afd9b796426c03a76dc2bd84d5fd1d5269bd64 | |
parent | b77d7c7b4a7a7da95c292076be0df615ce6ac01d (diff) | |
download | pkgsrc-1edbb7590e99fcfe4d4cb57a6fc92b2e33b35fd5.tar.gz |
Updating time/p5-DateTime-Format-Natural from 0.78 to 0.79
pkgsrc changes:
- reorder dependencies
Upstream changes:
0.79 Sat Sep 19 12:23:20 CEST 2009
- Merged development version to stable.
0.78_03 Thu Sep 17 12:13:08 CEST 2009
- Relocate the formatted string printing of result strings
used within the tests to the Test class.
0.78_02 Mon Sep 14 17:18:40 CEST 2009
- Add support for ranges representing the first and last day
of a month or year. [rt #44067 - Michael Reddick]
- Move the insertion code in parse_datetime_duration() to the
Duration class and the checks to the english metadata class.
- Quote for parsing failures with duration strings the entire
input string instead of a partial date string.
- Save and restore state for parse_datetime_duration().
- Test compile-time loading of Duration.pm.
0.78_01 Tue Sep 1 15:51:59 CEST 2009
- Set units at once within _check_date() when Date::Calc is
not available and add a test. [rt #49326 - Clayton L. Scott]
-rw-r--r-- | time/p5-DateTime-Format-Natural/Makefile | 10 | ||||
-rw-r--r-- | time/p5-DateTime-Format-Natural/distinfo | 8 |
2 files changed, 10 insertions, 8 deletions
diff --git a/time/p5-DateTime-Format-Natural/Makefile b/time/p5-DateTime-Format-Natural/Makefile index be1d994ac0a..94c4ccf2e36 100644 --- a/time/p5-DateTime-Format-Natural/Makefile +++ b/time/p5-DateTime-Format-Natural/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2009/08/09 07:31:59 sno Exp $ +# $NetBSD: Makefile,v 1.5 2009/09/19 22:51:37 sno Exp $ -DISTNAME= DateTime-Format-Natural-0.78 +DISTNAME= DateTime-Format-Natural-0.79 PKGNAME= p5-${DISTNAME} CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} @@ -10,15 +10,17 @@ HOMEPAGE= http://search.cpan.org/perldoc?DateTime::Format::Natural COMMENT= Create machine readable date/time with natural parsing logic LICENSE= ${PERL5_LICENSE} -DEPENDS+= p5-boolean>=0:../../devel/p5-boolean -DEPENDS+= p5-Date-Calc>=0:../../devel/p5-Date-Calc DEPENDS+= p5-DateTime>=0:../../time/p5-DateTime DEPENDS+= p5-List-MoreUtils>=0:../../devel/p5-List-MoreUtils DEPENDS+= p5-Params-Validate>=0:../../devel/p5-Params-Validate DEPENDS+= p5-Term-ReadLine>=1.16:../../devel/p5-Term-ReadLine +DEPENDS+= p5-boolean>=0:../../devel/p5-boolean BUILD_DEPENDS+= p5-Test-MockTime-[0-9]*:../../time/p5-Test-MockTime +# recommended +DEPENDS+= p5-Date-Calc>=0:../../devel/p5-Date-Calc + PERL5_MODULE_TYPE= Module::Build PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # diff --git a/time/p5-DateTime-Format-Natural/distinfo b/time/p5-DateTime-Format-Natural/distinfo index ecd60212078..c99417a389a 100644 --- a/time/p5-DateTime-Format-Natural/distinfo +++ b/time/p5-DateTime-Format-Natural/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2009/08/09 07:31:59 sno Exp $ +$NetBSD: distinfo,v 1.5 2009/09/19 22:51:37 sno Exp $ -SHA1 (DateTime-Format-Natural-0.78.tar.gz) = cb89bd243303673d76c22641efd3fb6164124625 -RMD160 (DateTime-Format-Natural-0.78.tar.gz) = 269bf0a5eca313e9b70b8da26f672cd9b58cb427 -Size (DateTime-Format-Natural-0.78.tar.gz) = 40360 bytes +SHA1 (DateTime-Format-Natural-0.79.tar.gz) = 885ec6915061de46d8a72dc0f9ee6b335b577a1a +RMD160 (DateTime-Format-Natural-0.79.tar.gz) = 26dd3f65c128ab010e6b2efe57c26ad1356547a4 +Size (DateTime-Format-Natural-0.79.tar.gz) = 41962 bytes |