svn commit: r530824 - head/www/py-scgi

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 5 20:01:01 UTC 2020


Author: sunpoet
Date: Sun Apr  5 19:55:09 2020
New Revision: 530824
URL: https://svnweb.freebsd.org/changeset/ports/530824

Log:
  Take maintainership

Modified:
  head/www/py-scgi/Makefile

Modified: head/www/py-scgi/Makefile
==============================================================================
--- head/www/py-scgi/Makefile	Sun Apr  5 19:55:04 2020	(r530823)
+++ head/www/py-scgi/Makefile	Sun Apr  5 19:55:09 2020	(r530824)
@@ -7,13 +7,13 @@ CATEGORIES=	www python
 MASTER_SITES=	http://python.ca/scgi/releases/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Python server implementation of the Simple Common Gateway Protocol
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist concurrent distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list