mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Update to 0.6.10.
This commit is contained in:
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
|
@ -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}
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (ruby/rdtool-0.6.9.tar.gz) = 4e20590933c8301c74b6c8c0a1175c16
|
||||
MD5 (ruby/rdtool-0.6.10.tar.gz) = b5bfa2de4f812267d90d4d7424496cce
|
||||
|
|
11
textproc/ruby-rdtool/files/patch-rdvisitor.rb
Normal file
11
textproc/ruby-rdtool/files/patch-rdvisitor.rb
Normal 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
|
Loading…
Add table
Reference in a new issue