diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-04-04 10:08:32 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-04-04 10:08:32 +0000 |
commit | 8dd2260ab5cd9307c2bf503df9edf6875b202ba1 (patch) | |
tree | 583ef4538aed0f7bab78a536419858399ff62f01 /main/apache2-mod-wsgi | |
parent | 71e396004faa8cd5f1def549695b55f191920a64 (diff) | |
download | aports-8dd2260ab5cd9307c2bf503df9edf6875b202ba1.tar.bz2 aports-8dd2260ab5cd9307c2bf503df9edf6875b202ba1.tar.xz |
main/apache2-mod-wsgi: upgrade to 4.4.14
Diffstat (limited to 'main/apache2-mod-wsgi')
-rw-r--r-- | main/apache2-mod-wsgi/APKBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/main/apache2-mod-wsgi/APKBUILD b/main/apache2-mod-wsgi/APKBUILD index 1fce871274..5bcbdb1dec 100644 --- a/main/apache2-mod-wsgi/APKBUILD +++ b/main/apache2-mod-wsgi/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Matt Smith <mcs@darkregion.net> pkgname=apache2-mod-wsgi _realname=mod_wsgi -pkgver=4.4.13 +pkgver=4.4.14 pkgrel=0 pkgdesc="Python WSGI Module for Apache2" url="http://code.google.com/p/modwsgi/" @@ -16,9 +16,9 @@ subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/GrahamDumpleton/mod_wsgi/archive/$pkgver.tar.gz $pkgname.apache2.conf" -_builddir="$srcdir"/$_realname-$pkgver +builddir="$srcdir"/$_realname-$pkgver build() { - cd "$_builddir" + cd "$builddir" CFLAGS="" CXXFLAGS="" CPPFLAGS="" \ ./configure --prefix=/usr \ --with-apxs=/usr/bin/apxs \ @@ -27,7 +27,7 @@ build() { } package() { - cd "$_builddir" + cd "$builddir" make DESTDIR="$pkgdir" install || return 1 install -Dm644 "$srcdir"/$pkgname.apache2.conf \ "$pkgdir"/etc/apache2/conf.d/wsgi-module.conf || return 1 @@ -35,9 +35,9 @@ package() { "$pkgdir"/usr/share/doc/$pkgname/LICENSE || return 1 } -md5sums="69de4d90e1c47ca66ca227b009332a76 apache2-mod-wsgi-4.4.13.tar.gz +md5sums="04f1f2b79d933f246da50e960605d5fd apache2-mod-wsgi-4.4.14.tar.gz e1795e051e7aae1f865fde0d3b86a507 apache2-mod-wsgi.apache2.conf" -sha256sums="e7a84e4af0da953070ab993268118791c7d3c7383d99e8b1c2e0ff88eb29c286 apache2-mod-wsgi-4.4.13.tar.gz +sha256sums="6837961d246a53f0aa5954c8dc83cbed2d97ea4b1d5f92609258ac2647cb6e7b apache2-mod-wsgi-4.4.14.tar.gz 8196a509f90fa10b9464d1c58f4a13d558259e863ccc2761ee1e2c2fcd323f45 apache2-mod-wsgi.apache2.conf" -sha512sums="e3a057534a6bfbc974d8159df7e926ac47a4ac58f691a2e23dbe98d07a7f82244ef3554386766a0d7b0ad8592bcea15e9570edd793de0031a04e2fd081144a56 apache2-mod-wsgi-4.4.13.tar.gz +sha512sums="025e599ee79145d0dc85b4bc25e65fc2c5c79f5de1af6919fbcb22af2f8cb8a0b02f1f641be195726eba712f7040b9a5c5106d9d7e9f12edea42c4aa59c724e6 apache2-mod-wsgi-4.4.14.tar.gz 5b36a458bd3539e58ea61ec405c4f5c5e0001a644263b0e1f8421a5c7fc7884b6df1355674a9d9b610780b5e9db6ce66d0ae1bbc0e512ecb027c3757209152c8 apache2-mod-wsgi.apache2.conf" |