Received: by mail.netbsd.org (Postfix, from userid 605) id E6A9484D56; Sun, 28 Mar 2021 00:13:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9EF1584D43 for ; Sun, 28 Mar 2021 00:13:29 +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 FL3R3aSlDzQQ for ; Sun, 28 Mar 2021 00:13:29 +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 1609084CFD for ; Sun, 28 Mar 2021 00:13:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0F5F1FA95; Sun, 28 Mar 2021 00:13:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161689040953620" MIME-Version: 1.0 Date: Sun, 28 Mar 2021 00:13:29 +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: <20210328001329.0F5F1FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161689040953620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Mar 28 00:13:28 UTC 2021 Modified Files: pkgsrc/time/p5-DateTime-Locale: Makefile distinfo Log Message: Update to 1.31 Upstream changes: 1.31 2020-12-22 - The docs for each locale now show examples of its strftime patterns as well. 1.30 2020-12-15 - The previous release included some locale data for locales that had been deleted from CLDR 38.0.0. 1.29 2020-12-14 - Rebuilt all locale data with the data from CLDR 38.0.0 and glibc 2.32. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 pkgsrc/time/p5-DateTime-Locale/Makefile cvs rdiff -u -r1.38 -r1.39 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. --_----------=_161689040953620 Content-Disposition: inline Content-Length: 1785 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.59 pkgsrc/time/p5-DateTime-Locale/Makefile:1.60 --- pkgsrc/time/p5-DateTime-Locale/Makefile:1.59 Mon Sep 7 17:51:23 2020 +++ pkgsrc/time/p5-DateTime-Locale/Makefile Sun Mar 28 00:13:28 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.59 2020/09/07 17:51:23 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2021/03/28 00:13:28 wen Exp $ -DISTNAME= DateTime-Locale-1.28 +DISTNAME= DateTime-Locale-1.31 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.38 pkgsrc/time/p5-DateTime-Locale/distinfo:1.39 --- pkgsrc/time/p5-DateTime-Locale/distinfo:1.38 Mon Sep 7 17:51:23 2020 +++ pkgsrc/time/p5-DateTime-Locale/distinfo Sun Mar 28 00:13:28 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.38 2020/09/07 17:51:23 wiz Exp $ +$NetBSD: distinfo,v 1.39 2021/03/28 00:13:28 wen Exp $ -SHA1 (DateTime-Locale-1.28.tar.gz) = 7252091c16f5271018518a34945f4b79eb325454 -RMD160 (DateTime-Locale-1.28.tar.gz) = db3e4ecff75da0073b4797f3ed0c974cd7f46880 -SHA512 (DateTime-Locale-1.28.tar.gz) = 5c6349e9115bd8d6dba0b33809f9d8544f0d40802bbf0111005fda4990d3d815b236c44f60a1b5fe8d28d3f2f19343627df2d7ac87158be07e7de4f05c19a763 -Size (DateTime-Locale-1.28.tar.gz) = 1391000 bytes +SHA1 (DateTime-Locale-1.31.tar.gz) = 1002e9d4144c279c12f03943e5f38c61314ae171 +RMD160 (DateTime-Locale-1.31.tar.gz) = 132856f09526f2d28e06aa40de9e44a8ea1e2aba +SHA512 (DateTime-Locale-1.31.tar.gz) = 2ac1dc90f43fd3676d5e953531976880cc9b83988c402a6ca3ab68b31c73ab499440c29a6a3cffba8f208c6aacc6718571effd9abcc7a1fccc563e3c665924c1 +Size (DateTime-Locale-1.31.tar.gz) = 1459863 bytes --_----------=_161689040953620--