svn commit: r396613 - branches/2015Q3/devel/rubygem-foreman

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Sep 10 22:46:17 UTC 2015


Author: amdmi3
Date: Thu Sep 10 22:46:16 2015
New Revision: 396613
URL: https://svnweb.freebsd.org/changeset/ports/396613

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

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

Modified: branches/2015Q3/devel/rubygem-foreman/Makefile
==============================================================================
--- branches/2015Q3/devel/rubygem-foreman/Makefile	Thu Sep 10 22:44:14 2015	(r396612)
+++ branches/2015Q3/devel/rubygem-foreman/Makefile	Thu Sep 10 22:46:16 2015	(r396613)
@@ -2,6 +2,7 @@
 
 PORTNAME=	foreman
 PORTVERSION=	0.78.0
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -15,6 +16,8 @@ RUN_DEPENDS=	rubygem-thor>=0.19.1:${PORT
 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-all mailing list