svn commit: r515196 - branches/2019Q4/net/scapy

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


Author: lwhsu
Date: Tue Oct 22 13:27:12 2019
New Revision: 515196
URL: https://svnweb.freebsd.org/changeset/ports/515196

Log:
  MFH: r515178
  
  - Enable concurrent installation
  
  PR:		241396
  Approved by:	portmgr (blanket: framework compliance (python))
  Sponsored by:	The FreeBSD Foundation
  
  Approved by:	ports-secteam (miwi)

Modified:
  branches/2019Q4/net/scapy/Makefile
Directory Properties:
  branches/2019Q4/   (props changed)

Modified: branches/2019Q4/net/scapy/Makefile
==============================================================================
--- branches/2019Q4/net/scapy/Makefile	Tue Oct 22 13:25:36 2019	(r515195)
+++ branches/2019Q4/net/scapy/Makefile	Tue Oct 22 13:27:12 2019	(r515196)
@@ -3,6 +3,7 @@
 
 PORTNAME=	scapy
 PORTVERSION=	2.4.3
+PORTREVISION=	1
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}libdnet>0:net/py-libdnet@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pypcap>0:net/py-pypcap@${PY_FLAVOR}
 
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 


More information about the svn-ports-all mailing list