aboutsummaryrefslogtreecommitdiffstats
path: root/main/apache2-mod-wsgi
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-12-26 18:49:51 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-26 19:28:39 +0100
commit21034a7dae4868d267e40438a9f93dc0b2be553c (patch)
treed97b3b596c3ec48ece07acd6ab85397ec66f0c2c /main/apache2-mod-wsgi
parentad39a2fe1c0ee0db2f817e3a38c3f09c279adab5 (diff)
downloadaports-21034a7dae4868d267e40438a9f93dc0b2be553c.tar.bz2
aports-21034a7dae4868d267e40438a9f93dc0b2be553c.tar.xz
main/apache2-mod-wsgi: upgrade to 4.6.8
Diffstat (limited to 'main/apache2-mod-wsgi')
-rw-r--r--main/apache2-mod-wsgi/APKBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/main/apache2-mod-wsgi/APKBUILD b/main/apache2-mod-wsgi/APKBUILD
index bc15f78e7d..a1bb82da14 100644
--- a/main/apache2-mod-wsgi/APKBUILD
+++ b/main/apache2-mod-wsgi/APKBUILD
@@ -2,8 +2,8 @@
# Maintainer: Matt Smith <mcs@darkregion.net>
pkgname=apache2-mod-wsgi
_realname=mod_wsgi
-pkgver=4.6.7
-pkgrel=1
+pkgver=4.6.8
+pkgrel=0
pkgdesc="Python WSGI Module for Apache2"
url="https://github.com/GrahamDumpleton/mod_wsgi"
arch="all"
@@ -17,7 +17,6 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/GrahamDumpleton/mod_wsgi/arc
builddir="$srcdir"/$_realname-$pkgver
build() {
- cd "$builddir"
CFLAGS="" CXXFLAGS="" CPPFLAGS="" \
./configure --prefix=/usr \
--with-apxs=/usr/bin/apxs \
@@ -26,7 +25,6 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
install -Dm644 "$srcdir"/$pkgname.apache2.conf \
"$pkgdir"/etc/apache2/conf.d/wsgi-module.conf
@@ -34,5 +32,5 @@ package() {
"$pkgdir"/usr/share/doc/$pkgname/LICENSE
}
-sha512sums="8a85ea6ef9c1dff3906dd6bd1b19c412f73f0b8d1c9e42520428a3652dc31a5eee6427dd4276ec351eabc5f2df62a261ae60921630db138d71aaab78cf864f40 apache2-mod-wsgi-4.6.7.tar.gz
+sha512sums="2ef93c48335035effac59b5641ea9b846e241d2e09c0d825da487cbec9d38262af096f97a11c2cc2910c4727c2aa46aa8590da458964f540cb4ac18880954e91 apache2-mod-wsgi-4.6.8.tar.gz
5b36a458bd3539e58ea61ec405c4f5c5e0001a644263b0e1f8421a5c7fc7884b6df1355674a9d9b610780b5e9db6ce66d0ae1bbc0e512ecb027c3757209152c8 apache2-mod-wsgi.apache2.conf"