mod_wsgi: dropped unmaintained port

This commit is contained in:
Tim Biermann 2023-09-24 09:32:52 +02:00
parent 32e02d6522
commit 6491354843
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 29 deletions

View File

@ -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

View File

@ -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

View File

@ -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
}