From c6c8be3122e541699c152a3ac45089af8729910a Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Tue, 3 Mar 2020 02:01:16 +0000 Subject: [PATCH] Set USE_PYTHON=concurrent as the Python package provides a console_script Reported by: koobs --- security/py-ropper/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/py-ropper/Makefile b/security/py-ropper/Makefile index 8395f9832434..b17f9a47f692 100644 --- a/security/py-ropper/Makefile +++ b/security/py-ropper/Makefile @@ -3,6 +3,7 @@ PORTNAME= ropper DISTVERSIONPREFIX= v DISTVERSION= 1.13.5 +PORTREVISION= 1 CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +21,7 @@ USES= python USE_GITHUB= yes GH_ACCOUNT= sashs GH_PROJECT= Ropper -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes