Received: by mail.netbsd.org (Postfix, from userid 605) id 388E484E8C; Mon, 21 May 2018 16:00:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AFFA384E72 for ; Mon, 21 May 2018 16:00:16 +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 cGYqK8ShpVKi for ; Mon, 21 May 2018 16:00:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3BE0184D58 for ; Mon, 21 May 2018 16:00:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 36588FBEC; Mon, 21 May 2018 16:00:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1526918416277140" MIME-Version: 1.0 Date: Mon, 21 May 2018 16:00:16 +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: <20180521160016.36588FBEC@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. --_----------=_1526918416277140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon May 21 16:00:16 UTC 2018 Modified Files: pkgsrc/time/ruby-tzinfo-data: Makefile distinfo Log Message: time/ruby-tzinfo-data: update to 1.2018.5 Based on version 2018e of the IANA Time Zone Database (https://mm.icann.org/pipermail/tz-announce/2018-May/000050.html). To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/time/ruby-tzinfo-data/Makefile cvs rdiff -u -r1.14 -r1.15 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. --_----------=_1526918416277140 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.15 pkgsrc/time/ruby-tzinfo-data/Makefile:1.16 --- pkgsrc/time/ruby-tzinfo-data/Makefile:1.15 Sun Mar 25 16:03:13 2018 +++ pkgsrc/time/ruby-tzinfo-data/Makefile Mon May 21 16:00:16 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2018/03/25 16:03:13 taca Exp $ +# $NetBSD: Makefile,v 1.16 2018/05/21 16:00:16 taca Exp $ -DISTNAME= tzinfo-data-1.2018.4 +DISTNAME= tzinfo-data-1.2018.5 CATEGORIES= time MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/time/ruby-tzinfo-data/distinfo diff -u pkgsrc/time/ruby-tzinfo-data/distinfo:1.14 pkgsrc/time/ruby-tzinfo-data/distinfo:1.15 --- pkgsrc/time/ruby-tzinfo-data/distinfo:1.14 Sun Mar 25 16:03:13 2018 +++ pkgsrc/time/ruby-tzinfo-data/distinfo Mon May 21 16:00:16 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2018/03/25 16:03:13 taca Exp $ +$NetBSD: distinfo,v 1.15 2018/05/21 16:00:16 taca Exp $ -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 +SHA1 (tzinfo-data-1.2018.5.gem) = 2ba2850326a7d62d147caf8dc35ae6314cf75b91 +RMD160 (tzinfo-data-1.2018.5.gem) = 885ac8c06072fd392b1152b643b109cf6bba7e2a +SHA512 (tzinfo-data-1.2018.5.gem) = 37dd1eccae0de6c8ebf6b35ee381a07e0da5c0b323343ceccebebca5b905b87ebf612f47beebecb6aa8966173220b37949fbfe5bade5ee7d6c2d44bcb7b5b9d9 +Size (tzinfo-data-1.2018.5.gem) = 318976 bytes --_----------=_1526918416277140--