Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Oct 2022 16:03:06 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0f8625d29223 - main - security/py-fail2ban: Fix build
Message-ID:  <202210041603.294G36Se022246@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0f8625d292233dd03dea82ec20444663cb01e2c6

commit 0f8625d292233dd03dea82ec20444663cb01e2c6
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2022-10-04 16:00:37 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2022-10-04 16:00:37 +0000

    security/py-fail2ban: Fix build
    
    Fixes:          4650a958fe57
---
 security/py-fail2ban/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/py-fail2ban/Makefile b/security/py-fail2ban/Makefile
index 77cada9444c0..dd076aeb1a05 100644
--- a/security/py-fail2ban/Makefile
+++ b/security/py-fail2ban/Makefile
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
 
-USES=		cpe python:3.6+ shebangfix
+USES=		cpe python:3.6+,patch,run shebangfix
 USE_GITHUB=	yes
 USE_PYTHON=	autoplist distutils
 PYDISTUTILS_BUILDARGS+=	--without-tests



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