Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id EFBB8A63C4 for ; Fri, 13 Dec 2013 15:42:21 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6498A14A2C8; Fri, 13 Dec 2013 15:42:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4C73B14A282 for ; Fri, 13 Dec 2013 15:42:18 +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 MbW_MfQ6DZNa for ; Fri, 13 Dec 2013 15:42:17 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 858DD14A246 for ; Fri, 13 Dec 2013 15:42:17 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 7B84496; Fri, 13 Dec 2013 15:42:17 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 13 Dec 2013 15:42:17 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/time/ruby-tzinfo To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20131213154217.7B84496@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: taca Date: Fri Dec 13 15:42:17 UTC 2013 Modified Files: pkgsrc/time/ruby-tzinfo: Makefile PLIST distinfo Log Message: Update ruby-tz to 0.3.38. == Version 0.3.38 (tzdata v2013g) - 8-Oct-2013 * Updated to tzdata version 2013g (http://mm.icann.org/pipermail/tz-announce/2013-October/000015.html). == Version 0.3.37 (tzdata v2013b) - 11-Mar-2013 * Updated to tzdata version 2013b (http://mm.icann.org/pipermail/tz-announce/2013-March/000010.html). == Version 0.3.36 (tzdata v2013a) - 3-Mar-2013 * Updated to tzdata version 2013a (http://mm.icann.org/pipermail/tz-announce/2013-March/000009.html). * Fix TimezoneTransitionInfo#eql? incorrectly returning false when running on Ruby 2.0. * Change eql? and == implementations to test the class of the passed in object instead of checking individual properties with 'respond_to?'. == Version 0.3.35 (tzdata v2012i) - 4-Nov-2012 * Updated to tzdata version 2012i (http://mm.icann.org/pipermail/tz-announce/2012-November/000007.html). == Version 0.3.34 (tzdata v2012h) - 27-Oct-2012 * Updated to tzdata version 2012h (http://mm.icann.org/pipermail/tz-announce/2012-October/000006.html). To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/time/ruby-tzinfo/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/time/ruby-tzinfo/PLIST cvs rdiff -u -r1.25 -r1.26 pkgsrc/time/ruby-tzinfo/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.