svn commit: r454994 - branches/2017Q4/devel/rubygem-rspec-its

Luca Pizzamiglio pizzamig at FreeBSD.org
Mon Nov 27 21:47:45 UTC 2017


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 at rootwyrm.com
  Reviewed by:	naito.yuichiro at 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>


More information about the svn-ports-all mailing list