1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

www/py-scgi: Update to 2.2

- Change MASTER_SITES to CHEESESHOP
- Strip shared library
- Update WWW
- Take maintainership

Changes:	https://github.com/nascheme/scgi/commits/master
This commit is contained in:
Po-Chuan Hsieh 2021-09-22 06:15:58 +08:00
parent d41ec644b8
commit 5b741c77f2
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 11 additions and 8 deletions

View File

@ -1,13 +1,13 @@
# Created by: Neil Blakey-Milner <nbm@FreeBSD.org>
PORTNAME= scgi
DISTVERSION= 2.0
PORTVERSION= 2.2
CATEGORIES= www python
MASTER_SITES= http://python.ca/scgi/releases/
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python server implementation of the Simple Common Gateway Protocol
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python package for implementing SCGI servers
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
@ -15,4 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python:3.5+
USE_PYTHON= autoplist concurrent distutils
post-install:
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1584899838
SHA256 (scgi-2.0.tar.gz) = fc59ec13cb989d14216e78426a2f84bd3d46f712a35bca0f4806cd3c38050a72
SIZE (scgi-2.0.tar.gz) = 32726
TIMESTAMP = 1632227588
SHA256 (scgi-2.2.tar.gz) = 45bf16159779be0f3d405eb25f535d0c22565000be121de322aa540b3defdf18
SIZE (scgi-2.2.tar.gz) = 35052

View File

@ -1,3 +1,3 @@
Python server implementation of the Simple Common Gateway Protocol
WWW: http://www.mems-exchange.org/software/scgi/
WWW: https://github.com/nascheme/scgi