svn commit: r396612 - head/devel/rubygem-foreman

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Sep 10 22:44:15 UTC 2015


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

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

Modified:
  head/devel/rubygem-foreman/Makefile

Modified: head/devel/rubygem-foreman/Makefile
==============================================================================
--- head/devel/rubygem-foreman/Makefile	Thu Sep 10 22:43:23 2015	(r396611)
+++ head/devel/rubygem-foreman/Makefile	Thu Sep 10 22:44:14 2015	(r396612)
@@ -2,6 +2,7 @@
 
 PORTNAME=	foreman
 PORTVERSION=	0.78.0
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -17,6 +18,8 @@ NO_ARCH=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
+USES=		shebangfix
+SHEBANG_FILES=	spec/resources/bin/env
 
 PLIST_FILES=	bin/foreman
 


More information about the svn-ports-head mailing list