diff options
author | sno <sno@pkgsrc.org> | 2010-08-17 05:52:55 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-08-17 05:52:55 +0000 |
commit | 294255baa261fb1475cf2845f528cd6b46d83a14 (patch) | |
tree | ac21a17c8f182ddbc79634c8ae4867906902f25c /time | |
parent | 27f2eb81ced0a644f9bb73cd348f24096e1ea2a1 (diff) | |
download | pkgsrc-294255baa261fb1475cf2845f528cd6b46d83a14.tar.gz |
Updating time/p5-DateTime-Format-Natural from 0.88 to 0.89
Upstream changes:
0.89 2010-08-05 <schubiger@cpan.org>
- Merged development version to stable.
0.88_02 2010-07-29 <schubiger@cpan.org>
- Replace calling of _valid_date() in _count_weekday_variant_month()
with _check_date(), because errors are handled separate.
- Use more descriptive variable names in _parse_formatted_ymd().
- Minor indentation and code tweaks.
0.88_01 2010-07-18 <schubiger@cpan.org>
- Check if suffixes used for ordinal numbers are suitable.
- Test that invalid ordinal numbers fail and valid ones succeed.
- Add a test file for the tests expected to succeed.
- Verify for parse failures their errors emitted.
- While processing grammar expressions, save all captured values
in order to pass the extra ones to the extended checks.
- Improve whitespace of regular expressions handling durations.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime-Format-Natural/Makefile | 4 | ||||
-rw-r--r-- | time/p5-DateTime-Format-Natural/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/time/p5-DateTime-Format-Natural/Makefile b/time/p5-DateTime-Format-Natural/Makefile index c2216764876..88fc700a5d4 100644 --- a/time/p5-DateTime-Format-Natural/Makefile +++ b/time/p5-DateTime-Format-Natural/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2010/08/04 16:47:08 sno Exp $ +# $NetBSD: Makefile,v 1.10 2010/08/17 05:52:55 sno Exp $ -DISTNAME= DateTime-Format-Natural-0.88 +DISTNAME= DateTime-Format-Natural-0.89 PKGNAME= p5-${DISTNAME} CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} diff --git a/time/p5-DateTime-Format-Natural/distinfo b/time/p5-DateTime-Format-Natural/distinfo index b478d4e9ec3..6ce7b9b3e68 100644 --- a/time/p5-DateTime-Format-Natural/distinfo +++ b/time/p5-DateTime-Format-Natural/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2010/08/04 16:47:08 sno Exp $ +$NetBSD: distinfo,v 1.10 2010/08/17 05:52:55 sno Exp $ -SHA1 (DateTime-Format-Natural-0.88.tar.gz) = cdbb68a85f1a4606176b41a98f967c5fec22c2ac -RMD160 (DateTime-Format-Natural-0.88.tar.gz) = 961fe01289138a6c8756089b07820f98743053ca -Size (DateTime-Format-Natural-0.88.tar.gz) = 51649 bytes +SHA1 (DateTime-Format-Natural-0.89.tar.gz) = ef022c3b0ede1b0b2029c8c51e230a0b1c29f4e3 +RMD160 (DateTime-Format-Natural-0.89.tar.gz) = 883a0500740f6bba0fc3a61369025bdc5979a436 +Size (DateTime-Format-Natural-0.89.tar.gz) = 53169 bytes |