# HG changeset patch # User Hans-G?nter Theisgen # Date 1656430150 -3600 # Node ID 079c61a21362cb39bb9328ce75212775d053c4b1 # Parent 1d0d8eba1e3d6fe4b9185992f77fb9a6f650e930 updated apache-mod-wsgi (4.6.5 -> 4.9.0) diff -r 1d0d8eba1e3d -r 079c61a21362 apache-mod-wsgi/receipt --- a/apache-mod-wsgi/receipt Tue Jun 28 16:23:55 2022 +0100 +++ b/apache-mod-wsgi/receipt Tue Jun 28 16:29:10 2022 +0100 @@ -7,6 +7,7 @@ MAINTAINER="erjo@slitaz.org" LICENSE="Apache" WEB_SITE="https://github.com/GrahamDumpleton/mod_wsgi" +REPOLOGY="apmod:wsgi" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" @@ -47,6 +48,7 @@ post_remove() { # Remove WSGI configuration - sed -i s/\# Python.*// "$1/etc/apache/httpd.conf" - sed -i s/.*httpd-mod-wsgi.conf// "$1/etc/apache/httpd.conf" + sed -i -e s/\# Python.*// \ + -e s/.*httpd-mod-wsgi.conf// \ + "$1/etc/apache/httpd.conf" }