svn commit: r394655 - branches/2015Q3/devel/rubygem-multi_test

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Aug 18 20:16:53 UTC 2015


Author: amdmi3
Date: Tue Aug 18 20:16:52 2015
New Revision: 394655
URL: https://svnweb.freebsd.org/changeset/ports/394655

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

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

Modified: branches/2015Q3/devel/rubygem-multi_test/Makefile
==============================================================================
--- branches/2015Q3/devel/rubygem-multi_test/Makefile	Tue Aug 18 20:15:49 2015	(r394654)
+++ branches/2015Q3/devel/rubygem-multi_test/Makefile	Tue Aug 18 20:16:52 2015	(r394655)
@@ -2,6 +2,7 @@
 
 PORTNAME=	multi_test
 PORTVERSION=	0.1.2
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -13,5 +14,7 @@ LICENSE=	MIT
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
+USES=		shebangfix
+SHEBANG_FILES=	test/all test/run
 
 .include <bsd.port.mk>


More information about the svn-ports-branches mailing list