svn commit: r454606 - head/devel/rubygem-rspec-its

Luca Pizzamiglio pizzamig at FreeBSD.org
Tue Nov 21 12:43:12 UTC 2017


Author: pizzamig
Date: Tue Nov 21 12:43:10 2017
New Revision: 454606
URL: https://svnweb.freebsd.org/changeset/ports/454606

Log:
  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)
  MFH:		2017Q4
  Differential Revision:	https://reviews.freebsd.org/D13167

Modified:
  head/devel/rubygem-rspec-its/Makefile

Modified: head/devel/rubygem-rspec-its/Makefile
==============================================================================
--- head/devel/rubygem-rspec-its/Makefile	Tue Nov 21 12:27:12 2017	(r454605)
+++ head/devel/rubygem-rspec-its/Makefile	Tue Nov 21 12:43:10 2017	(r454606)
@@ -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