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


(wen)
diff -r1.27 -r1.28 pkgsrc/time/p5-DateTime-Format-Flexible/Makefile
diff -r1.14 -r1.15 pkgsrc/time/p5-DateTime-Format-Flexible/distinfo

cvs diff -r1.27 -r1.28 pkgsrc/time/p5-DateTime-Format-Flexible/Makefile (expand / switch to unified diff)

--- pkgsrc/time/p5-DateTime-Format-Flexible/Makefile 2021/05/24 19:55:04 1.27
+++ pkgsrc/time/p5-DateTime-Format-Flexible/Makefile 2021/08/27 00:10:55 1.28
@@ -1,30 +1,28 @@ @@ -1,30 +1,28 @@
1# $NetBSD: Makefile,v 1.27 2021/05/24 19:55:04 wiz Exp $ 1# $NetBSD: Makefile,v 1.28 2021/08/27 00:10:55 wen Exp $
2 2
3DISTNAME= DateTime-Format-Flexible-0.32 3DISTNAME= DateTime-Format-Flexible-0.34
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 2 
6CATEGORIES= time perl5 5CATEGORIES= time perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://metacpan.org/release/DateTime-Format-Flexible 9HOMEPAGE= https://metacpan.org/release/DateTime-Format-Flexible
11COMMENT= Flexibly parse strings and turn them into DateTime objects 10COMMENT= Flexibly parse strings and turn them into DateTime objects
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime 13DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
15DEPENDS+= p5-DateTime-Format-Builder>=0.7400:../../time/p5-DateTime-Format-Builder 14DEPENDS+= p5-DateTime-Format-Builder>=0.7400:../../time/p5-DateTime-Format-Builder
16DEPENDS+= p5-DateTime-TimeZone-[0-9]*:../../time/p5-DateTime-TimeZone 15DEPENDS+= p5-DateTime-TimeZone-[0-9]*:../../time/p5-DateTime-TimeZone
 16DEPENDS+= p5-DateTime-Format-Strptime-[0-9]*:../../time/p5-DateTime-Format-Strptime
17DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils 17DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
18DEPENDS+= p5-Sub-Name-[0-9]*:../../devel/p5-Sub-Name 
19DEPENDS+= p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable 
20 18
21TEST_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception 19TEST_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
22TEST_DEPENDS+= p5-Test-MockTime-[0-9]*:../../time/p5-Test-MockTime 20TEST_DEPENDS+= p5-Test-MockTime-[0-9]*:../../time/p5-Test-MockTime
23TEST_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings 21TEST_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
24 22
25USE_LANGUAGES= # 23USE_LANGUAGES= #
26 24
27PERL5_PACKLIST= auto/DateTime/Format/Flexible/.packlist 25PERL5_PACKLIST= auto/DateTime/Format/Flexible/.packlist
28 26
29.include "../../lang/perl5/module.mk" 27.include "../../lang/perl5/module.mk"
30.include "../../mk/bsd.pkg.mk" 28.include "../../mk/bsd.pkg.mk"

cvs diff -r1.14 -r1.15 pkgsrc/time/p5-DateTime-Format-Flexible/distinfo (expand / switch to unified diff)

--- pkgsrc/time/p5-DateTime-Format-Flexible/distinfo 2019/11/02 14:39:05 1.14
+++ pkgsrc/time/p5-DateTime-Format-Flexible/distinfo 2021/08/27 00:10:55 1.15
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.14 2019/11/02 14:39:05 mef Exp $ 1$NetBSD: distinfo,v 1.15 2021/08/27 00:10:55 wen Exp $
2 2
3SHA1 (DateTime-Format-Flexible-0.32.tar.gz) = a5abb5181ed179f66d7c3e557aefdfe5ae0523b3 3SHA1 (DateTime-Format-Flexible-0.34.tar.gz) = f0cc46af2c5777388209a5a2fca08e3a902db6c2
4RMD160 (DateTime-Format-Flexible-0.32.tar.gz) = c6f7ba8b9aa62a63adfec5596289f02fd8e48468 4RMD160 (DateTime-Format-Flexible-0.34.tar.gz) = 9578488b5f30c2c1ca967cbe4d65f083eee28a3d
5SHA512 (DateTime-Format-Flexible-0.32.tar.gz) = 90e0e83cecff5daab132860c2da2d77c92c0791fe8d0d6aa9275c1e0d603b644a8531848d8fb4bad8e1800c02a4e571ceda1a4bf4b8ee9bd7ac0215898db2882 5SHA512 (DateTime-Format-Flexible-0.34.tar.gz) = 2b2d730aaa9c8f6152f57493b8a0b2f9600b06dcdf2776bd1cb3fbf26c3b5ab31351a32fccb5072ed7410b558354fb3f9e3e8fa5af99da846fc623ae25e1f763
6Size (DateTime-Format-Flexible-0.32.tar.gz) = 76438 bytes 6Size (DateTime-Format-Flexible-0.34.tar.gz) = 76347 bytes