summaryrefslogtreecommitdiff
path: root/community/passenger
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-12-18 02:35:48 -0800
committerroot <root@rshg054.dnsready.net>2012-12-18 02:35:48 -0800
commit7862d070a23260c281e227dabd498b99fa8a44a9 (patch)
treec3c4075da0032d20a2220092c8272142775b8d43 /community/passenger
parentbfa298276aad0011c7ac64738d521600e76c3628 (diff)
Tue Dec 18 02:33:35 PST 2012
Diffstat (limited to 'community/passenger')
-rw-r--r--community/passenger/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/community/passenger/PKGBUILD b/community/passenger/PKGBUILD
index 2da31657d..8d16a5344 100644
--- a/community/passenger/PKGBUILD
+++ b/community/passenger/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 75886 2012-09-04 15:32:16Z spupykin $
+# $Id: PKGBUILD 81317 2012-12-17 13:56:57Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=passenger
pkgver=3.0.17
-pkgrel=1
+pkgrel=2
_pkgdlnr=76398
pkgdesc="mod_rails passenger"
arch=('i686' 'x86_64')
@@ -14,14 +14,14 @@ depends=('ruby' 'ruby-rack' 'curl')
makedepends=('apache')
install=passenger.install
options=('!emptydirs')
-source=(http://rubyforge.org/frs/download.php/${_pkgdlnr}/passenger-$pkgver.tar.gz
- build-fix.patch)
-md5sums=('4ce8cac20e3c857bad621a6113d7268f'
- 'ee4699596dffb5357fdac4e3b2c98ee1')
+source=(http://rubyforge.org/frs/download.php/${_pkgdlnr}/passenger-$pkgver.tar.gz)
+md5sums=('4ce8cac20e3c857bad621a6113d7268f')
build(){
cd $srcdir/passenger-$pkgver
-# patch -p1 <$srcdir/build-fix.patch
+
+ sed -i 's/env python/env python2/' lib/phusion_passenger/wsgi/request_handler.py
+
./bin/passenger-install-apache2-module -a
rake nginx