pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/p5-DateTime-Format-Flexible (time/p5-DateTime-For...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ce7ab18ef5e
branches:  trunk
changeset: 416953:8ce7ab18ef5e
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Nov 02 14:39:05 2019 +0000

description:
(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:

 time/p5-DateTime-Format-Flexible/Makefile |  11 +++++------
 time/p5-DateTime-Format-Flexible/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 11 deletions(-)

diffs (42 lines):

diff -r 02a7d94dc76b -r 8ce7ab18ef5e time/p5-DateTime-Format-Flexible/Makefile
--- a/time/p5-DateTime-Format-Flexible/Makefile Sat Nov 02 14:37:08 2019 +0000
+++ b/time/p5-DateTime-Format-Flexible/Makefile Sat Nov 02 14:39:05 2019 +0000
@@ -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-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 -r 02a7d94dc76b -r 8ce7ab18ef5e time/p5-DateTime-Format-Flexible/distinfo
--- a/time/p5-DateTime-Format-Flexible/distinfo Sat Nov 02 14:37:08 2019 +0000
+++ b/time/p5-DateTime-Format-Flexible/distinfo Sat Nov 02 14:39:05 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index