svn commit: r515131 - head/net/py-dpkt

Li-Wen Hsu lwhsu at FreeBSD.org
Mon Oct 21 21:24:14 UTC 2019


Author: lwhsu
Date: Mon Oct 21 21:24:13 2019
New Revision: 515131
URL: https://svnweb.freebsd.org/changeset/ports/515131

Log:
  - Enable concurrent installation for different FLAVORs
  
  PR:		241395
  Approved by:	sbz (maintainer)
  MFH:		2019Q4
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/net/py-dpkt/Makefile

Modified: head/net/py-dpkt/Makefile
==============================================================================
--- head/net/py-dpkt/Makefile	Mon Oct 21 21:20:31 2019	(r515130)
+++ head/net/py-dpkt/Makefile	Mon Oct 21 21:24:13 2019	(r515131)
@@ -2,6 +2,7 @@
 
 PORTNAME=	dpkt
 PORTVERSION=	1.9.2
+PORTREVISION=	1
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		python
-USE_PYTHON=	distutils autoplist pythonprefix
+USE_PYTHON=	autoplist concurrent distutils pythonprefix
 
 OPTIONS_DEFINE=	DOCS
 


More information about the svn-ports-head mailing list