pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/p5-Date-Extract



Module Name:    pkgsrc
Committed By:   wen
Date:           Tue Apr 11 10:02:43 UTC 2023

Modified Files:
        pkgsrc/time/p5-Date-Extract: Makefile distinfo
Removed Files:
        pkgsrc/time/p5-Date-Extract/patches: patch-Makefile.PL

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


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/time/p5-Date-Extract/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/time/p5-Date-Extract/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/time/p5-Date-Extract/patches/patch-Makefile.PL

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-Date-Extract/Makefile
diff -u pkgsrc/time/p5-Date-Extract/Makefile:1.14 pkgsrc/time/p5-Date-Extract/Makefile:1.15
--- pkgsrc/time/p5-Date-Extract/Makefile:1.14   Tue Jun 28 11:36:52 2022
+++ pkgsrc/time/p5-Date-Extract/Makefile        Tue Apr 11 10:02:43 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2022/06/28 11:36:52 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2023/04/11 10:02:43 wen Exp $
 
-DISTNAME=      Date-Extract-0.06
+DISTNAME=      Date-Extract-0.07
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   6
 CATEGORIES=    time
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Date/}
 
@@ -11,11 +10,11 @@ HOMEPAGE=   https://metacpan.org/release/D
 COMMENT=       Perl 5 module to extract probable dates from strings
 LICENSE=       ${PERL5_LICENSE}
 
-DEPENDS+=      p5-Test-MockTime-[0-9]*:../../time/p5-Test-MockTime
 DEPENDS+=      p5-DateTime-Format-Natural-[0-9]*:../../time/p5-DateTime-Format-Natural
 DEPENDS+=      p5-Class-Data-Inheritable-[0-9]*:../../devel/p5-Class-Data-Inheritable
 DEPENDS+=      p5-DateTime>=0:../../time/p5-DateTime
-BUILD_DEPENDS+=        p5-Clone-[0-9]*:../../devel/p5-Clone
+
+TEST_DEPENDS+= p5-Test-MockTime-HiRes-[0-9]*:../../time/p5-Test-MockTime-HiRes
 
 PERL5_PACKLIST=        auto/Date/Extract/.packlist
 

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



Home | Main Index | Thread Index | Old Index