diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-rexml/Makefile | 7 | ||||
-rw-r--r-- | textproc/ruby-rexml/distinfo | 2 | ||||
-rw-r--r-- | textproc/ruby-rexml/pkg-plist | 8 |
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 |