Fix build
was failing with: Error: '/bin/bash' is an invalid shebang you need USES=shebangfix for 'lib/ruby/gems/2.4/gems/passenger-5.1.12/dev/ci/tests/debian/run' Error: '/bin/bash' is an invalid shebang you need USES=shebangfix for 'lib/ruby/gems/2.4/gems/passenger-5.1.12/dev/ci/tests/rpm/run' Error: '/usr/local/bin/python2' is an invalid shebang you need USES=shebangfix for 'lib/ruby/gems/2.4/gems/passenger-5.1.12/src/cxx_supportlib/vendor-copy/libuv/gyp_uv.py' Approved by: portmgr@ (blanket approval)
This commit is contained in:
parent
693fb8aec0
commit
2ec021b5f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=459268
1 changed files with 4 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= passenger
|
||||
PORTVERSION= 5.1.12
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMEPREFIX= rubygem-
|
||||
|
@ -28,12 +29,14 @@ OPTIONS_DEFAULT= APACHE22
|
|||
|
||||
USE_RUBY= yes
|
||||
RAKE_BIN= ${LOCALBASE}/bin/rake
|
||||
USES= cpe gem libtool shebangfix ssl
|
||||
USES= cpe gem libtool python:env shebangfix ssl
|
||||
SHEBANG_FILES= \
|
||||
src/cxx_supportlib/vendor-copy/libuv/gyp_uv.py \
|
||||
dev/vagrant/nginx_start \
|
||||
dev/vagrant/provision.sh \
|
||||
dev/ci/run-tests-with-docker \
|
||||
dev/ci/tests/debian/run \
|
||||
dev/ci/tests/rpm/run \
|
||||
dev/ci/scripts/setup-host-natively.sh \
|
||||
dev/ci/scripts/docker-entrypoint-stage2.sh \
|
||||
dev/ci/scripts/inituidgid \
|
||||
|
|
Loading…
Reference in a new issue