diff options
author | knu <knu@FreeBSD.org> | 2001-08-06 17:12:26 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-08-06 17:12:26 +0000 |
commit | e615dd6bb95beb790a32a1c7884e2f8d91520899 (patch) | |
tree | 454e882c71ddcc21301d1f4a53c3ef9a981d0b8a | |
parent | 0c0644619c4dd17dfd45437afc8f4c76c086b8df (diff) | |
download | FreeBSD-ports-e615dd6bb95beb790a32a1c7884e2f8d91520899.zip FreeBSD-ports-e615dd6bb95beb790a32a1c7884e2f8d91520899.tar.gz |
Update to 1.1.0.
-rw-r--r-- | textproc/ruby-nqxml/Makefile | 5 | ||||
-rw-r--r-- | textproc/ruby-nqxml/distinfo | 2 | ||||
-rw-r--r-- | textproc/ruby-nqxml/pkg-plist | 4 |
3 files changed, 8 insertions, 3 deletions
diff --git a/textproc/ruby-nqxml/Makefile b/textproc/ruby-nqxml/Makefile index 6da70b4..9801c9f 100644 --- a/textproc/ruby-nqxml/Makefile +++ b/textproc/ruby-nqxml/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nqxml -PORTVERSION= 1.0.2 +PORTVERSION= 1.1.0 CATEGORIES= textproc ruby MASTER_SITES= http://www.io.com/~jimm/downloads/nqxml/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -23,8 +23,9 @@ DOCS= ChangeLog README Credits TODO do-install: cd ${WRKSRC} && ${RUBY} install.rb .if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME} + ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}/dispatcher ${INSTALL_DATA} ${WRKSRC}/examples/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/ + ${INSTALL_DATA} ${WRKSRC}/contrib/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/dispatcher/ ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME} .for f in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ diff --git a/textproc/ruby-nqxml/distinfo b/textproc/ruby-nqxml/distinfo index ed18355..a55ec08 100644 --- a/textproc/ruby-nqxml/distinfo +++ b/textproc/ruby-nqxml/distinfo @@ -1 +1 @@ -MD5 (ruby/nqxml-1.0.2.tar.gz) = fa6f391afd49a2907d32a542034d5139 +MD5 (ruby/nqxml-1.1.0.tar.gz) = 11fa2cd2202bfdd0d1a8aeca91f16893 diff --git a/textproc/ruby-nqxml/pkg-plist b/textproc/ruby-nqxml/pkg-plist index 671d027..c6eccc5 100644 --- a/textproc/ruby-nqxml/pkg-plist +++ b/textproc/ruby-nqxml/pkg-plist @@ -1,3 +1,4 @@ +%%RUBY_SITELIBDIR%%/nqxml/dispatcher.rb %%RUBY_SITELIBDIR%%/nqxml/document.rb %%RUBY_SITELIBDIR%%/nqxml/entities.rb %%RUBY_SITELIBDIR%%/nqxml/error.rb @@ -20,6 +21,9 @@ %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/nqxml/write.rb %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/nqxml/writeManualDoc.rb %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/nqxml/writeParsedDoc.rb +%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/nqxml/dispatcher/autodis_1.rb +%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/nqxml/dispatcher/autodis_2.rb +%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/nqxml/dispatcher %%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/nqxml %%PORTDOCS%%%%RUBY_DOCDIR%%/nqxml/ChangeLog %%PORTDOCS%%%%RUBY_DOCDIR%%/nqxml/Credits |