Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jan 2018 18:11:45 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r460022 - head/devel/py-foolscap
Message-ID:  <201801261811.w0QIBj9n012830@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jan 26 18:11:44 2018
New Revision: 460022
URL: https://svnweb.freebsd.org/changeset/ports/460022

Log:
  Allow concurrent installation (USE_PYTHON=concurrent)
  
  - Bump PORTREVISION for package change

Modified:
  head/devel/py-foolscap/Makefile

Modified: head/devel/py-foolscap/Makefile
==============================================================================
--- head/devel/py-foolscap/Makefile	Fri Jan 26 18:11:17 2018	(r460021)
+++ head/devel/py-foolscap/Makefile	Fri Jan 26 18:11:44 2018	(r460022)
@@ -3,6 +3,7 @@
 
 PORTNAME=	foolscap
 PORTVERSION=	0.13.1
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +19,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}openssl>=0:securit
 
 NO_ARCH=	yes
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 do-test:
 	cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test



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