svn commit: r507102 - head/www/py-tornado4

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jul 21 20:49:01 UTC 2019


Author: sunpoet
Date: Sun Jul 21 20:48:56 2019
New Revision: 507102
URL: https://svnweb.freebsd.org/changeset/ports/507102

Log:
  Take maintainership

Modified:
  head/www/py-tornado4/Makefile

Modified: head/www/py-tornado4/Makefile
==============================================================================
--- head/www/py-tornado4/Makefile	Sun Jul 21 20:48:51 2019	(r507101)
+++ head/www/py-tornado4/Makefile	Sun Jul 21 20:48:56 2019	(r507102)
@@ -8,7 +8,7 @@ MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 PKGNAMESUFFIX=	4
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Python Web Server from FriendFeed
 
 LICENSE=	APACHE20
@@ -16,7 +16,7 @@ LICENSE=	APACHE20
 CONFLICTS=	py[0-9]*-tornado-* py[0-9]*-tornado6-*
 
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-head mailing list