From owner-svn-ports-head@freebsd.org Tue Nov 21 12:43:12 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A448DEDEF0; Tue, 21 Nov 2017 12:43:12 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA0166D039; Tue, 21 Nov 2017 12:43:11 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vALChAGx060870; Tue, 21 Nov 2017 12:43:10 GMT (envelope-from pizzamig@FreeBSD.org) Received: (from pizzamig@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vALChAG5060869; Tue, 21 Nov 2017 12:43:10 GMT (envelope-from pizzamig@FreeBSD.org) Message-Id: <201711211243.vALChAG5060869@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pizzamig set sender to pizzamig@FreeBSD.org using -f From: Luca Pizzamiglio Date: Tue, 21 Nov 2017 12:43:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454606 - head/devel/rubygem-rspec-its X-SVN-Group: ports-head X-SVN-Commit-Author: pizzamig X-SVN-Commit-Paths: head/devel/rubygem-rspec-its X-SVN-Commit-Revision: 454606 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Nov 2017 12:43:12 -0000 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@rootwyrm.com Reviewed by: naito.yuichiro@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