Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Nov 2017 21:47:44 +0000 (UTC)
From:      Luca Pizzamiglio <pizzamig@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r454994 - branches/2017Q4/devel/rubygem-rspec-its
Message-ID:  <201711272147.vARLliiI086855@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pizzamig
Date: Mon Nov 27 21:47:44 2017
New Revision: 454994
URL: https://svnweb.freebsd.org/changeset/ports/454994

Log:
  MFH: r454606
  
  devel/rubygem-rspec-its: Fix shebang
  
  PR:		223696
  Submitted by:	prj@rootwyrm.com
  Reviewed by:	naito.yuichiro@gmail.com (maintainer)
  Approved by:	olivier (mentor)
  Differential Revision:	https://reviews.freebsd.org/D13167
  
  Approved by:	ports-secteam (swills)

Modified:
  branches/2017Q4/devel/rubygem-rspec-its/Makefile
Directory Properties:
  branches/2017Q4/   (props changed)

Modified: branches/2017Q4/devel/rubygem-rspec-its/Makefile
==============================================================================
--- branches/2017Q4/devel/rubygem-rspec-its/Makefile	Mon Nov 27 21:38:06 2017	(r454993)
+++ branches/2017Q4/devel/rubygem-rspec-its/Makefile	Mon Nov 27 21:47:44 2017	(r454994)
@@ -3,6 +3,7 @@
 
 PORTNAME=	rspec-its
 PORTVERSION=	1.2.0
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -16,7 +17,10 @@ RUN_DEPENDS=	rubygem-rspec-core>=${PORTVERSION:R}:deve
 		rubygem-rspec-expectations>=${PORTVERSION:R}:devel/rubygem-rspec-expectations
 
 NO_ARCH=	yes
+USES=		gem shebangfix
+bash_CMD=	${SH}
+SHEBANG_FILES=	script/test_all
+
 USE_RUBY=	yes
-USES=		gem
 
 .include <bsd.port.mk>



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