Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Feb 2018 13:59:55 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r461707 - head/www/py-cherrypy
Message-ID:  <201802131359.w1DDxtRl084667@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Feb 13 13:59:55 2018
New Revision: 461707
URL: https://svnweb.freebsd.org/changeset/ports/461707

Log:
  www/py-cherrypy: Added USE_PYTHON=concurrent
  
  It is obviously needed because py27 and py36 currently
  conflict with each other.
  
  Approved by:	tcberner (mentor, implicit)

Modified:
  head/www/py-cherrypy/Makefile

Modified: head/www/py-cherrypy/Makefile
==============================================================================
--- head/www/py-cherrypy/Makefile	Tue Feb 13 13:52:09 2018	(r461706)
+++ head/www/py-cherrypy/Makefile	Tue Feb 13 13:59:55 2018	(r461707)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cherrypy
 PORTVERSION=	5.4.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -23,7 +23,7 @@ OPTIONS_DEFINE=	EXAMPLES
 PORTEXAMPLES=	*
 
 USES=		python shebangfix
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	distutils autoplist concurrent
 SHEBANG_FILES=	cherrypy/cherryd
 
 .include <bsd.port.options.mk>



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