From 64913548439da4dd1a26ed49ddf0fe0c1c1796ec Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 24 Sep 2023 09:32:52 +0200 Subject: [PATCH] mod_wsgi: dropped unmaintained port --- mod_wsgi/.footprint | 4 ---- mod_wsgi/.signature | 5 ----- mod_wsgi/Pkgfile | 20 -------------------- 3 files changed, 29 deletions(-) delete mode 100644 mod_wsgi/.footprint delete mode 100644 mod_wsgi/.signature delete mode 100644 mod_wsgi/Pkgfile diff --git a/mod_wsgi/.footprint b/mod_wsgi/.footprint deleted file mode 100644 index 0794b16c1..000000000 --- a/mod_wsgi/.footprint +++ /dev/null @@ -1,4 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/apache/ --rw-r--r-- root/root usr/lib/apache/mod_wsgi.so diff --git a/mod_wsgi/.signature b/mod_wsgi/.signature deleted file mode 100644 index f3852d347..000000000 --- a/mod_wsgi/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3yRRecvsxiVRfVnedIyqFFop+uI/EDMRAyoZQK7tdEvJIhW8LiPAA8TYjCLMLx8Zhf1qxVv4O0HtCGIiuzXkNAQ= -SHA256 (Pkgfile) = a88d1357291733fb0075574124d8b6b0512879fdb7cce150f127d985ab62f5c6 -SHA256 (.footprint) = d8c32738af1220e4ef56aff31941b68be99da3a77d71af05bdae1ef2e43956a4 -SHA256 (4.9.4.tar.gz) = ee926a3fd5675890b908ebc23db1f8f7f03dc3459241abdcf35d46c68e1be29b diff --git a/mod_wsgi/Pkgfile b/mod_wsgi/Pkgfile deleted file mode 100644 index e1aaa8009..000000000 --- a/mod_wsgi/Pkgfile +++ /dev/null @@ -1,20 +0,0 @@ -# Description: Python WSGI adapter module for Apache. -# URL: https://www.modwsgi.org/ -# Maintainer: unmaintained -# Depends on: apache python3 - -name=mod_wsgi -version=4.9.4 -release=1 -source=(https://github.com/GrahamDumpleton/$name/archive/$version.tar.gz) - -build() { - cd mod_wsgi-$version - - ./configure --prefix=/usr \ - PYTHON=/usr/bin/python3 - make - make DESTDIR=$PKG install - - chmod a-x $PKG/usr/lib/apache/mod_wsgi.so -}