Date: Thu, 3 Sep 2015 16:23:37 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395991 - head/biology/ruby-bio Message-ID: <201509031623.t83GNbdN034260@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Sep 3 16:23:37 2015 New Revision: 395991 URL: https://svnweb.freebsd.org/changeset/ports/395991 Log: - Add LICENSE - Add NO_ARCH - Use BROKEN_RUBY22 - While I'm here, use single space after WWW: Approved by: portmgr (blanket) With hat: ruby Modified: head/biology/ruby-bio/Makefile head/biology/ruby-bio/pkg-descr Modified: head/biology/ruby-bio/Makefile ============================================================================== --- head/biology/ruby-bio/Makefile Thu Sep 3 16:23:32 2015 (r395990) +++ head/biology/ruby-bio/Makefile Thu Sep 3 16:23:37 2015 (r395991) @@ -12,10 +12,16 @@ DIST_SUBDIR= ruby MAINTAINER= mauricio@arareko.net COMMENT= Integrated environment for Bioinformatics written in Ruby +LICENSE= GPLv2 RUBY +LICENSE_COMB= dual + +BROKEN_RUBY22= yes + OPTIONS_DEFINE= XMLPARSER BDB4 MYSQL PGSQL DOCS XMLPARSER_DESC= xmlparser support for faster Blast processing BDB4_DESC= bdb4 support for faster flat file indexing +NO_ARCH= yes USES= shebangfix USE_RUBY= yes USE_RUBY_SETUP= yes @@ -44,10 +50,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/doc/*.rd ${STAGEDIR}${RUBY_MODDOCDIR}/ ${INSTALL_DATA} ${WRKSRC}/doc/*.rd.ja ${STAGEDIR}${RUBY_MODDOCDIR}/ja/ -.include <bsd.port.pre.mk> - -.if ${RUBY_VER} >= 2.2 -BROKEN= Does not build -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/biology/ruby-bio/pkg-descr ============================================================================== --- head/biology/ruby-bio/pkg-descr Thu Sep 3 16:23:32 2015 (r395990) +++ head/biology/ruby-bio/pkg-descr Thu Sep 3 16:23:37 2015 (r395991) @@ -1,4 +1,4 @@ BioRuby project aims to implement integrated environment for Bioinformatics by using Ruby. -WWW: http://bioruby.org/ +WWW: http://bioruby.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509031623.t83GNbdN034260>