diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-07 03:39:48 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-07 03:39:48 +0000 |
commit | a7f20c4564be0c0a02ff34bbd9f4089d8582e999 (patch) | |
tree | 499d64c7aa665de63c9078b48f03c278a7478171 /textproc | |
parent | Update to 20010607b. (diff) |
Update to 0.6.10.
Notes
Notes:
svn path=/head/; revision=43576
Diffstat (limited to 'textproc')
-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 93b1ea37cc2e..d9a77c155575 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 ed283d82ef76..81fbfb61ee5d 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 000000000000..0162ab67d517 --- /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 |