Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 2021 22:25:51 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5b741c77f2c4 - main - www/py-scgi: Update to 2.2
Message-ID:  <202109212225.18LMPpXH039684@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5b741c77f2c4d2a5100448b6458483d0055d89c0

commit 5b741c77f2c4d2a5100448b6458483d0055d89c0
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-09-21 22:15:58 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-09-21 22:23:41 +0000

    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
---
 www/py-scgi/Makefile  | 11 +++++++----
 www/py-scgi/distinfo  |  6 +++---
 www/py-scgi/pkg-descr |  2 +-
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109212225.18LMPpXH039684>