wok rev 25125
updated apache-mod-wsgi (4.6.5 -> 4.9.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jun 28 16:29:10 2022 +0100 (2022-06-28) |
parents | 1d0d8eba1e3d |
children | 80eb8a52ec19 |
files | apache-mod-wsgi/receipt |
line diff
1.1 --- a/apache-mod-wsgi/receipt Tue Jun 28 16:23:55 2022 +0100 1.2 +++ b/apache-mod-wsgi/receipt Tue Jun 28 16:29:10 2022 +0100 1.3 @@ -7,6 +7,7 @@ 1.4 MAINTAINER="erjo@slitaz.org" 1.5 LICENSE="Apache" 1.6 WEB_SITE="https://github.com/GrahamDumpleton/mod_wsgi" 1.7 +REPOLOGY="apmod:wsgi" 1.8 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" 1.11 @@ -47,6 +48,7 @@ 1.12 post_remove() 1.13 { 1.14 # Remove WSGI configuration 1.15 - sed -i s/\# Python.*// "$1/etc/apache/httpd.conf" 1.16 - sed -i s/.*httpd-mod-wsgi.conf// "$1/etc/apache/httpd.conf" 1.17 + sed -i -e s/\# Python.*// \ 1.18 + -e s/.*httpd-mod-wsgi.conf// \ 1.19 + "$1/etc/apache/httpd.conf" 1.20 }