Received: from mail.netbsd.org (unknown [149.20.53.66]) (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 0F483A654F for ; Thu, 4 Jun 2015 14:35:19 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C1E1E14A2DD; Thu, 4 Jun 2015 14:35:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D3AB814A2D5 for ; Thu, 4 Jun 2015 14:35:13 +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 fC7wtG7KJi7l for ; Thu, 4 Jun 2015 14:35:13 +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 49E0B14A2D2 for ; Thu, 4 Jun 2015 14:35:13 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 3E17498; Thu, 4 Jun 2015 14:35:13 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 4 Jun 2015 14:35:13 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-parser To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20150604143513.3E17498@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: taca Date: Thu Jun 4 14:35:13 UTC 2015 Modified Files: pkgsrc/devel/ruby-parser: Makefile PLIST distinfo Log Message: Update ruby-parser to 3.7.0. === 3.7.0 / 2015-05-28 * 2 major enhancements: * Added preliminary support for ruby 2.2 syntax. * Now writing all 2.x parsers from one source, generating racc files. * 1 minor enhancement: * Added RubyLexer#process_label and hooked it up to "x": and 'x': productions. * 4 bug fixes: * Fixed handling of block_args to be consistent across all parse versions. * Fixed lexing of label assoc args w/ newlines in between k/v. (jeremyf) * Fixed lexing of x?'':y for ruby22 (not a label). (presidentbeef) * clear and restore cmdarg stack around def args and body. === 3.6.6 / 2015-04-13 * 1 minor enhancement: * Added expr_labelarg state (eg: a:1) * 5 bug fixes: * Fix scan logging backtrace when DEBUG=1 * Fixed kwsplat on 2.0 & 2.1. * Fixed mandatory keyword block args. (cvortmann) * Handle #$ in expanded strings/regexps where x is NOT a valid gvar name. * Invalid gvar names raise a compile error. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/ruby-parser/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-parser/PLIST cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/ruby-parser/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.