Received: by mail.netbsd.org (Postfix, from userid 605) id 1E9C984E62; Sun, 25 Mar 2018 16:03:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1218384D03 for ; Sun, 25 Mar 2018 16:03:14 +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 oQeLd3r_Mcq8 for ; Sun, 25 Mar 2018 16:03:13 +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 5C86784CE1 for ; Sun, 25 Mar 2018 16:03:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 596F6FB40; Sun, 25 Mar 2018 16:03:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1521993793118640" MIME-Version: 1.0 Date: Sun, 25 Mar 2018 16:03:13 +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: <20180325160313.596F6FB40@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. --_----------=_1521993793118640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Mar 25 16:03:13 UTC 2018 Modified Files: pkgsrc/time/ruby-tzinfo-data: Makefile distinfo Log Message: time/ruby-tzinfo-data: update to 1.2018.4 1.2018.4 (2018/03/25) Based on version 2018d of the IANA Time Zone Database (https://mm.icann.org/pipermail/tz-announce/2018-March/000049.html). To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/time/ruby-tzinfo-data/Makefile cvs rdiff -u -r1.13 -r1.14 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. --_----------=_1521993793118640 Content-Disposition: inline Content-Length: 1700 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.14 pkgsrc/time/ruby-tzinfo-data/Makefile:1.15 --- pkgsrc/time/ruby-tzinfo-data/Makefile:1.14 Wed Feb 28 15:08:30 2018 +++ pkgsrc/time/ruby-tzinfo-data/Makefile Sun Mar 25 16:03:13 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2018/02/28 15:08:30 taca Exp $ +# $NetBSD: Makefile,v 1.15 2018/03/25 16:03:13 taca Exp $ -DISTNAME= tzinfo-data-1.2018.3 +DISTNAME= tzinfo-data-1.2018.4 CATEGORIES= time MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/time/ruby-tzinfo-data/distinfo diff -u pkgsrc/time/ruby-tzinfo-data/distinfo:1.13 pkgsrc/time/ruby-tzinfo-data/distinfo:1.14 --- pkgsrc/time/ruby-tzinfo-data/distinfo:1.13 Wed Feb 28 15:08:30 2018 +++ pkgsrc/time/ruby-tzinfo-data/distinfo Sun Mar 25 16:03:13 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2018/02/28 15:08:30 taca Exp $ +$NetBSD: distinfo,v 1.14 2018/03/25 16:03:13 taca Exp $ -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 +SHA1 (tzinfo-data-1.2018.4.gem) = d764c9fa4d6f9e63dda52255d2d0af28d6ad31e7 +RMD160 (tzinfo-data-1.2018.4.gem) = 2c797fd25aeb2aa6e0b966fcb1c8e02c571bd5b0 +SHA512 (tzinfo-data-1.2018.4.gem) = 1bb88105dcce2494504354f85fc6ffa63c78cbb61971ab8d55affaa95815f6f74edb53c5a27f3fcd8ded918215ea33696c5a9ee8b9151d4200944a653e591c07 +Size (tzinfo-data-1.2018.4.gem) = 318976 bytes --_----------=_1521993793118640--