Received: by mail.netbsd.org (Postfix, from userid 605) id 914E584D5F; Wed, 28 Feb 2018 15:08:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8E83984E00 for ; Wed, 28 Feb 2018 15:08:31 +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 yK8bWClnawoN for ; Wed, 28 Feb 2018 15:08:30 +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 D196184C77 for ; Wed, 28 Feb 2018 15:08:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CA975FB40; Wed, 28 Feb 2018 15:08:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1519830510257110" MIME-Version: 1.0 Date: Wed, 28 Feb 2018 15:08:30 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/time/ruby-tzinfo-data To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20180228150830.CA975FB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1519830510257110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Wed Feb 28 15:08:30 UTC 2018 Modified Files: pkgsrc/time/ruby-tzinfo-data: Makefile distinfo Log Message: time/ruby-tzinfo-data: update to 1.2018.3. Based on version 2018c of the IANA Time Zone Database (https://mm.icann.org/pipermail/tz-announce/2018-January/000048.html). To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/time/ruby-tzinfo-data/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/time/ruby-tzinfo-data/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1519830510257110 Content-Disposition: inline Content-Length: 1699 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/ruby-tzinfo-data/Makefile diff -u pkgsrc/time/ruby-tzinfo-data/Makefile:1.13 pkgsrc/time/ruby-tzinfo-data/Makefile:1.14 --- pkgsrc/time/ruby-tzinfo-data/Makefile:1.13 Sun Dec 24 10:17:13 2017 +++ pkgsrc/time/ruby-tzinfo-data/Makefile Wed Feb 28 15:08:30 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2017/12/24 10:17:13 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2018/02/28 15:08:30 taca Exp $ -DISTNAME= tzinfo-data-1.2017.3 +DISTNAME= tzinfo-data-1.2018.3 CATEGORIES= time MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/time/ruby-tzinfo-data/distinfo diff -u pkgsrc/time/ruby-tzinfo-data/distinfo:1.12 pkgsrc/time/ruby-tzinfo-data/distinfo:1.13 --- pkgsrc/time/ruby-tzinfo-data/distinfo:1.12 Tue Oct 31 15:47:50 2017 +++ pkgsrc/time/ruby-tzinfo-data/distinfo Wed Feb 28 15:08:30 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2017/10/31 15:47:50 taca Exp $ +$NetBSD: distinfo,v 1.13 2018/02/28 15:08:30 taca Exp $ -SHA1 (tzinfo-data-1.2017.3.gem) = bb0f9debb496ec8f9fb03c65197e9aaf467b1059 -RMD160 (tzinfo-data-1.2017.3.gem) = 9f832492f99147715d66e967f8a61036c7d48099 -SHA512 (tzinfo-data-1.2017.3.gem) = 12c138bc5d8c911d65353397da3aab3e1c2efc537671ba9da32faea4561a30f8ade31f9c2ac91225d79bb138a5c149a7d3551f20249fb3f6ec674f6448d9bfd9 -Size (tzinfo-data-1.2017.3.gem) = 316416 bytes +SHA1 (tzinfo-data-1.2018.3.gem) = 326e7ab5ca279b80fc0de04692281c392b184d00 +RMD160 (tzinfo-data-1.2018.3.gem) = 15f2b46eb18639c45c304ff3fc67c9120cab765a +SHA512 (tzinfo-data-1.2018.3.gem) = 58a5b200534c20dd98f6e0b3e19d4e0308256fd561f241f83d875ac2af0f5d5951347d6de2099daaa6c115ee446c757e9b724f4d2272783766a44663a794ee00 +Size (tzinfo-data-1.2018.3.gem) = 318976 bytes --_----------=_1519830510257110--