Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Aug 2018 20:41:58 +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: r477113 - head/www/py-bottle
Message-ID:  <201808132041.w7DKfwUZ072301@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon Aug 13 20:41:57 2018
New Revision: 477113
URL: https://svnweb.freebsd.org/changeset/ports/477113

Log:
  www/py-bottle: Add USE_PYTHON=concurrent due to bin/bottle.py being installed
  
  Approved by:	portmgr

Modified:
  head/www/py-bottle/Makefile

Modified: head/www/py-bottle/Makefile
==============================================================================
--- head/www/py-bottle/Makefile	Mon Aug 13 20:31:33 2018	(r477112)
+++ head/www/py-bottle/Makefile	Mon Aug 13 20:41:57 2018	(r477113)
@@ -3,7 +3,7 @@
 
 PORTNAME=	bottle
 PORTVERSION=	0.12.13
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,6 +14,6 @@ COMMENT=	Fast and simple WSGI-framework for small web-
 LICENSE=	MIT
 
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 .include <bsd.port.mk>



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