summaryrefslogtreecommitdiff
path: root/community/passenger
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-06-27 11:00:34 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-06-27 11:00:34 -0300
commit6fa19b4570c3cef91cf336bbefd6b9583e89ecce (patch)
tree62facaa87cc6fd640437cc18226ca853496a4a02 /community/passenger
parent57fc26a638bd3856b660dd8839999d5bab9bfeac (diff)
parent5aee7ab49f65d6fee1182bfcacf92192ad36c4af (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/moreutils/PKGBUILD core/iputils/PKGBUILD libre/texlive-bin-libre/PKGBUILD testing/openldap/PKGBUILD
Diffstat (limited to 'community/passenger')
-rw-r--r--community/passenger/PKGBUILD13
1 files changed, 5 insertions, 8 deletions
diff --git a/community/passenger/PKGBUILD b/community/passenger/PKGBUILD
index 38fa509ea..e079d256a 100644
--- a/community/passenger/PKGBUILD
+++ b/community/passenger/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 70838 2012-05-17 15:56:46Z spupykin $
+# $Id: PKGBUILD 72940 2012-06-25 10:53:59Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=passenger
-pkgver=3.0.12
+pkgver=3.0.13
pkgrel=1
-_pkgdlnr=76005
+_pkgdlnr=76249
pkgdesc="mod_rails passenger"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.modrails.com"
@@ -14,16 +14,13 @@ makedepends=('apache')
install=passenger.install
options=('!emptydirs')
source=(http://rubyforge.org/frs/download.php/${_pkgdlnr}/passenger-$pkgver.tar.gz
- passenger-install-apache2-module.patch
build-fix-git-2012-05-17.diff)
-md5sums=('fedcf948a46b76e00ddd25527dac4b6d'
- '3d04eba10c55a955c378678d5df8497f'
+md5sums=('1b3a65c77feee86e64891daae66c0c3d'
'e2d3409bae3676232f411f03abac440c')
build(){
cd $srcdir/passenger-$pkgver
-# patch bin/passenger-install-apache2-module <$srcdir/passenger-install-apache2-module.patch
- patch -p1 <$srcdir/build-fix-git-2012-05-17.diff
+# patch -p1 <$srcdir/build-fix-git-2012-05-17.diff
./bin/passenger-install-apache2-module -a
rake nginx