Sun Apr 28 08:26:05 2024 UTC (15d)
Update to 6.95

Upstream changes:
6.95  expected 2024-03-01
  -  Better support for weeks of the year
         Added the Week1ofYear config variable and deprecated the Jan1Week1
         variable. The first week of the year can now be specified much more
         easily.

  -  Support for the standard POSIX strftime directives in printf
         The Date::Manip::Date::printf method uses a set of directives which
         is similar, but not identical, to the POSIX strftime directives.

         A new config variable Use_POSIX_Printf has been added. If set, the
         printf method will use the POSIX strftime directives more fully
         (see the PRINTF DIRECTIVES section in the Date::Manip::Date POD for
         more information).

         Reported in GitHub #48

  -  Time zone fixes
         Newest zoneinfo data (tzdata 2024a).


(wen)
diff -r1.89 -r1.90 pkgsrc/devel/p5-Date-Manip/Makefile
diff -r1.55 -r1.56 pkgsrc/devel/p5-Date-Manip/distinfo

cvs diff -r1.89 -r1.90 pkgsrc/devel/p5-Date-Manip/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Date-Manip/Makefile 2024/01/17 22:54:51 1.89
+++ pkgsrc/devel/p5-Date-Manip/Makefile 2024/04/28 08:26:04 1.90
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.89 2024/01/17 22:54:51 mef Exp $ 1# $NetBSD: Makefile,v 1.90 2024/04/28 08:26:04 wen Exp $
2 2
3DISTNAME= Date-Manip-6.94 3DISTNAME= Date-Manip-6.95
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://metacpan.org/release/Date-Manip 9HOMEPAGE= https://metacpan.org/release/Date-Manip
10COMMENT= Perl5 module for date calculations 10COMMENT= Perl5 module for date calculations
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13TEST_DEPENDS+= p5-Test-Inter-[0-9]*:../../devel/p5-Test-Inter 13TEST_DEPENDS+= p5-Test-Inter-[0-9]*:../../devel/p5-Test-Inter
14TEST_DEPENDS+= p5-File-Find-Rule-[0-9]*:../../devel/p5-File-Find-Rule 14TEST_DEPENDS+= p5-File-Find-Rule-[0-9]*:../../devel/p5-File-Find-Rule
15TEST_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod 15TEST_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
16TEST_DEPENDS+= p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage 16TEST_DEPENDS+= p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage

cvs diff -r1.55 -r1.56 pkgsrc/devel/p5-Date-Manip/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Date-Manip/distinfo 2024/01/17 22:54:51 1.55
+++ pkgsrc/devel/p5-Date-Manip/distinfo 2024/04/28 08:26:04 1.56
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.55 2024/01/17 22:54:51 mef Exp $ 1$NetBSD: distinfo,v 1.56 2024/04/28 08:26:04 wen Exp $
2 2
3BLAKE2s (Date-Manip-6.94.tar.gz) = 4a664581b4a3172befa3f42f4f013ceaaddb037c61ab4cd54d45d29b6dcf264e 3BLAKE2s (Date-Manip-6.95.tar.gz) = af46b45b16df378644a092d534f8e610ad33aaf1bf10d2e0ff3bb359fda0d7d9
4SHA512 (Date-Manip-6.94.tar.gz) = 0c7131b023774616e5e3eacd270273d2b5e9cc9169d7be4433f98cb404b10dff38a8fe655522c29fdb68039f2ca6dc834dadf20586657e72151d26b6e782eb21 4SHA512 (Date-Manip-6.95.tar.gz) = 08cefda5b9795484e7fbd7ebecc4094be6ad1fbdc53a6d295b52118a1114338ee36ba0bffccc9ddba40583884a50b5dd46fd2a701259783c812a70ec8dd2ea81
5Size (Date-Manip-6.94.tar.gz) = 1882490 bytes 5Size (Date-Manip-6.95.tar.gz) = 1887360 bytes