Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2019 13:27:13 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r515196 - branches/2019Q4/net/scapy
Message-ID:  <201910221327.x9MDRDZ3058524@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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