Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 May 2020 14:22:09 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r534089 - head/biology/ruby-bio
Message-ID:  <202005051422.045EM9Vj034211@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005051422.045EM9Vj034211>