Created attachment 188037 [details] build failure in stage-qa Above mentioned port fails stage-qa consistently in poudriere due to use of /bin/bash. Build log attached.
Created attachment 188041 [details] rubygem-rspec-its.patch
(In reply to Phillip R. Jaenke from comment #0) Thanks for reporting. I wrote a patch for this problem. Please apply the attached 'rubygem-rspec-its.patch' to Ports tree. Thank you.
Confirmed that patch works perfectly, thanks very much!
I checked 'script/test_all' script works with /bin/sh. It is no need to change my patch. Please commit `rubygem-rspec-its.patch`. Thank you.
A commit references this bug: Author: pizzamig Date: Tue Nov 21 12:43:11 UTC 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 Changes: head/devel/rubygem-rspec-its/Makefile
A commit references this bug: Author: pizzamig Date: Mon Nov 27 21:47:44 UTC 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) Changes: _U branches/2017Q4/ branches/2017Q4/devel/rubygem-rspec-its/Makefile
Committed! Thanks!