svn commit: r401784 - head/www/uwsgi

Dmitry Sivachenko demon at FreeBSD.org
Mon Nov 16 19:38:41 UTC 2015


Author: demon
Date: Mon Nov 16 19:38:39 2015
New Revision: 401784
URL: https://svnweb.freebsd.org/changeset/ports/401784

Log:
  Revert "concurrent" for now, port is not ready for it yet.
  
  PR:		204558
  Submitted by:	John W. O'Brien <john at saltant.com>
  No objection from:	koobs

Modified:
  head/www/uwsgi/Makefile

Modified: head/www/uwsgi/Makefile
==============================================================================
--- head/www/uwsgi/Makefile	Mon Nov 16 19:11:46 2015	(r401783)
+++ head/www/uwsgi/Makefile	Mon Nov 16 19:38:39 2015	(r401784)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		python
-USE_PYTHON=	concurrent distutils
+USE_PYTHON=	distutils
 USE_RC_SUBR=	uwsgi
 
 OPTIONS_DEFINE=	DEBUG


More information about the svn-ports-all mailing list