diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-08-22 15:46:48 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-08-22 15:46:48 +0200 |
commit | 06dc337f60287526f4db95ce79a2ea506023bffa (patch) | |
tree | 1eecfa4a004b96e68b0be4da4b9a9f797f1e633b /community/passenger/PKGBUILD | |
parent | f4e7589d7749be9ccaf3d1db51808ea1ab7c3282 (diff) | |
parent | e9509842445d4a99493d1b643ffdafdca62263ae (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/python-mpi4py/PKGBUILD
community/python-psutil/PKGBUILD
extra/kdepim/PKGBUILD
extra/libgtop/PKGBUILD
libre/bitlbee-libre/PKGBUILD
Diffstat (limited to 'community/passenger/PKGBUILD')
-rw-r--r-- | community/passenger/PKGBUILD | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/community/passenger/PKGBUILD b/community/passenger/PKGBUILD index a21b13a8a..0fa1263b2 100644 --- a/community/passenger/PKGBUILD +++ b/community/passenger/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 94307 2013-07-19 15:21:45Z spupykin $ +# $Id: PKGBUILD 96150 2013-08-20 11:37:13Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=passenger -pkgver=4.0.10 +pkgver=4.0.14 pkgrel=1 pkgdesc="mod_rails passenger" arch=('i686' 'x86_64' 'mips64el') @@ -14,13 +14,15 @@ makedepends=('apache') install=passenger.install options=('!emptydirs') source=($pkgname-$pkgver.tar.gz::https://github.com/FooBarWidget/passenger/archive/release-$pkgver.tar.gz) -md5sums=('a30ec12f12923aedd42ed2747903f65a') +md5sums=('064ba40c29364351e2a67c2ac6a13ce4') -build(){ +prepare() { cd $srcdir/passenger-release-$pkgver + sed -i '1,1i#include <stdint.h>' ext/common/Utils/MD5.cpp +} -# sed -i 's/env python/env python2/' lib/phusion_passenger/wsgi/request_handler.py - +build(){ + cd $srcdir/passenger-release-$pkgver ./bin/passenger-install-apache2-module -a rake nginx } |