Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 077AD63EFEB for ; Thu, 7 Mar 2013 16:50:54 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C5ECC14A399; Thu, 7 Mar 2013 16:50:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B1A0514A394 for ; Thu, 7 Mar 2013 16:50:52 +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 efcaa4KegeLh for ; Thu, 7 Mar 2013 16:50:52 +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 292D414A38F for ; Thu, 7 Mar 2013 16:50:52 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 17738175DD; Thu, 7 Mar 2013 16:50:52 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 7 Mar 2013 16:50:52 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20130307165052.17738175DD@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 Mar 7 16:50:51 UTC 2013 Modified Files: pkgsrc/devel/ruby-rdoc: distinfo pkgsrc/lang/ruby: rdoc.mk Added Files: pkgsrc/devel/ruby-rdoc/patches: patch-lib_rdoc_ruby__lex.rb Log Message: Update ruby-rdoc to 3.12.2. === 3.12.2 / 2013-02-24 * Bug fixes * Fixed bug in syntax-highlighting that would corrupt regular expressions. Ruby Bug #6488 by Benny Lyne Amorsen. * Fixed lexing of character syntax (?x). Reported by Xavier Noria. * Fixed tokenization of % when it is not followed by a $-string type * Fixed display of __END__ in documentation examples in HTML output * Fixed tokenization of reserved words used as new-style hash keys * Fixed HEREDOC output for the limited case of a heredoc followed by a line end. When a HEREDOC is not followed by a line end RDoc is not currently smart enough to restore the source correctly. Bug #162 by Zachary Scott. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ruby-rdoc/distinfo cvs rdiff -u -r0 -r1.1 \ pkgsrc/devel/ruby-rdoc/patches/patch-lib_rdoc_ruby__lex.rb cvs rdiff -u -r1.12 -r1.13 pkgsrc/lang/ruby/rdoc.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.