Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Apr 2016 18:51:53 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r413901 - head/sysutils/mcollective
Message-ID:  <201604231851.u3NIpskb077469@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sat Apr 23 18:51:53 2016
New Revision: 413901
URL: https://svnweb.freebsd.org/changeset/ports/413901

Log:
  sysutils/mcollective: convert to USES=shebangfiles

Modified:
  head/sysutils/mcollective/Makefile

Modified: head/sysutils/mcollective/Makefile
==============================================================================
--- head/sysutils/mcollective/Makefile	Sat Apr 23 18:44:22 2016	(r413900)
+++ head/sysutils/mcollective/Makefile	Sat Apr 23 18:51:53 2016	(r413901)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mcollective
 PORTVERSION=	2.8.2
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://downloads.puppetlabs.com/${PORTNAME}/
 
@@ -16,9 +17,10 @@ RUN_DEPENDS=	rubygem-stomp>=0:devel/ruby
 
 NO_BUILD=	yes
 USE_RUBY=	yes
+USES=		shebangfix
 USE_RC_SUBR=	mcollectived
 
-RUBY_SHEBANG_FILES=	bin/mcollectived bin/mco
+SHEBANG_FILES=	bin/mcollectived bin/mco
 CFG_FILES=	client.cfg data-help.erb discovery-help.erb facts.yaml \
 		metadata-help.erb rpc-help.erb server.cfg
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604231851.u3NIpskb077469>