Received: by mail.netbsd.org (Postfix, from userid 605) id 45C3384D35; Mon, 31 Oct 2022 03:23:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 756DD84D2A for ; Mon, 31 Oct 2022 03:23:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 5Xht-1L7X04U for ; Mon, 31 Oct 2022 03:23:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E705C84CD9 for ; Mon, 31 Oct 2022 03:23:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E010EFA90; Mon, 31 Oct 2022 03:23:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1667186598111890" MIME-Version: 1.0 Date: Mon, 31 Oct 2022 03:23:18 +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: <20221031032318.E010EFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1667186598111890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Mon Oct 31 03:23:18 UTC 2022 Modified Files: pkgsrc/time/p5-DateTime-TimeZone: Makefile distinfo Log Message: p5-DateTime-TimeZone: update to 2.55 2.55 2022-10-11 - This release is based on version 2022e of the Olson database. This release includes contemporary changes for Jordan and Syria. To generate a diff of this commit: cvs rdiff -u -r1.118 -r1.119 pkgsrc/time/p5-DateTime-TimeZone/Makefile cvs rdiff -u -r1.99 -r1.100 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. --_----------=_1667186598111890 Content-Disposition: inline Content-Length: 1746 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.118 pkgsrc/time/p5-DateTime-TimeZone/Makefile:1.119 --- pkgsrc/time/p5-DateTime-TimeZone/Makefile:1.118 Wed Oct 5 22:09:38 2022 +++ pkgsrc/time/p5-DateTime-TimeZone/Makefile Mon Oct 31 03:23:18 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.118 2022/10/05 22:09:38 gutteridge Exp $ +# $NetBSD: Makefile,v 1.119 2022/10/31 03:23:18 gutteridge Exp $ -DISTNAME= DateTime-TimeZone-2.54 +DISTNAME= DateTime-TimeZone-2.55 PKGNAME= p5-${DISTNAME} 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.99 pkgsrc/time/p5-DateTime-TimeZone/distinfo:1.100 --- pkgsrc/time/p5-DateTime-TimeZone/distinfo:1.99 Wed Oct 5 22:09:38 2022 +++ pkgsrc/time/p5-DateTime-TimeZone/distinfo Mon Oct 31 03:23:18 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.99 2022/10/05 22:09:38 gutteridge Exp $ +$NetBSD: distinfo,v 1.100 2022/10/31 03:23:18 gutteridge Exp $ -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 +BLAKE2s (DateTime-TimeZone-2.55.tar.gz) = 81feb9269137cd6d2622a74b092a521e4b050693b42115d689d2658827be74f1 +SHA512 (DateTime-TimeZone-2.55.tar.gz) = 20a0df8d731ee0d0c4abb2a37265e87750b2e21590d655061f03aa20817ff3f69d9c3bb7eb771bec0394dae607eed7858bd5f5adc066274ec20d6fe500b229d9 +Size (DateTime-TimeZone-2.55.tar.gz) = 961535 bytes --_----------=_1667186598111890--