Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 7C01D63BA4F for ; Sat, 28 Apr 2012 12:16:54 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A5A4C14A244; Sat, 28 Apr 2012 12:17:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 11F0614A23F for ; Sat, 28 Apr 2012 12:17:10 +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 H5HoFC0zeRJv for ; Sat, 28 Apr 2012 12:17:09 +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 89F2414A151 for ; Sat, 28 Apr 2012 12:17:09 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D6C1D175DD; Sat, 28 Apr 2012 12:17:13 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 28 Apr 2012 12:17:13 +0000 From: "OBATA Akio" Subject: CVS commit: pkgsrc/math/ruby-spreadsheet To: pkgsrc-changes@NetBSD.org Reply-To: obache@netbsd.org X-Mailer: log_accum Message-Id: <20120428121713.D6C1D175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: obache Date: Sat Apr 28 12:17:13 UTC 2012 Modified Files: pkgsrc/math/ruby-spreadsheet: Makefile PLIST distinfo Log Message: Update ruby-spreadsheet to 0.6.9. === 0.6.9 / 28.04.2012 * Yield is more simple here too. * No need to capture the block in Spreadsheet.open * Rather than extending a core class, let's just use #rcompact from a helper module To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/ruby-spreadsheet/Makefile \ pkgsrc/math/ruby-spreadsheet/distinfo cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/ruby-spreadsheet/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.