Received: by mail.netbsd.org (Postfix, from userid 605) id 1BC3184E93; Wed, 5 Oct 2022 22:09:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4D68684D96 for ; Wed, 5 Oct 2022 22:09:39 +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 nu-CH9-ziA01 for ; Wed, 5 Oct 2022 22:09:38 +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 B9CED84D47 for ; Wed, 5 Oct 2022 22:09:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AD7D7FA90; Wed, 5 Oct 2022 22:09:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166500777891540" MIME-Version: 1.0 Date: Wed, 5 Oct 2022 22:09:38 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/time/p5-DateTime-TimeZone To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20221005220938.AD7D7FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166500777891540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Wed Oct 5 22:09:38 UTC 2022 Modified Files: pkgsrc/time/p5-DateTime-TimeZone: Makefile distinfo Log Message: p5-DateTime-TimeZone: update to 2.54 2.54 2022-09-24 - This release is based on version 2022d of the Olson database. This release includes contemporary changes for Palestine. 2.53 2022-08-13 - This release is based on version 2022b of the Olson database. This release includes contemporary changes for Chile and Iran. To generate a diff of this commit: cvs rdiff -u -r1.117 -r1.118 pkgsrc/time/p5-DateTime-TimeZone/Makefile cvs rdiff -u -r1.98 -r1.99 pkgsrc/time/p5-DateTime-TimeZone/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166500777891540 Content-Disposition: inline Content-Length: 1756 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/p5-DateTime-TimeZone/Makefile diff -u pkgsrc/time/p5-DateTime-TimeZone/Makefile:1.117 pkgsrc/time/p5-DateTime-TimeZone/Makefile:1.118 --- pkgsrc/time/p5-DateTime-TimeZone/Makefile:1.117 Tue Jun 28 11:36:56 2022 +++ pkgsrc/time/p5-DateTime-TimeZone/Makefile Wed Oct 5 22:09:38 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.117 2022/06/28 11:36:56 wiz Exp $ +# $NetBSD: Makefile,v 1.118 2022/10/05 22:09:38 gutteridge Exp $ -DISTNAME= DateTime-TimeZone-2.52 +DISTNAME= DateTime-TimeZone-2.54 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} Index: pkgsrc/time/p5-DateTime-TimeZone/distinfo diff -u pkgsrc/time/p5-DateTime-TimeZone/distinfo:1.98 pkgsrc/time/p5-DateTime-TimeZone/distinfo:1.99 --- pkgsrc/time/p5-DateTime-TimeZone/distinfo:1.98 Sat Apr 2 01:15:11 2022 +++ pkgsrc/time/p5-DateTime-TimeZone/distinfo Wed Oct 5 22:09:38 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.98 2022/04/02 01:15:11 gutteridge Exp $ +$NetBSD: distinfo,v 1.99 2022/10/05 22:09:38 gutteridge Exp $ -BLAKE2s (DateTime-TimeZone-2.52.tar.gz) = beadd23af3139c747b9583b123bffd7458f8c157cf7aaf9e78003fbbfb0f71d6 -SHA512 (DateTime-TimeZone-2.52.tar.gz) = 697aaaf6e312b7fa57af0449ea14893f04e5c4c657cf34cb5f5892d7dd2d69532c68ff2b086472f39e26f119106fc4671395fc4fe6a8dd131f018abf5765d7af -Size (DateTime-TimeZone-2.52.tar.gz) = 1014756 bytes +BLAKE2s (DateTime-TimeZone-2.54.tar.gz) = f156794cefb169b5987dde4677e11c36c4dda30694ac40680829eb6963a1d838 +SHA512 (DateTime-TimeZone-2.54.tar.gz) = 22b2037676290dcb625cb1261133d5d9235e11ce1c037c35594903ad0c7b55ecef8c2950638517c06ed7e8465a9a7a3f2c248bcde53fa08d85aba06bcc82b9f9 +Size (DateTime-TimeZone-2.54.tar.gz) = 964233 bytes --_----------=_166500777891540--