svn commit: r387110 - in head/devel: . rubygem-bio rubygem-bioruby

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 23 07:15:01 UTC 2015


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 at gmail.com>
 # $FreeBSD$
 
-PORTNAME=	bioruby
+PORTNAME=	bio
 PORTVERSION=	1.4.3.0001
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
-DISTNAME=	bio-${PORTVERSION}
 
 MAINTAINER=	ruby at 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>


More information about the svn-ports-head mailing list