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

Dirk Meyer dinoex at FreeBSD.org
Sun Sep 21 09:51:19 UTC 2014


Author: dinoex
Date: Sun Sep 21 09:51:18 2014
New Revision: 368736
URL: http://svnweb.freebsd.org/changeset/ports/368736
QAT: https://qat.redports.org/buildarchive/r368736/

Log:
  - update RUN_DEPENDS for rubygems-dbi

Modified:
  head/biology/ruby-bio/Makefile

Modified: head/biology/ruby-bio/Makefile
==============================================================================
--- head/biology/ruby-bio/Makefile	Sun Sep 21 09:44:03 2014	(r368735)
+++ head/biology/ruby-bio/Makefile	Sun Sep 21 09:51:18 2014	(r368736)
@@ -26,8 +26,8 @@ ruby_OLD_CMD=	/usr/proj/bioruby/bin/ruby
 
 XML_PARSER_RUN_DEPENDS=	${RUBY_SITEARCHLIBDIR}/xmlparser.so:${PORTSDIR}/textproc/ruby-xmlparser
 BDB4_RUN_DEPENDS=	${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb
-MYSQL_RUN_DEPENDS=	${RUBY_SITELIBDIR}/DBD/Mysql/Mysql.rb:${PORTSDIR}/databases/ruby-dbd_mysql
-PGSQL_RUN_DEPENDS=	${RUBY_SITELIBDIR}/DBD/Pg/Pg.rb:${PORTSDIR}/databases/ruby-dbd_pg
+MYSQL_RUN_DEPENDS=	rubygem-dbd-mysql:${PORTSDIR}/databases/rubygem-dbd-mysql
+PGSQL_RUN_DEPENDS=	rubygem-dbd-pg:${PORTSDIR}/databases/rubygem-dbd-pg
 
 post-patch:
 	${RUBY} -i -pe 'gsub(%r"(/etc/bioinformatics/)") { "${PREFIX}" + $$1 }' \


More information about the svn-ports-head mailing list