Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Aug 2021 09:25:24 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 90ee27b624d7 - main - net/scapy: Add CPE information
Message-ID:  <202108310925.17V9POXH093544@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=90ee27b624d7b6493fa4dd4638451e49edab4395

commit 90ee27b624d7b6493fa4dd4638451e49edab4395
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-08-31 09:07:19 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-08-31 09:23:25 +0000

    net/scapy: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 net/scapy/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/scapy/Makefile b/net/scapy/Makefile
index 2d6ea64de702..98af99fecd8e 100644
--- a/net/scapy/Makefile
+++ b/net/scapy/Makefile
@@ -16,7 +16,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}libdnet>0:net/py-libdnet@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pypcap>0:net/py-pypcap@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR}
 
-USES=		python:3.7+
+USES=		cpe python:3.7+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes


home | help

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