diff options
author | mef <mef@pkgsrc.org> | 2019-11-02 14:39:05 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2019-11-02 14:39:05 +0000 |
commit | b46117e0b5ee42035d4ab7bbb0e9860fd0a97cc3 (patch) | |
tree | a0a372a426da523e91cbd9c2cf86fc31c2d0c5ad /time | |
parent | 4ca4b0f9a81840492e6ac5e34a35b7853349bebc (diff) | |
download | pkgsrc-b46117e0b5ee42035d4ab7bbb0e9860fd0a97cc3.tar.gz |
(time/p5-DateTime-Format-Flexible) Updated to 0.32
0.32 Sat Sep 14 2019
- add support for offset timezones without a space separator and
formatted HH:MM '2019-09-03T10:42:00.000-04:00'
- thanks Stijn Heymans
- allow negative timezone offsets in 2 and 4 digit lengths with and without spaces
- now works: 2007-05-06T04:44:44-0800
- now works: 2007-05-06T04:44:44-08
- now works: 2007-05-06T04:44:44 -08
- validate all timezone offsets
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime-Format-Flexible/Makefile | 11 | ||||
-rw-r--r-- | time/p5-DateTime-Format-Flexible/distinfo | 10 |
2 files changed, 10 insertions, 11 deletions
diff --git a/time/p5-DateTime-Format-Flexible/Makefile b/time/p5-DateTime-Format-Flexible/Makefile index f4527243258..717739495d5 100644 --- a/time/p5-DateTime-Format-Flexible/Makefile +++ b/time/p5-DateTime-Format-Flexible/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2019/08/11 13:24:06 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2019/11/02 14:39:05 mef Exp $ -DISTNAME= DateTime-Format-Flexible-0.31 +DISTNAME= DateTime-Format-Flexible-0.32 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} @@ -18,9 +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 +TEST_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception +TEST_DEPENDS+= p5-Test-MockTime-[0-9]*:../../time/p5-Test-MockTime +TEST_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 abd7e4a8bb4..7bcc6a9a8c1 100644 --- a/time/p5-DateTime-Format-Flexible/distinfo +++ b/time/p5-DateTime-Format-Flexible/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2018/10/02 12:57:17 wen Exp $ +$NetBSD: distinfo,v 1.14 2019/11/02 14:39:05 mef Exp $ -SHA1 (DateTime-Format-Flexible-0.31.tar.gz) = 6361fed48fae5a5c3569af554724c3b2b062d21e -RMD160 (DateTime-Format-Flexible-0.31.tar.gz) = b8178272a5f824f4377f4c72bb5d1a4a19563e36 -SHA512 (DateTime-Format-Flexible-0.31.tar.gz) = 07fefe78833437f1e0d57fe8cdece8893f24264353b291dfb010721e4b5c264bafaa0e17b1ec26ce98b5b0840278ee5ee0b0914493b6b80937548a76925dec8a -Size (DateTime-Format-Flexible-0.31.tar.gz) = 74507 bytes +SHA1 (DateTime-Format-Flexible-0.32.tar.gz) = a5abb5181ed179f66d7c3e557aefdfe5ae0523b3 +RMD160 (DateTime-Format-Flexible-0.32.tar.gz) = c6f7ba8b9aa62a63adfec5596289f02fd8e48468 +SHA512 (DateTime-Format-Flexible-0.32.tar.gz) = 90e0e83cecff5daab132860c2da2d77c92c0791fe8d0d6aa9275c1e0d603b644a8531848d8fb4bad8e1800c02a4e571ceda1a4bf4b8ee9bd7ac0215898db2882 +Size (DateTime-Format-Flexible-0.32.tar.gz) = 76438 bytes |