svn commit: r394654 - head/devel/rubygem-multi_test

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Aug 18 20:15:50 UTC 2015


Author: amdmi3
Date: Tue Aug 18 20:15:49 2015
New Revision: 394654
URL: https://svnweb.freebsd.org/changeset/ports/394654

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

Modified:
  head/devel/rubygem-multi_test/Makefile

Modified: head/devel/rubygem-multi_test/Makefile
==============================================================================
--- head/devel/rubygem-multi_test/Makefile	Tue Aug 18 20:02:50 2015	(r394653)
+++ head/devel/rubygem-multi_test/Makefile	Tue Aug 18 20:15:49 2015	(r394654)
@@ -2,6 +2,7 @@
 
 PORTNAME=	multi_test
 PORTVERSION=	0.1.2
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -15,5 +16,7 @@ NO_ARCH=	yes
 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-all mailing list