Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2019 08:25:14 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r515178 - head/net/scapy
Message-ID:  <201910220825.x9M8PEuk080577@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Tue Oct 22 08:25:13 2019
New Revision: 515178
URL: https://svnweb.freebsd.org/changeset/ports/515178

Log:
  - Enable concurrent installation
  
  PR:		241396
  Approved by:	portmgr (blanket: framework compliance (python))
  MFH:		2019Q4
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/net/scapy/Makefile

Modified: head/net/scapy/Makefile
==============================================================================
--- head/net/scapy/Makefile	Tue Oct 22 08:22:38 2019	(r515177)
+++ head/net/scapy/Makefile	Tue Oct 22 08:25:13 2019	(r515178)
@@ -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?201910220825.x9M8PEuk080577>