Skip to content

Commit

Permalink
Update to 6.86
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
wen committed Nov 30, 2021
1 parent 79c09d6 commit d062cce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
11 changes: 4 additions & 7 deletions devel/p5-Date-Manip/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand All @@ -11,12 +10,10 @@ HOMEPAGE= https://metacpan.org/release/Date-Manip
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
Expand Down
8 changes: 4 additions & 4 deletions devel/p5-Date-Manip/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d062cce

Please sign in to comment.