Update to 0.6.10.

This commit is contained in:
Akinori MUSHA 2001-06-07 03:39:48 +00:00
parent 322fde13d1
commit a7f20c4564
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43576
3 changed files with 13 additions and 2 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= rdtool
PORTVERSION= 0.6.9
PORTVERSION= 0.6.10
CATEGORIES= textproc ruby
MASTER_SITES= http://www2.pos.to/~tosh/ruby/rdtool/archive/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}

View file

@ -1 +1 @@
MD5 (ruby/rdtool-0.6.9.tar.gz) = 4e20590933c8301c74b6c8c0a1175c16
MD5 (ruby/rdtool-0.6.10.tar.gz) = b5bfa2de4f812267d90d4d7424496cce

View file

@ -0,0 +1,11 @@
--- rd/rdvisitor.rb.orig Tue May 22 02:37:12 2001
+++ rd/rdvisitor.rb Thu Jun 7 12:37:19 2001
@@ -193,7 +193,7 @@
indexes = []
tree.each do |i|
if i.is_a?(MethodListItem)
- klass, kind, method, args = analize_method(i.term)
+ klass, kind, method, args = analize_method(i.term.content)
indexes.push([klass, kind2num(kind), method, kind]) if kind
end
end