aboutsummaryrefslogtreecommitdiff
path: root/textproc/ruby-rdtool
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-02-02 19:43:36 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-02-02 19:43:36 +0000
commit22aec74ca759143d61c52337c975acea5f1b6966 (patch)
tree130035de0e6489f0db886c9370fefa950e140e6c /textproc/ruby-rdtool
parent4c0c005e5b9b763865ee2980e5188dd2bf2bb73a (diff)
downloadports-22aec74ca759143d61c52337c975acea5f1b6966.tar.gz
ports-22aec74ca759143d61c52337c975acea5f1b6966.zip
Update to 0.6.11.
Notes
Notes: svn path=/head/; revision=54144
Diffstat (limited to 'textproc/ruby-rdtool')
-rw-r--r--textproc/ruby-rdtool/Makefile8
-rw-r--r--textproc/ruby-rdtool/distinfo2
-rw-r--r--textproc/ruby-rdtool/files/patch-rdhtml-lib.rb11
-rw-r--r--textproc/ruby-rdtool/files/patch-rdvisitor.rb11
-rw-r--r--textproc/ruby-rdtool/pkg-message2
-rw-r--r--textproc/ruby-rdtool/pkg-plist2
6 files changed, 5 insertions, 31 deletions
diff --git a/textproc/ruby-rdtool/Makefile b/textproc/ruby-rdtool/Makefile
index 1c1c3e88aefd..225fbcd69bf0 100644
--- a/textproc/ruby-rdtool/Makefile
+++ b/textproc/ruby-rdtool/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= rdtool
-PORTVERSION= 0.6.10
-PORTREVISION= 1
+PORTVERSION= 0.6.11
CATEGORIES= textproc ruby
MASTER_SITES= http://www2.pos.to/~tosh/ruby/rdtool/archive/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -31,8 +30,7 @@ EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp
XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp
DOCS_EN= README.html doc/rd-draft.rd doc/rd-draft.html
-DOCS_JA= README.ja.html doc/dev-note.rd.ja doc/rd-draft.rd.ja \
- doc/dev-note.ja.html doc/rd-draft.ja.html
+DOCS_JA= README.ja.html doc/rd-draft.rd.ja doc/rd-draft.ja.html
do-configure:
@cd ${WRKSRC}; \
@@ -47,7 +45,7 @@ pre-build:
.if !defined(NOPORTDOCS)
post-build:
-.for f in README.rd.ja doc/dev-note.rd.ja doc/rd-draft.rd doc/rd-draft.rd.ja
+.for f in README.rd.ja doc/rd-draft.rd doc/rd-draft.rd.ja
cd ${WRKSRC} && ${RUBY} -I. rd2 -r rd/rd2html-lib.rb ${f} \
> ${f:S/.rd.ja$/.ja.html/:S/.rd$/.html/}
.endfor
diff --git a/textproc/ruby-rdtool/distinfo b/textproc/ruby-rdtool/distinfo
index 81fbfb61ee5d..555874483ac1 100644
--- a/textproc/ruby-rdtool/distinfo
+++ b/textproc/ruby-rdtool/distinfo
@@ -1 +1 @@
-MD5 (ruby/rdtool-0.6.10.tar.gz) = b5bfa2de4f812267d90d4d7424496cce
+MD5 (ruby/rdtool-0.6.11.tar.gz) = 862d16ad0bfad9de2d59fa3ef3728e23
diff --git a/textproc/ruby-rdtool/files/patch-rdhtml-lib.rb b/textproc/ruby-rdtool/files/patch-rdhtml-lib.rb
deleted file mode 100644
index 05b10801d3e3..000000000000
--- a/textproc/ruby-rdtool/files/patch-rdhtml-lib.rb
+++ /dev/null
@@ -1,11 +0,0 @@
---- rd/rd2html-lib.rb.orig Wed Jun 6 02:20:47 2001
-+++ rd/rd2html-lib.rb Sat Dec 8 21:49:40 2001
-@@ -347,7 +347,7 @@
- def apply_to_Foottext(element, content)
- num = get_footnote_num(element)
- raise ArgumentError, "[BUG] #{element} isn't registered." unless num
-- %|<a name="foottext:#{num}" id="foottext:#{num}" href="footmark:#{num}">|+
-+ %|<a name="foottext:#{num}" id="foottext:#{num}" href="#footmark:#{num}">|+
- %|<sup><small>*#{num}</small></sup></a>| +
- %|<small>#{content}</small><br />|
- end
diff --git a/textproc/ruby-rdtool/files/patch-rdvisitor.rb b/textproc/ruby-rdtool/files/patch-rdvisitor.rb
deleted file mode 100644
index 0162ab67d517..000000000000
--- a/textproc/ruby-rdtool/files/patch-rdvisitor.rb
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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
diff --git a/textproc/ruby-rdtool/pkg-message b/textproc/ruby-rdtool/pkg-message
index 1790e86a5dbe..1157aa63fb73 100644
--- a/textproc/ruby-rdtool/pkg-message
+++ b/textproc/ruby-rdtool/pkg-message
@@ -1,4 +1,4 @@
************************************************************
If you are an Emacs/XEmacs user, also install
-text/ruby-rd-mode.el that helps you edit RD files.
+textproc/ruby-rd-mode.el that helps you edit RD files.
************************************************************
diff --git a/textproc/ruby-rdtool/pkg-plist b/textproc/ruby-rdtool/pkg-plist
index 3f31a259366d..a72b59230714 100644
--- a/textproc/ruby-rdtool/pkg-plist
+++ b/textproc/ruby-rdtool/pkg-plist
@@ -42,8 +42,6 @@ bin/rmi2html.rb
%%PORTDOCS%%%%RUBY_DOCDIR%%/rd/rd-draft.html
%%PORTDOCS%%%%RUBY_DOCDIR%%/rd/rd-draft.rd
%%PORTDOCS%%%%RUBY_DOCDIR%%/rd/ja/README.ja.html
-%%PORTDOCS%%%%RUBY_DOCDIR%%/rd/ja/dev-note.ja.html
-%%PORTDOCS%%%%RUBY_DOCDIR%%/rd/ja/dev-note.rd.ja
%%PORTDOCS%%%%RUBY_DOCDIR%%/rd/ja/rd-draft.ja.html
%%PORTDOCS%%%%RUBY_DOCDIR%%/rd/ja/rd-draft.rd.ja
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/rd/ja