[71068] trunk/dports/lang/ruby19/files/patch-bug26269.diff

kimuraw at macports.org kimuraw at macports.org
Tue Aug 31 07:45:56 PDT 2010


Revision: 71068
          http://trac.macports.org/changeset/71068
Author:   kimuraw at macports.org
Date:     2010-08-31 07:45:55 -0700 (Tue, 31 Aug 2010)
Log Message:
-----------
lang/ruby19: add a missing patch file at r71052

Revision Links:
--------------
    http://trac.macports.org/changeset/71052

Added Paths:
-----------
    trunk/dports/lang/ruby19/files/patch-bug26269.diff

Added: trunk/dports/lang/ruby19/files/patch-bug26269.diff
===================================================================
--- trunk/dports/lang/ruby19/files/patch-bug26269.diff	                        (rev 0)
+++ trunk/dports/lang/ruby19/files/patch-bug26269.diff	2010-08-31 14:45:55 UTC (rev 71068)
@@ -0,0 +1,22 @@
+Index: lib/rdoc/parser/ruby.rb
+===================================================================
+--- lib/rdoc/parser/ruby.rb	(revision 29139)
++++ lib/rdoc/parser/ruby.rb	(revision 29141)
+@@ -526,7 +526,7 @@
+         else
+           break unless @scanner.continue
+         end
+-      when TkCOMMENT
++      when TkCOMMENT, TkASSIGN, TkOPASGN
+         unget_tk(tk)
+         break
+       when nil then
+@@ -568,7 +568,7 @@
+       case name = get_class_specification
+       when "self", container.name
+         parse_statements container, SINGLE
+-      else
++      when /\A[A-Z]/
+         other = RDoc::TopLevel.find_class_named name
+ 
+         unless other then
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100831/224c0909/attachment.html>


More information about the macports-changes mailing list