diff options
-rw-r--r-- | textproc/ruby-rdtool/Makefile | 2 | ||||
-rw-r--r-- | textproc/ruby-rdtool/distinfo | 2 | ||||
-rw-r--r-- | textproc/ruby-rdtool/files/patch-rdvisitor.rb | 11 |
3 files changed, 13 insertions, 2 deletions
diff --git a/textproc/ruby-rdtool/Makefile b/textproc/ruby-rdtool/Makefile index 93b1ea37cc2..d9a77c15557 100644 --- a/textproc/ruby-rdtool/Makefile +++ b/textproc/ruby-rdtool/Makefile @@ -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} diff --git a/textproc/ruby-rdtool/distinfo b/textproc/ruby-rdtool/distinfo index ed283d82ef7..81fbfb61ee5 100644 --- a/textproc/ruby-rdtool/distinfo +++ b/textproc/ruby-rdtool/distinfo @@ -1 +1 @@ -MD5 (ruby/rdtool-0.6.9.tar.gz) = 4e20590933c8301c74b6c8c0a1175c16 +MD5 (ruby/rdtool-0.6.10.tar.gz) = b5bfa2de4f812267d90d4d7424496cce diff --git a/textproc/ruby-rdtool/files/patch-rdvisitor.rb b/textproc/ruby-rdtool/files/patch-rdvisitor.rb new file mode 100644 index 00000000000..0162ab67d51 --- /dev/null +++ b/textproc/ruby-rdtool/files/patch-rdvisitor.rb @@ -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 |