Tue Jun 27 02:58:57 2023 UTC ()
Update to 6.92

Upstream changes:
6.92  2023-06-07
  -  Time zone fixes
         Newest zoneinfo data (tzdata 2023c).

  -  Documentation fixes
         Typo fix. Reported by Derek Terveer

6.91  2023-03-01
  -  Fixed bug where timezone alias wasn't handled
         On linux systems configured to be in a timezone that is an alias,
         the system timezone wasn't recognized, and it defaulted to GMT.
         This is now fixed. Patch supplied by Sandi Wallendahl (GitHub #43)

6.90  2022-12-02
  -  Time zone fixes
         Aliases in the tzdata database were not being added to the timezone
         data. Reported in GitHub issue #40.

         The UTC timezone is now named Etc/UTC instead of UTC to be in line
         with the aliases.

         Newest zoneinfo data (tzdata 2022g).

  -  Language fixes
         Additions to the Polish translation. GitHub issue #41.

         Additions to several languages. GitHub issue #42.

         Added some support for per-language parsing rules to respond to
         GitHub issue #42.

  -  Documentation fixes
         The version numbers in the change log was messed up due to a
         skipped release (no new timezone fixes that time). Fixed.

6.89  2022-09-01
  -  (!) Date::Manip 5.xx interface to be removed
         The old version of Date::Manip (version 5.xx) has been distributed
         as part of the package in order to support versions of perl older
         than 5.10 . I see no valid reason to continue to support that, so
         as of version 7.00, Date::Manip will only include the newer
         interfaces (which require perl 5.10 or newer). There are no plans
         to deprecate the functional interface.

  -  Time zone fixes
         Newest zoneinfo data (tzdata 2022c).


(wen)
diff -r1.85 -r1.86 pkgsrc/devel/p5-Date-Manip/Makefile
diff -r1.52 -r1.53 pkgsrc/devel/p5-Date-Manip/distinfo

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

--- pkgsrc/devel/p5-Date-Manip/Makefile 2022/07/16 00:06:40 1.85
+++ pkgsrc/devel/p5-Date-Manip/Makefile 2023/06/27 02:58:56 1.86
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.85 2022/07/16 00:06:40 wen Exp $ 1# $NetBSD: Makefile,v 1.86 2023/06/27 02:58:56 wen Exp $
2 2
3DISTNAME= Date-Manip-6.88 3DISTNAME= Date-Manip-6.92
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.52 -r1.53 pkgsrc/devel/p5-Date-Manip/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Date-Manip/distinfo 2022/07/16 00:06:40 1.52
+++ pkgsrc/devel/p5-Date-Manip/distinfo 2023/06/27 02:58:56 1.53
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.52 2022/07/16 00:06:40 wen Exp $ 1$NetBSD: distinfo,v 1.53 2023/06/27 02:58:56 wen Exp $
2 2
3BLAKE2s (Date-Manip-6.88.tar.gz) = 18af32aadd6b6369c59e658f50a22a5cd81996da1453187299dbe59296a13c31 3BLAKE2s (Date-Manip-6.92.tar.gz) = 40e0f54356b6912a6eea25138af684b901e973a6509aea3391e2328a72243763
4SHA512 (Date-Manip-6.88.tar.gz) = 49c571b1f9a69c241700ba327385ec5c44e2868e9e23b167e03cc90e4779c915ba5468a612e125b9a2cca37ab5249192c01d539a6c813313ab81ba5b4d606b0c 4SHA512 (Date-Manip-6.92.tar.gz) = e749baa10efafe227d891dbfc76ad3c4b73e51c2806c531c2a1fc4db274eef01704b2325c1c1fadf35fa435cf7fe8fbae742dd69c42fb74ad81d61db35324fb9
5Size (Date-Manip-6.88.tar.gz) = 2014373 bytes 5Size (Date-Manip-6.92.tar.gz) = 1876397 bytes