From owner-svn-ports-all@freebsd.org Thu Sep 3 16:23:38 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AA509C8C65; Thu, 3 Sep 2015 16:23:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B4601189; Thu, 3 Sep 2015 16:23:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t83GNcAH034262; Thu, 3 Sep 2015 16:23:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t83GNbdN034260; Thu, 3 Sep 2015 16:23:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509031623.t83GNbdN034260@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 3 Sep 2015 16:23:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395991 - head/biology/ruby-bio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Sep 2015 16:23:38 -0000 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 - -.if ${RUBY_VER} >= 2.2 -BROKEN= Does not build -.endif - -.include +.include 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/