pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Date-Manip



Module Name:    pkgsrc
Committed By:   wen
Date:           Tue Nov 30 00:21:51 UTC 2021

Modified Files:
        pkgsrc/devel/p5-Date-Manip: Makefile distinfo

Log Message:
Update to 6.86
Update DEPENDS

Upstream changes:
6.86  2021-11-15
  -  Change warn to carp
         All warnings are now issued with the carp command rather than warn.
         Requested in GitHup pull request #18, but that request was not used
         because it only changed the uses in the Date::Manip::Date module.

  -  Bug fixes
         Fixed a bug where the next/prev Date::Manip::Recur methods gave
         incorrect results when there are no dates that match the criteria.
         (GitHub #36)

  -  Time zone fixes
         There were no new timezone fixes on 2021-06-01 or 2021-09-01, so no
         releases made then.

         Newest zoneinfo data (tzdata 2021e). (GitHub #37)


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/devel/p5-Date-Manip/Makefile
cvs rdiff -u -r1.50 -r1.51 pkgsrc/devel/p5-Date-Manip/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Date-Manip/Makefile
diff -u pkgsrc/devel/p5-Date-Manip/Makefile:1.82 pkgsrc/devel/p5-Date-Manip/Makefile:1.83
--- pkgsrc/devel/p5-Date-Manip/Makefile:1.82    Mon May 24 19:50:29 2021
+++ pkgsrc/devel/p5-Date-Manip/Makefile Tue Nov 30 00:21:50 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.82 2021/05/24 19:50:29 wiz Exp $
+# $NetBSD: Makefile,v 1.83 2021/11/30 00:21:50 wen Exp $
 
-DISTNAME=      Date-Manip-6.85
+DISTNAME=      Date-Manip-6.86
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Date/}
 
@@ -11,12 +10,10 @@ HOMEPAGE=   https://metacpan.org/release/D
 COMMENT=       Perl5 module for date calculations
 LICENSE=       ${PERL5_LICENSE}
 
-DEPENDS+=      p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
-DEPENDS+=      p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage
-DEPENDS+=      p5-YAML-Syck-[0-9]*:../../textproc/p5-YAML-Syck
-#
 TEST_DEPENDS+= p5-Test-Inter-[0-9]*:../../devel/p5-Test-Inter
 TEST_DEPENDS+= p5-File-Find-Rule-[0-9]*:../../devel/p5-File-Find-Rule
+TEST_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
+TEST_DEPENDS+= p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage
 
 USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                auto/Date/Manip/.packlist

Index: pkgsrc/devel/p5-Date-Manip/distinfo
diff -u pkgsrc/devel/p5-Date-Manip/distinfo:1.50 pkgsrc/devel/p5-Date-Manip/distinfo:1.51
--- pkgsrc/devel/p5-Date-Manip/distinfo:1.50    Tue Oct 26 10:16:24 2021
+++ pkgsrc/devel/p5-Date-Manip/distinfo Tue Nov 30 00:21:50 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.50 2021/10/26 10:16:24 nia Exp $
+$NetBSD: distinfo,v 1.51 2021/11/30 00:21:50 wen Exp $
 
-BLAKE2s (Date-Manip-6.85.tar.gz) = 0aadb299ac0fa798fd5d86963d8604d3e0c4fc82c7f03e3f9bd4872226c88f73
-SHA512 (Date-Manip-6.85.tar.gz) = ac2fd3823d4890677c9231417bd9838c830d16564ba3f5de04f827d30baddb3fc95a7c379c42d00a3f08e60aba0af8b8f5d710f587d4c5908447a707d1104162
-Size (Date-Manip-6.85.tar.gz) = 2022449 bytes
+BLAKE2s (Date-Manip-6.86.tar.gz) = e8ed90036e714244355626a904c0b72c62291815827d18067de8cbfca054355f
+SHA512 (Date-Manip-6.86.tar.gz) = 894e17252c0b55b2e17dd2d46b2da65f07d2343738ca2cbf496086a2c802adaea599e05ac50a21ca64eb54661e53658505dae507cbd8bb4b8880177f550b9ca7
+Size (Date-Manip-6.86.tar.gz) = 2007485 bytes



Home | Main Index | Thread Index | Old Index