Received: by mail.netbsd.org (Postfix, from userid 605) id 7323384EE4; Sun, 6 Nov 2022 09:57:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A2DE284D69 for ; Sun, 6 Nov 2022 09:57:11 +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 Q1ApsoLC13sB for ; Sun, 6 Nov 2022 09:57:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 190F284CE3 for ; Sun, 6 Nov 2022 09:57:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0CCFFFA90; Sun, 6 Nov 2022 09:57:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1667728631218280" MIME-Version: 1.0 Date: Sun, 6 Nov 2022 09:57:11 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/time/p5-DateTime-Locale To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20221106095711.0CCFFFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1667728631218280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Nov 6 09:57:10 UTC 2022 Modified Files: pkgsrc/time/p5-DateTime-Locale: Makefile distinfo Log Message: Update to 1.37 Upstream changes: 1.37 2022-10-23 - Rebuilt all locale data with the data from CLDR 42.0.0. 1.36 2022-08-20 - Fixed misparsing of the `be-tarask` locale code. This is a locale with just a language name and a variant. The locale parsing code assumed that all two-part locale codes had either a script or territory, not a variant. This caused the catalog to show the name of this locale as "Belarusian", the same as the `be` code. Reported by yvanzo. Fixes GH #32. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 pkgsrc/time/p5-DateTime-Locale/Makefile cvs rdiff -u -r1.44 -r1.45 pkgsrc/time/p5-DateTime-Locale/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1667728631218280 Content-Disposition: inline Content-Length: 1677 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/p5-DateTime-Locale/Makefile diff -u pkgsrc/time/p5-DateTime-Locale/Makefile:1.65 pkgsrc/time/p5-DateTime-Locale/Makefile:1.66 --- pkgsrc/time/p5-DateTime-Locale/Makefile:1.65 Tue Aug 2 09:08:07 2022 +++ pkgsrc/time/p5-DateTime-Locale/Makefile Sun Nov 6 09:57:10 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.65 2022/08/02 09:08:07 ast Exp $ +# $NetBSD: Makefile,v 1.66 2022/11/06 09:57:10 wen Exp $ -DISTNAME= DateTime-Locale-1.35 +DISTNAME= DateTime-Locale-1.37 PKGNAME= p5-${DISTNAME} CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} Index: pkgsrc/time/p5-DateTime-Locale/distinfo diff -u pkgsrc/time/p5-DateTime-Locale/distinfo:1.44 pkgsrc/time/p5-DateTime-Locale/distinfo:1.45 --- pkgsrc/time/p5-DateTime-Locale/distinfo:1.44 Tue Aug 2 09:08:07 2022 +++ pkgsrc/time/p5-DateTime-Locale/distinfo Sun Nov 6 09:57:10 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.44 2022/08/02 09:08:07 ast Exp $ +$NetBSD: distinfo,v 1.45 2022/11/06 09:57:10 wen Exp $ -BLAKE2s (DateTime-Locale-1.35.tar.gz) = 328ef4fc0a756544068c087f445de91780f7729c50f1ca9d5f8b641784059c4f -SHA512 (DateTime-Locale-1.35.tar.gz) = 74dc707b499e70d5ec74b6b0c907b184eaba775eeae49348b5f14da960ef9d6d4ed47288755f2d3da817b920690445681e09e809a49702dab5e55ecd4ae4c39f -Size (DateTime-Locale-1.35.tar.gz) = 1505857 bytes +BLAKE2s (DateTime-Locale-1.37.tar.gz) = 358b87fc439e46163bdd1851be6e90262182778676ebe035baacd771e476a1a0 +SHA512 (DateTime-Locale-1.37.tar.gz) = 38228a04f346b50f8444d446440d63e51ee583cc2dd58b275c44aaeff43bfdee750156e4c8f046db6eb36b372026429e6e7e37000ee9d9a9fef0568f13f21a16 +Size (DateTime-Locale-1.37.tar.gz) = 1545086 bytes --_----------=_1667728631218280--