Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Aug 2015 10:09:01 +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: r394446 - head/devel/rubygem-rubyinline
Message-ID:  <201508171009.t7HA91ca013671@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Aug 17 10:09:00 2015
New Revision: 394446
URL: https://svnweb.freebsd.org/changeset/ports/394446

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

Modified:
  head/devel/rubygem-rubyinline/Makefile

Modified: head/devel/rubygem-rubyinline/Makefile
==============================================================================
--- head/devel/rubygem-rubyinline/Makefile	Mon Aug 17 09:21:37 2015	(r394445)
+++ head/devel/rubygem-rubyinline/Makefile	Mon Aug 17 10:09:00 2015	(r394446)
@@ -3,6 +3,7 @@
 
 PORTNAME=	rubyinline
 PORTVERSION=	3.12.4
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 DISTNAME=	RubyInline-${PORTVERSION}
@@ -21,5 +22,8 @@ NO_ARCH=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
+USES=		shebangfix
+SHEBANG_FILES=	tutorial/example1.rb \
+		tutorial/example2.rb
 
 .include <bsd.port.mk>



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