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:   wen
Date:           Fri Aug 27 00:10:55 UTC 2021

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

Log Message:
Update to 0.34
Update DEPENDS

Upstream changes:
0.34
  - support timezones in parenthesis
  - Add support for YYYY-MM-DD HH:MM P.M. format
    - thanks Michael Schout for the patch!

0.33 Wed May 26 2021
  - changes to how some days are parsed to fix memory leaks
  - remove Module::Pluggable as a dependency
    - thanks BBKR rt #136597


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/time/p5-DateTime-Format-Flexible/Makefile
cvs rdiff -u -r1.14 -r1.15 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.27 pkgsrc/time/p5-DateTime-Format-Flexible/Makefile:1.28
--- pkgsrc/time/p5-DateTime-Format-Flexible/Makefile:1.27       Mon May 24 19:55:04 2021
+++ pkgsrc/time/p5-DateTime-Format-Flexible/Makefile    Fri Aug 27 00:10:55 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2021/05/24 19:55:04 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2021/08/27 00:10:55 wen Exp $
 
-DISTNAME=      DateTime-Format-Flexible-0.32
+DISTNAME=      DateTime-Format-Flexible-0.34
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    time perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DateTime/}
 
@@ -14,9 +13,8 @@ LICENSE=      ${PERL5_LICENSE}
 DEPENDS+=      p5-DateTime-[0-9]*:../../time/p5-DateTime
 DEPENDS+=      p5-DateTime-Format-Builder>=0.7400:../../time/p5-DateTime-Format-Builder
 DEPENDS+=      p5-DateTime-TimeZone-[0-9]*:../../time/p5-DateTime-TimeZone
+DEPENDS+=      p5-DateTime-Format-Strptime-[0-9]*:../../time/p5-DateTime-Format-Strptime
 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
 
 TEST_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
 TEST_DEPENDS+= p5-Test-MockTime-[0-9]*:../../time/p5-Test-MockTime

Index: pkgsrc/time/p5-DateTime-Format-Flexible/distinfo
diff -u pkgsrc/time/p5-DateTime-Format-Flexible/distinfo:1.14 pkgsrc/time/p5-DateTime-Format-Flexible/distinfo:1.15
--- pkgsrc/time/p5-DateTime-Format-Flexible/distinfo:1.14       Sat Nov  2 14:39:05 2019
+++ pkgsrc/time/p5-DateTime-Format-Flexible/distinfo    Fri Aug 27 00:10:55 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2019/11/02 14:39:05 mef Exp $
+$NetBSD: distinfo,v 1.15 2021/08/27 00:10:55 wen Exp $
 
-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
+SHA1 (DateTime-Format-Flexible-0.34.tar.gz) = f0cc46af2c5777388209a5a2fca08e3a902db6c2
+RMD160 (DateTime-Format-Flexible-0.34.tar.gz) = 9578488b5f30c2c1ca967cbe4d65f083eee28a3d
+SHA512 (DateTime-Format-Flexible-0.34.tar.gz) = 2b2d730aaa9c8f6152f57493b8a0b2f9600b06dcdf2776bd1cb3fbf26c3b5ab31351a32fccb5072ed7410b558354fb3f9e3e8fa5af99da846fc623ae25e1f763
+Size (DateTime-Format-Flexible-0.34.tar.gz) = 76347 bytes



Home | Main Index | Thread Index | Old Index