svn commit: r394452 - branches/2015Q3/devel/rubygem-rubyinline

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Aug 17 12:02:37 UTC 2015


Author: amdmi3
Date: Mon Aug 17 12:02:36 2015
New Revision: 394452
URL: https://svnweb.freebsd.org/changeset/ports/394452

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

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

Modified: branches/2015Q3/devel/rubygem-rubyinline/Makefile
==============================================================================
--- branches/2015Q3/devel/rubygem-rubyinline/Makefile	Mon Aug 17 11:03:12 2015	(r394451)
+++ branches/2015Q3/devel/rubygem-rubyinline/Makefile	Mon Aug 17 12:02:36 2015	(r394452)
@@ -3,6 +3,7 @@
 
 PORTNAME=	rubyinline
 PORTVERSION=	3.12.4
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 DISTNAME=	RubyInline-${PORTVERSION}
@@ -19,5 +20,8 @@ GEM_NAME=	${DISTNAME}
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
+USES=		shebangfix
+SHEBANG_FILES=	tutorial/example1.rb \
+		tutorial/example2.rb
 
 .include <bsd.port.mk>


More information about the svn-ports-branches mailing list