diff options
author | knu <knu@FreeBSD.org> | 2001-03-09 16:44:50 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-03-09 16:44:50 +0000 |
commit | d31ac00d6c7ba84d83a114421eb302444bf57099 (patch) | |
tree | dda84b05556777ddd45bd8abe41b5e09440c8077 | |
parent | a86095ebd78765e4a95a94cac9dee01232a402e1 (diff) | |
download | FreeBSD-ports-d31ac00d6c7ba84d83a114421eb302444bf57099.zip FreeBSD-ports-d31ac00d6c7ba84d83a114421eb302444bf57099.tar.gz |
Use expat2 (1.95.1) rather than expat (1.2).
-rw-r--r-- | textproc/ruby-xmlparser/Makefile | 11 | ||||
-rw-r--r-- | textproc/ruby-xmlparser/pkg-plist | 8 |
2 files changed, 2 insertions, 17 deletions
diff --git a/textproc/ruby-xmlparser/Makefile b/textproc/ruby-xmlparser/Makefile index 10a0560..bc08554 100644 --- a/textproc/ruby-xmlparser/Makefile +++ b/textproc/ruby-xmlparser/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmlparser PORTVERSION= 0.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc ruby MASTER_SITES= http://www.yoshidam.net/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -29,16 +29,10 @@ USE_RUBY_RD= yes PERL_ARCHLIB= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH} WRKSRC= ${WRKDIR}/${PORTNAME} -CONFIGURE_ARGS= --with-perl-enc-map \ - --with-xmlparse-include="${LOCALBASE}/include/xml" \ - --with-xmltok-include="${LOCALBASE}/include/xml" +CONFIGURE_ARGS= --with-perl-enc-map INSTALL_TARGET= site-install EXAMPLES_EN= dtd/ext1.dtd dtd/ext2.dtd dtd/extdtd.rb dtd/extdtd.xml \ - expat-1.2/ext.ent expat-1.2/exttest.rb \ - expat-1.2/exttesti.rb expat-1.2/hoge.dtd \ - expat-1.2/idtest.rb expat-1.2/idtest.xml \ - expat-1.2/xmlextparser.rb \ namespaces/namespace1.rb namespaces/namespace1.xml \ namespaces/namespace2.rb namespaces/namespace2.xml \ digesttest.rb doctype.rb doctype.xml doctypei.rb \ @@ -58,7 +52,6 @@ post-patch: post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_EXAMPLESDIR}/xmlparser/dtd - ${MKDIR} ${RUBY_EXAMPLESDIR}/xmlparser/expat-1.2 ${MKDIR} ${RUBY_EXAMPLESDIR}/xmlparser/namespaces ${MKDIR} ${RUBY_EXAMPLESDIR}/xmlparser/ja .for f in ${EXAMPLES_EN} diff --git a/textproc/ruby-xmlparser/pkg-plist b/textproc/ruby-xmlparser/pkg-plist index db4be08..4170059 100644 --- a/textproc/ruby-xmlparser/pkg-plist +++ b/textproc/ruby-xmlparser/pkg-plist @@ -13,13 +13,6 @@ %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/dtd/ext2.dtd %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/dtd/extdtd.rb %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/dtd/extdtd.xml -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/expat-1.2/ext.ent -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/expat-1.2/exttest.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/expat-1.2/exttesti.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/expat-1.2/hoge.dtd -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/expat-1.2/idtest.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/expat-1.2/idtest.xml -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/expat-1.2/xmlextparser.rb %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/namespaces/namespace1.rb %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/namespaces/namespace1.xml %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/namespaces/namespace2.rb @@ -59,7 +52,6 @@ %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/xmlstats.rb %%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/xmlparser/ja %%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/xmlparser/namespaces -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/xmlparser/expat-1.2 %%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/xmlparser/dtd %%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/xmlparser %%PORTDOCS%%%%RUBY_DOCDIR%%/xmlparser/ja/README.ja |