diff options
author | wiz <wiz@pkgsrc.org> | 2018-03-11 10:10:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-03-11 10:10:30 +0000 |
commit | 9ffd0f821a968eda59af05a135f8eb37cb25f74d (patch) | |
tree | b93305af832535bd72a161b286944ef2ae89175b /time | |
parent | d8c0553a8309d4a1ebe83d554d6fac9fb65010fe (diff) | |
download | pkgsrc-9ffd0f821a968eda59af05a135f8eb37cb25f74d.tar.gz |
p5-DateTime-Format-Flexible: update to 0.30.
0.30 Fri Mar 09 2018
- add support for bare times with am/pm
- thanks Rod Taylor rt #124567
- add support for format JUL25'17
- thanks Rod Taylor rt #124596
- fix warnings with invalid strings that have 'at' in them
- example: not a date
- thanks Rod Taylor rt #124589
- add support for bare times with 'at'
- examples:
- at noon
- at one
- at one pm
- at 12:43
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime-Format-Flexible/Makefile | 6 | ||||
-rw-r--r-- | time/p5-DateTime-Format-Flexible/distinfo | 10 |
2 files changed, 9 insertions, 7 deletions
diff --git a/time/p5-DateTime-Format-Flexible/Makefile b/time/p5-DateTime-Format-Flexible/Makefile index b38c89c1ddc..ddd6946d165 100644 --- a/time/p5-DateTime-Format-Flexible/Makefile +++ b/time/p5-DateTime-Format-Flexible/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2018/02/25 19:07:10 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2018/03/11 10:10:30 wiz Exp $ -DISTNAME= DateTime-Format-Flexible-0.29 +DISTNAME= DateTime-Format-Flexible-0.30 PKGNAME= p5-${DISTNAME} CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} @@ -17,7 +17,9 @@ DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils DEPENDS+= p5-Sub-Name-[0-9]*:../../devel/p5-Sub-Name DEPENDS+= p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable +BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception BUILD_DEPENDS+= p5-Test-MockTime-[0-9]*:../../time/p5-Test-MockTime +BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings USE_LANGUAGES= # diff --git a/time/p5-DateTime-Format-Flexible/distinfo b/time/p5-DateTime-Format-Flexible/distinfo index 9a17d832a58..138fdefdc11 100644 --- a/time/p5-DateTime-Format-Flexible/distinfo +++ b/time/p5-DateTime-Format-Flexible/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2018/02/25 19:07:10 wiz Exp $ +$NetBSD: distinfo,v 1.12 2018/03/11 10:10:30 wiz Exp $ -SHA1 (DateTime-Format-Flexible-0.29.tar.gz) = 02515d032339aed0736dc3a06c3eb12dd73b1f40 -RMD160 (DateTime-Format-Flexible-0.29.tar.gz) = 6cd35d7a27cd5bb7120b90e3a8229b09fa65ce92 -SHA512 (DateTime-Format-Flexible-0.29.tar.gz) = 07bba94a763b8b10249bf6d57b6d00ddd51107e92ec0c2a64d9f725e61cfd93af2d5239643b5a3dc7a516f69d9f58a0f211ff83d9f5cbc413d0629e115f03c5f -Size (DateTime-Format-Flexible-0.29.tar.gz) = 73866 bytes +SHA1 (DateTime-Format-Flexible-0.30.tar.gz) = afbd368bcea2c316842413283a33ffbca7723011 +RMD160 (DateTime-Format-Flexible-0.30.tar.gz) = 7104cfbd1c05e5af3dcbde2012c40db4a82ffdfc +SHA512 (DateTime-Format-Flexible-0.30.tar.gz) = 647f071c43e611fcdc462df2de429d11460b95c0ea4d59705817c53c57d500b9146125cf026e659f9128ce35142078bb58d97432e4488ee90f635e514ee40435 +Size (DateTime-Format-Flexible-0.30.tar.gz) = 74438 bytes |