pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/p5-DateTime-Format-Flexible



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Nov  2 14:39:05 UTC 2019

Modified Files:
        pkgsrc/time/p5-DateTime-Format-Flexible: Makefile distinfo

Log Message:
(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


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/time/p5-DateTime-Format-Flexible/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/time/p5-DateTime-Format-Flexible/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/p5-DateTime-Format-Flexible/Makefile
diff -u pkgsrc/time/p5-DateTime-Format-Flexible/Makefile:1.24 pkgsrc/time/p5-DateTime-Format-Flexible/Makefile:1.25
--- pkgsrc/time/p5-DateTime-Format-Flexible/Makefile:1.24       Sun Aug 11 13:24:06 2019
+++ pkgsrc/time/p5-DateTime-Format-Flexible/Makefile    Sat Nov  2 14:39:05 2019
@@ -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]*:../..
 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= #
 

Index: pkgsrc/time/p5-DateTime-Format-Flexible/distinfo
diff -u pkgsrc/time/p5-DateTime-Format-Flexible/distinfo:1.13 pkgsrc/time/p5-DateTime-Format-Flexible/distinfo:1.14
--- pkgsrc/time/p5-DateTime-Format-Flexible/distinfo:1.13       Tue Oct  2 12:57:17 2018
+++ pkgsrc/time/p5-DateTime-Format-Flexible/distinfo    Sat Nov  2 14:39:05 2019
@@ -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