Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 006BB84EEA for ; Tue, 27 Jun 2023 02:58:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id sToYXOfcNzUO for ; Tue, 27 Jun 2023 02:58:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 29F3084E19 for ; Tue, 27 Jun 2023 02:58:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 232B4FA89; Tue, 27 Jun 2023 02:58:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1687834737201970" MIME-Version: 1.0 Date: Tue, 27 Jun 2023 02:58:57 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Date-Manip To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230627025857.232B4FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1687834737201970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Tue Jun 27 02:58:57 UTC 2023 Modified Files: pkgsrc/devel/p5-Date-Manip: Makefile distinfo Log Message: 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). To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 pkgsrc/devel/p5-Date-Manip/Makefile cvs rdiff -u -r1.52 -r1.53 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. --_----------=_1687834737201970 Content-Disposition: inline Content-Length: 1594 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Date-Manip/Makefile diff -u pkgsrc/devel/p5-Date-Manip/Makefile:1.85 pkgsrc/devel/p5-Date-Manip/Makefile:1.86 --- pkgsrc/devel/p5-Date-Manip/Makefile:1.85 Sat Jul 16 00:06:40 2022 +++ pkgsrc/devel/p5-Date-Manip/Makefile Tue Jun 27 02:58:56 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.85 2022/07/16 00:06:40 wen Exp $ +# $NetBSD: Makefile,v 1.86 2023/06/27 02:58:56 wen Exp $ -DISTNAME= Date-Manip-6.88 +DISTNAME= Date-Manip-6.92 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/} Index: pkgsrc/devel/p5-Date-Manip/distinfo diff -u pkgsrc/devel/p5-Date-Manip/distinfo:1.52 pkgsrc/devel/p5-Date-Manip/distinfo:1.53 --- pkgsrc/devel/p5-Date-Manip/distinfo:1.52 Sat Jul 16 00:06:40 2022 +++ pkgsrc/devel/p5-Date-Manip/distinfo Tue Jun 27 02:58:56 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.52 2022/07/16 00:06:40 wen Exp $ +$NetBSD: distinfo,v 1.53 2023/06/27 02:58:56 wen Exp $ -BLAKE2s (Date-Manip-6.88.tar.gz) = 18af32aadd6b6369c59e658f50a22a5cd81996da1453187299dbe59296a13c31 -SHA512 (Date-Manip-6.88.tar.gz) = 49c571b1f9a69c241700ba327385ec5c44e2868e9e23b167e03cc90e4779c915ba5468a612e125b9a2cca37ab5249192c01d539a6c813313ab81ba5b4d606b0c -Size (Date-Manip-6.88.tar.gz) = 2014373 bytes +BLAKE2s (Date-Manip-6.92.tar.gz) = 40e0f54356b6912a6eea25138af684b901e973a6509aea3391e2328a72243763 +SHA512 (Date-Manip-6.92.tar.gz) = e749baa10efafe227d891dbfc76ad3c4b73e51c2806c531c2a1fc4db274eef01704b2325c1c1fadf35fa435cf7fe8fbae742dd69c42fb74ad81d61db35324fb9 +Size (Date-Manip-6.92.tar.gz) = 1876397 bytes --_----------=_1687834737201970--