svn commit: r534089 - head/biology/ruby-bio

Rene Ladan rene at FreeBSD.org
Tue May 5 14:22:10 UTC 2020


Author: rene
Date: Tue May  5 14:22:09 2020
New Revision: 534089
URL: https://svnweb.freebsd.org/changeset/ports/534089

Log:
  biology/ruby-bio: remove expired optional dependency on textproc/ruby-xmlparser

Modified:
  head/biology/ruby-bio/Makefile

Modified: head/biology/ruby-bio/Makefile
==============================================================================
--- head/biology/ruby-bio/Makefile	Tue May  5 14:19:05 2020	(r534088)
+++ head/biology/ruby-bio/Makefile	Tue May  5 14:22:09 2020	(r534089)
@@ -15,8 +15,7 @@ COMMENT=	Integrated environment for Bioinformatics wri
 LICENSE=	GPLv2 RUBY
 LICENSE_COMB=	dual
 
-OPTIONS_DEFINE=	XMLPARSER BDB4 MYSQL PGSQL DOCS
-XMLPARSER_DESC=	xmlparser support for faster Blast processing
+OPTIONS_DEFINE=	BDB4 MYSQL PGSQL DOCS
 BDB4_DESC=	bdb4 support for faster flat file indexing
 
 NO_ARCH=	yes
@@ -26,7 +25,6 @@ USE_RUBY_SETUP=	yes
 SHEBANG_FILES=	sample/biofetch.rb
 ruby_OLD_CMD=	/usr/proj/bioruby/bin/ruby
 
-XMLPARSER_RUN_DEPENDS=	${RUBY_SITEARCHLIBDIR}/xmlparser.so:textproc/ruby-xmlparser
 BDB4_RUN_DEPENDS=	${RUBY_SITEARCHLIBDIR}/bdb.so:databases/ruby-bdb
 MYSQL_RUN_DEPENDS=	rubygem-dbd-mysql>=0:databases/rubygem-dbd-mysql
 PGSQL_RUN_DEPENDS=	rubygem-dbd-pg>=0:databases/rubygem-dbd-pg


More information about the svn-ports-all mailing list