diff options
author | Francesco Colista <francesco.colista@gmail.com> | 2013-05-20 20:53:08 +0000 |
---|---|---|
committer | Francesco Colista <francesco.colista@gmail.com> | 2013-05-20 20:53:24 +0000 |
commit | b565b018e4591f5fb1bd76275c347cfce8076212 (patch) | |
tree | 64b87a0c79da5bafff1504082a67db8430557857 /testing/apache2-mod-wsgi | |
parent | 98f79460df6cf28f150e4bca1a7f976d3d0fe331 (diff) | |
download | aports-b565b018e4591f5fb1bd76275c347cfce8076212.tar.bz2 aports-b565b018e4591f5fb1bd76275c347cfce8076212.tar.xz |
testing/apache2-mod-wsgi: upgrade to 3.4
Diffstat (limited to 'testing/apache2-mod-wsgi')
-rw-r--r-- | testing/apache2-mod-wsgi/APKBUILD | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/testing/apache2-mod-wsgi/APKBUILD b/testing/apache2-mod-wsgi/APKBUILD index 14b4a644f..4670eb8c2 100644 --- a/testing/apache2-mod-wsgi/APKBUILD +++ b/testing/apache2-mod-wsgi/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Matt Smith <mcs@darkregion.net> pkgname=apache2-mod-wsgi _realname=mod_wsgi -pkgver=3.3 -pkgrel=2 +pkgver=3.4 +pkgrel=0 pkgdesc="Python WSGI Module for Apache2" url="http://code.google.com/p/modwsgi/" arch="all" @@ -22,7 +22,7 @@ build() { cd "$_builddir" CFLAGS="" CXXFLAGS="" CPPFLAGS="" \ ./configure --prefix=/usr \ - --with-apxs=/usr/sbin/apxs \ + --with-apxs=/usr/bin/apxs \ --with-python=/usr/bin/python || return 1 make || return 1 } @@ -47,5 +47,9 @@ doc() { done } -md5sums="6172bb2bbabcd0c25867c2bc06f99dbb mod_wsgi-3.3.tar.gz +md5sums="f42d69190ea0c337ef259cbe8d94d985 mod_wsgi-3.4.tar.gz e1795e051e7aae1f865fde0d3b86a507 apache2-mod-wsgi.apache2.conf" +sha256sums="ae85c98e9e146840ab3c3e4490e6774f9bef0f99b9f679fca786b2adb5b4b6e8 mod_wsgi-3.4.tar.gz +8196a509f90fa10b9464d1c58f4a13d558259e863ccc2761ee1e2c2fcd323f45 apache2-mod-wsgi.apache2.conf" +sha512sums="55b5a4fc4553f4a41fa064062c9f15800c493ff50397399ef053398920333b92290118fd920d1179d153b8602ec169c3919bec51f8f7f9f28223580dd01c472c mod_wsgi-3.4.tar.gz +5b36a458bd3539e58ea61ec405c4f5c5e0001a644263b0e1f8421a5c7fc7884b6df1355674a9d9b610780b5e9db6ce66d0ae1bbc0e512ecb027c3757209152c8 apache2-mod-wsgi.apache2.conf" |