svn commit: r413901 - head/sysutils/mcollective

Steve Wills swills at FreeBSD.org
Sat Apr 23 18:51:55 UTC 2016


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
 


More information about the svn-ports-all mailing list