svn commit: r515195 - branches/2019Q4/net/py-dpkt

Li-Wen Hsu lwhsu at FreeBSD.org
Tue Oct 22 13:25:37 UTC 2019


Author: lwhsu
Date: Tue Oct 22 13:25:36 2019
New Revision: 515195
URL: https://svnweb.freebsd.org/changeset/ports/515195

Log:
  MFH: r515131
  
  - Enable concurrent installation for different FLAVORs
  
  PR:		241395
  Approved by:	sbz (maintainer)
  Sponsored by:	The FreeBSD Foundation
  
  Approved by:	ports-secteam (miwi)

Modified:
  branches/2019Q4/net/py-dpkt/Makefile
Directory Properties:
  branches/2019Q4/   (props changed)

Modified: branches/2019Q4/net/py-dpkt/Makefile
==============================================================================
--- branches/2019Q4/net/py-dpkt/Makefile	Tue Oct 22 13:20:44 2019	(r515194)
+++ branches/2019Q4/net/py-dpkt/Makefile	Tue Oct 22 13:25:36 2019	(r515195)
@@ -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-branches mailing list