Tue Apr 11 10:02:43 2023 UTC ()
Update to 0.07

Upstream changes:
0.07      2023-01-16 19:49:25Z
 - Update tests to use Test::MockTime::HiRes to align with changes in
   DateTime::Format::Natural.
   Fixes: https://rt.cpan.org/Ticket/Display.html?id=145774


(wen)
diff -r1.14 -r1.15 pkgsrc/time/p5-Date-Extract/Makefile
diff -r1.7 -r1.8 pkgsrc/time/p5-Date-Extract/distinfo
diff -r1.1 -r0 pkgsrc/time/p5-Date-Extract/patches/patch-Makefile.PL

cvs diff -r1.14 -r1.15 pkgsrc/time/p5-Date-Extract/Makefile (expand / switch to unified diff)

--- pkgsrc/time/p5-Date-Extract/Makefile 2022/06/28 11:36:52 1.14
+++ pkgsrc/time/p5-Date-Extract/Makefile 2023/04/11 10:02:43 1.15
@@ -1,23 +1,22 @@ @@ -1,23 +1,22 @@
1# $NetBSD: Makefile,v 1.14 2022/06/28 11:36:52 wiz Exp $ 1# $NetBSD: Makefile,v 1.15 2023/04/11 10:02:43 wen Exp $
2 2
3DISTNAME= Date-Extract-0.06 3DISTNAME= Date-Extract-0.07
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 6 
6CATEGORIES= time 5CATEGORIES= time
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
8 7
9MAINTAINER= ryoon@NetBSD.org 8MAINTAINER= ryoon@NetBSD.org
10HOMEPAGE= https://metacpan.org/release/Date-Extract 9HOMEPAGE= https://metacpan.org/release/Date-Extract
11COMMENT= Perl 5 module to extract probable dates from strings 10COMMENT= Perl 5 module to extract probable dates from strings
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14DEPENDS+= p5-Test-MockTime-[0-9]*:../../time/p5-Test-MockTime 
15DEPENDS+= p5-DateTime-Format-Natural-[0-9]*:../../time/p5-DateTime-Format-Natural 13DEPENDS+= p5-DateTime-Format-Natural-[0-9]*:../../time/p5-DateTime-Format-Natural
16DEPENDS+= p5-Class-Data-Inheritable-[0-9]*:../../devel/p5-Class-Data-Inheritable 14DEPENDS+= p5-Class-Data-Inheritable-[0-9]*:../../devel/p5-Class-Data-Inheritable
17DEPENDS+= p5-DateTime>=0:../../time/p5-DateTime 15DEPENDS+= p5-DateTime>=0:../../time/p5-DateTime
18BUILD_DEPENDS+= p5-Clone-[0-9]*:../../devel/p5-Clone 16
 17TEST_DEPENDS+= p5-Test-MockTime-HiRes-[0-9]*:../../time/p5-Test-MockTime-HiRes
19 18
20PERL5_PACKLIST= auto/Date/Extract/.packlist 19PERL5_PACKLIST= auto/Date/Extract/.packlist
21 20
22.include "../../lang/perl5/module.mk" 21.include "../../lang/perl5/module.mk"
23.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"

cvs diff -r1.7 -r1.8 pkgsrc/time/p5-Date-Extract/distinfo (expand / switch to unified diff)

--- pkgsrc/time/p5-Date-Extract/distinfo 2021/10/26 11:24:24 1.7
+++ pkgsrc/time/p5-Date-Extract/distinfo 2023/04/11 10:02:43 1.8
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.7 2021/10/26 11:24:24 nia Exp $ 1$NetBSD: distinfo,v 1.8 2023/04/11 10:02:43 wen Exp $
2 2
3BLAKE2s (Date-Extract-0.06.tar.gz) = b43c3c0e6ebd0b453f34284b38b3717b4cb96a2f5bba9243d28c971d357b1929 3BLAKE2s (Date-Extract-0.07.tar.gz) = 36f5eb81605de843d904ab0d30c90a73b62b5a1381d14985da90f12f7b448f2b
4SHA512 (Date-Extract-0.06.tar.gz) = f50bb1e968eab9a5ee5bd1383af1599aabc7af9f9c375e3d366857f1cbf6a6912e8eff99eece2096b09a475c9eb671eeaeb8e4b76c0d865cb452ce8b0a85c448 4SHA512 (Date-Extract-0.07.tar.gz) = ec687cf1513e02ae3fe65d7e9acf89ca5408a26fd9cea4b05d5b9578045248f571922dd6282a4f6e2346d062f7c03842547293c0e0b43c382c587c3bf3b38009
5Size (Date-Extract-0.06.tar.gz) = 32730 bytes 5Size (Date-Extract-0.07.tar.gz) = 31982 bytes
6SHA1 (patch-Makefile.PL) = d93ee31b229845b33547daf64857c48243ab5ff6 6SHA1 (patch-Makefile.PL) = d93ee31b229845b33547daf64857c48243ab5ff6

File Deleted: pkgsrc/time/p5-Date-Extract/patches/Attic/patch-Makefile.PL