Update passenger

Use 'passenger-config compile-nginx-engine' instead of the deprecated
'rake webhelper' task.

Closes Homebrew/homebrew#45156.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Hongli Lai (Phusion) 2015-10-19 20:48:15 +02:00 committed by Mike McQuaid
parent bca22ff551
commit b29d06e1e3

View file

@ -21,7 +21,8 @@ class Passenger < Formula
def install
rake "apache2" if build.with? "apache2-module"
rake "nginx"
rake "webhelper"
system("/usr/bin/ruby ./bin/passenger-config compile-nginx-engine")
(libexec/"download_cache").mkpath