Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Aug 2019 11:21:31 +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: r510379 - head/devel/py-fs
Message-ID:  <201908311121.x7VBLVmq026345@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Aug 31 11:21:31 2019
New Revision: 510379
URL: https://svnweb.freebsd.org/changeset/ports/510379

Log:
  Allow concurrent installation (USE_PYTHON=concurrent)
  
  - Bump PORTREVISION for package change
  
  PR:		240211
  Submitted by:	Ting-Wei Lan <lantw44@gmail.com>
  Approved by:	Douglas Thrift <douglas@douglasthrift.net> (maintainer)

Modified:
  head/devel/py-fs/Makefile

Modified: head/devel/py-fs/Makefile
==============================================================================
--- head/devel/py-fs/Makefile	Sat Aug 31 11:21:21 2019	(r510378)
+++ head/devel/py-fs/Makefile	Sat Aug 31 11:21:31 2019	(r510379)
@@ -3,6 +3,7 @@
 
 PORTNAME=	fs
 PORTVERSION=	0.5.4
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +15,7 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 



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