aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-21 22:15:58 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-21 22:23:41 +0000
commit5b741c77f2c4d2a5100448b6458483d0055d89c0 (patch)
tree3b4726fe22a593e85bc624f893f92725cf3dedd9
parentd41ec644b8624ec6f1049e48b00031faf1500a63 (diff)
downloadports-5b741c77f2c4d2a5100448b6458483d0055d89c0.tar.gz
ports-5b741c77f2c4d2a5100448b6458483d0055d89c0.zip
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
-rw-r--r--www/py-scgi/Makefile11
-rw-r--r--www/py-scgi/distinfo6
-rw-r--r--www/py-scgi/pkg-descr2
3 files changed, 11 insertions, 8 deletions
diff --git a/www/py-scgi/Makefile b/www/py-scgi/Makefile
index 13e4a8b88b32..68b8ac0d533a 100644
--- a/www/py-scgi/Makefile
+++ b/www/py-scgi/Makefile
@@ -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>
diff --git a/www/py-scgi/distinfo b/www/py-scgi/distinfo
index 1c3dd4ae76bf..b65aa0701469 100644
--- a/www/py-scgi/distinfo
+++ b/www/py-scgi/distinfo
@@ -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
diff --git a/www/py-scgi/pkg-descr b/www/py-scgi/pkg-descr
index 7d5941626d2d..fd9168f00f54 100644
--- a/www/py-scgi/pkg-descr
+++ b/www/py-scgi/pkg-descr
@@ -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