svn commit: r459325 - branches/2018Q1/www/rubygem-passenger

Dan Langille dvl at FreeBSD.org
Thu Jan 18 14:09:11 UTC 2018


Author: dvl
Date: Thu Jan 18 14:09:10 2018
New Revision: 459325
URL: https://svnweb.freebsd.org/changeset/ports/459325

Log:
  MFH: r459268
  
  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)

Modified:
  branches/2018Q1/www/rubygem-passenger/Makefile
Directory Properties:
  branches/2018Q1/   (props changed)

Modified: branches/2018Q1/www/rubygem-passenger/Makefile
==============================================================================
--- branches/2018Q1/www/rubygem-passenger/Makefile	Thu Jan 18 13:33:30 2018	(r459324)
+++ branches/2018Q1/www/rubygem-passenger/Makefile	Thu Jan 18 14:09:10 2018	(r459325)
@@ -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 \


More information about the svn-ports-branches mailing list