Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 May 2015 07:15:00 +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: r387110 - in head/devel: . rubygem-bio rubygem-bioruby
Message-ID:  <201505230715.t4N7F0Su073224@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat May 23 07:15:00 2015
New Revision: 387110
URL: https://svnweb.freebsd.org/changeset/ports/387110

Log:
  - Move devel/rubygem-bioruby to devel/rubygem-bio
  - Add LICENSE

Added:
  head/devel/rubygem-bio/
     - copied from r387025, head/devel/rubygem-bioruby/
Deleted:
  head/devel/rubygem-bioruby/
Modified:
  head/devel/Makefile
  head/devel/rubygem-bio/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat May 23 07:14:54 2015	(r387109)
+++ head/devel/Makefile	Sat May 23 07:15:00 2015	(r387110)
@@ -4432,7 +4432,7 @@
     SUBDIR += rubygem-benelux
     SUBDIR += rubygem-bin_utils
     SUBDIR += rubygem-bindata
-    SUBDIR += rubygem-bioruby
+    SUBDIR += rubygem-bio
     SUBDIR += rubygem-blankslate
     SUBDIR += rubygem-blockenspiel
     SUBDIR += rubygem-bones

Modified: head/devel/rubygem-bio/Makefile
==============================================================================
--- head/devel/rubygem-bioruby/Makefile	Fri May 22 13:56:47 2015	(r387025)
+++ head/devel/rubygem-bio/Makefile	Sat May 23 07:15:00 2015	(r387110)
@@ -1,24 +1,25 @@
 # Created by: Wen Heping <wenheping@gmail.com>
 # $FreeBSD$
 
-PORTNAME=	bioruby
+PORTNAME=	bio
 PORTVERSION=	1.4.3.0001
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
-DISTNAME=	bio-${PORTVERSION}
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Integrated environment for Bioinformatics written in Ruby
 
+LICENSE=	GPLv2 RUBY
+LICENSE_COMB=	dual
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
 PLIST_FILES=	bin/bioruby \
 		bin/br_biofetch.rb \
 		bin/br_bioflat.rb \
 		bin/br_biogetseq.rb \
 		bin/br_pmfetch.rb
 
-USE_RUBY=	yes
-USE_RUBYGEMS=	yes
-RUBYGEM_AUTOPLIST=	yes
-GEM_NAME=	${DISTNAME}
-
 .include <bsd.port.mk>



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