Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Sep 2015 22:40:11 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396609 - head/sysutils/rubygem-r10k
Message-ID:  <201509102240.t8AMeB6i034110@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Sep 10 22:40:10 2015
New Revision: 396609
URL: https://svnweb.freebsd.org/changeset/ports/396609

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/rubygem-r10k/Makefile

Modified: head/sysutils/rubygem-r10k/Makefile
==============================================================================
--- head/sysutils/rubygem-r10k/Makefile	Thu Sep 10 22:39:38 2015	(r396608)
+++ head/sysutils/rubygem-r10k/Makefile	Thu Sep 10 22:40:10 2015	(r396609)
@@ -2,6 +2,7 @@
 
 PORTNAME=	r10k
 PORTVERSION=	2.0.3
+PORTREVISION=	1
 CATEGORIES=	sysutils rubygems
 MASTER_SITES=	RG
 
@@ -25,6 +26,14 @@ NO_ARCH=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
+USES=		shebangfix
+SHEBANG_FILES=	integration/scripts/*.sh \
+		integration/test_run_scripts/*.sh \
+		integration/test_run_scripts/basic_functionality/all_tests-pe-centos6.sh \
+		integration/test_run_scripts/command_line/all_tests-pe-centos6.sh \
+		integration/test_run_scripts/git_source/all_tests-pe-centos6.sh \
+		integration/test_run_scripts/user_scenario/basic_workflow/all_tests-pe-centos6.sh \
+		integration/test_run_scripts/user_scenario/complex_workflow/all_tests-pe-centos6.sh
 
 PLIST_FILES=	bin/r10k
 



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