svn commit: r396620 - branches/2015Q3/devel/rubygem-bio

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Sep 10 22:54:23 UTC 2015


Author: amdmi3
Date: Thu Sep 10 22:54:22 2015
New Revision: 396620
URL: https://svnweb.freebsd.org/changeset/ports/396620

Log:
  MFH: r396619
  
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam shebang fix blanket

Modified:
  branches/2015Q3/devel/rubygem-bio/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/devel/rubygem-bio/Makefile
==============================================================================
--- branches/2015Q3/devel/rubygem-bio/Makefile	Thu Sep 10 22:50:19 2015	(r396619)
+++ branches/2015Q3/devel/rubygem-bio/Makefile	Thu Sep 10 22:54:22 2015	(r396620)
@@ -3,6 +3,7 @@
 
 PORTNAME=	bio
 PORTVERSION=	1.4.3.0001
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -15,6 +16,9 @@ LICENSE_COMB=	dual
 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 \


More information about the svn-ports-all mailing list