Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Sep 2015 22:50:20 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396619 - head/devel/rubygem-bio
Message-ID:  <201509102250.t8AMoKVE041788@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Sep 10 22:50:19 2015
New Revision: 396619
URL: https://svnweb.freebsd.org/changeset/ports/396619

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket
  MFH:		2015Q3 (blanket)

Modified:
  head/devel/rubygem-bio/Makefile

Modified: head/devel/rubygem-bio/Makefile
==============================================================================
--- head/devel/rubygem-bio/Makefile	Thu Sep 10 22:50:01 2015	(r396618)
+++ head/devel/rubygem-bio/Makefile	Thu Sep 10 22:50:19 2015	(r396619)
@@ -3,6 +3,7 @@
 
 PORTNAME=	bio
 PORTVERSION=	1.4.3.0001
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -17,6 +18,9 @@ NO_ARCH=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
+USES=		shebangfix
+SHEBANG_FILES=	sample/biofetch.rb
+ruby_OLD_CMD=	/usr/proj/bioruby/bin/ruby
 
 PLIST_FILES=	bin/bioruby \
 		bin/br_biofetch.rb \



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