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 Update to 0.34



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc772b7d5912
branches:  trunk
changeset: 457468:bc772b7d5912
user:      wen <wen%pkgsrc.org@localhost>
date:      Fri Aug 27 00:10:55 2021 +0000

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

diffstat:

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

diffs (40 lines):

diff -r fc948e64c6f1 -r bc772b7d5912 time/p5-DateTime-Format-Flexible/Makefile
--- a/time/p5-DateTime-Format-Flexible/Makefile Fri Aug 27 00:01:44 2021 +0000
+++ b/time/p5-DateTime-Format-Flexible/Makefile Fri Aug 27 00:10:55 2021 +0000
@@ -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 @@
 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
diff -r fc948e64c6f1 -r bc772b7d5912 time/p5-DateTime-Format-Flexible/distinfo
--- a/time/p5-DateTime-Format-Flexible/distinfo Fri Aug 27 00:01:44 2021 +0000
+++ b/time/p5-DateTime-Format-Flexible/distinfo Fri Aug 27 00:10:55 2021 +0000
@@ -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