git: 0f8625d29223 - main - security/py-fail2ban: Fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 04 Oct 2022 16:03:06 UTC
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