Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 72ECF7A20D for ; Sun, 17 Jul 2016 14:02:38 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2462785F3C; Sun, 17 Jul 2016 14:02:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A780285F31 for ; Sun, 17 Jul 2016 14:02:37 +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 d0cH0n_m2m65 for ; Sun, 17 Jul 2016 14:02:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3952184CEC for ; Sun, 17 Jul 2016 14:02:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 358D0FBB5; Sun, 17 Jul 2016 14:02:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_146876415730810" MIME-Version: 1.0 Date: Sun, 17 Jul 2016 14:02:37 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/time/ruby-tzinfo03 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20160717140237.358D0FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_146876415730810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Jul 17 14:02:37 UTC 2016 Modified Files: pkgsrc/time/ruby-tzinfo03: Makefile distinfo Log Message: Update ruby-tzinfo03 to 0.3.51. == Version 0.3.51 (tzdata v2016f) - 5-Jul-2016 * Updated to tzdata version 2016f (https://mm.icann.org/pipermail/tz-announce/2016-July/000040.html). To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/time/ruby-tzinfo03/Makefile \ pkgsrc/time/ruby-tzinfo03/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_146876415730810 Content-Disposition: inline Content-Length: 1769 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/ruby-tzinfo03/Makefile diff -u pkgsrc/time/ruby-tzinfo03/Makefile:1.4 pkgsrc/time/ruby-tzinfo03/Makefile:1.5 --- pkgsrc/time/ruby-tzinfo03/Makefile:1.4 Fri Jun 17 09:19:20 2016 +++ pkgsrc/time/ruby-tzinfo03/Makefile Sun Jul 17 14:02:37 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2016/06/17 09:19:20 taca Exp $ +# $NetBSD: Makefile,v 1.5 2016/07/17 14:02:37 taca Exp $ DISTNAME= tzinfo-${VERS} PKGNAME= ${RUBY_PKGPREFIX}-tzinfo03-${VERS} @@ -9,7 +9,7 @@ HOMEPAGE= http://tzinfo.github.io/ COMMENT= Daylight-savings-aware timezone library LICENSE= mit -VERS= 0.3.50 +VERS= 0.3.51 .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/time/ruby-tzinfo03/distinfo diff -u pkgsrc/time/ruby-tzinfo03/distinfo:1.4 pkgsrc/time/ruby-tzinfo03/distinfo:1.5 --- pkgsrc/time/ruby-tzinfo03/distinfo:1.4 Fri Jun 17 09:19:20 2016 +++ pkgsrc/time/ruby-tzinfo03/distinfo Sun Jul 17 14:02:37 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2016/06/17 09:19:20 taca Exp $ +$NetBSD: distinfo,v 1.5 2016/07/17 14:02:37 taca Exp $ -SHA1 (tzinfo-0.3.50.gem) = 5fe4593027e8d5de7c6fc688e405a446e8678dca -RMD160 (tzinfo-0.3.50.gem) = 8aeb6ab81cf25b655d7791dfc5112cff6d2a17bf -SHA512 (tzinfo-0.3.50.gem) = b3717f36d919ea1847d0a870cb80b3ba703d7515dab3ac694e14292c2754aaf22d4cb9a6e0cd1d968e4a3b23f42775e2249271afecc0c794a2c0618b2e899043 -Size (tzinfo-0.3.50.gem) = 301568 bytes +SHA1 (tzinfo-0.3.51.gem) = 95c20ee792b1ecb84d2a2a04e9bce656a7b4d43f +RMD160 (tzinfo-0.3.51.gem) = d4c7dbb68b4de8b750d85f81bcf18cae2dc35255 +SHA512 (tzinfo-0.3.51.gem) = 22fce692514d4885df6cf84b2cf130be0cd1b5816f37c2e361c6853e70a66998a7d2f4ea1ca67830a06e97e78d1694174c9300fcf778524ffe619798a6761c2a +Size (tzinfo-0.3.51.gem) = 300544 bytes --_----------=_146876415730810--