summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-05-11 22:02:42 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-05-11 22:02:42 +0000
commitfba449d58e2b5d9bf75beaf7633cb80f810d57d6 (patch)
treea576cf302a992e8420b83cf7b9dba0b3e16e1390 /textproc
parentAn SDL port of the Abuse game engine (diff)
Update to 2.3.0.
Notes
Notes: svn path=/head/; revision=58938
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ruby-rexml/Makefile7
-rw-r--r--textproc/ruby-rexml/distinfo2
-rw-r--r--textproc/ruby-rexml/pkg-plist8
3 files changed, 12 insertions, 5 deletions
diff --git a/textproc/ruby-rexml/Makefile b/textproc/ruby-rexml/Makefile
index 000c73553d22..0b5b4b38caf4 100644
--- a/textproc/ruby-rexml/Makefile
+++ b/textproc/ruby-rexml/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= rexml
-PORTVERSION= 2.1.0
+PORTVERSION= 2.3.0
CATEGORIES= textproc ruby
MASTER_SITES= http://www.germane-software.com/software/archives/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -21,15 +21,16 @@ USE_RUBY= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
-DOCS= README index.html docs/tutorial.html
+DOCS= README *.html docs/tutorial.html
do-install:
cd ${WRKSRC}; ${RUBY} bin/install.rb
.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
+ ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/docs
.for f in ${DOCS}
${CP} -R ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
.endfor
+ cd ${RUBY_DOCDIR}/${PORTNAME}; ${MV} tutorial.html docs/
.endif
.include <bsd.port.mk>
diff --git a/textproc/ruby-rexml/distinfo b/textproc/ruby-rexml/distinfo
index 95472b2660ac..fcb21c217c45 100644
--- a/textproc/ruby-rexml/distinfo
+++ b/textproc/ruby-rexml/distinfo
@@ -1 +1 @@
-MD5 (ruby/rexml_2.1.0.tgz) = 7e113c665c772491d4997b545704d96e
+MD5 (ruby/rexml_2.3.0.tgz) = b21bbfdde6c09cce67f2481be70cbfb4
diff --git a/textproc/ruby-rexml/pkg-plist b/textproc/ruby-rexml/pkg-plist
index 98e77e6571bc..0aa6d8d0316f 100644
--- a/textproc/ruby-rexml/pkg-plist
+++ b/textproc/ruby-rexml/pkg-plist
@@ -5,10 +5,12 @@
%%RUBY_SITELIBDIR%%/rexml/doctype.rb
%%RUBY_SITELIBDIR%%/rexml/document.rb
%%RUBY_SITELIBDIR%%/rexml/element.rb
+%%RUBY_SITELIBDIR%%/rexml/entity.rb
%%RUBY_SITELIBDIR%%/rexml/functions.rb
%%RUBY_SITELIBDIR%%/rexml/instruction.rb
%%RUBY_SITELIBDIR%%/rexml/namespace.rb
%%RUBY_SITELIBDIR%%/rexml/node.rb
+%%RUBY_SITELIBDIR%%/rexml/output.rb
%%RUBY_SITELIBDIR%%/rexml/parent.rb
%%RUBY_SITELIBDIR%%/rexml/parseexception.rb
%%RUBY_SITELIBDIR%%/rexml/quickpath.rb
@@ -27,6 +29,10 @@
@dirrm %%RUBY_SITELIBDIR%%/rexml/dtd
@dirrm %%RUBY_SITELIBDIR%%/rexml
%%PORTDOCS%%%%RUBY_DOCDIR%%/rexml/README
+%%PORTDOCS%%%%RUBY_DOCDIR%%/rexml/changelog.html
+%%PORTDOCS%%%%RUBY_DOCDIR%%/rexml/credits.html
+%%PORTDOCS%%%%RUBY_DOCDIR%%/rexml/faq.html
%%PORTDOCS%%%%RUBY_DOCDIR%%/rexml/index.html
-%%PORTDOCS%%%%RUBY_DOCDIR%%/rexml/tutorial.html
+%%PORTDOCS%%%%RUBY_DOCDIR%%/rexml/docs/tutorial.html
+%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/rexml/docs
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/rexml