git: 4650a958fe57 - main - security/py-fail2ban: Python is used at runtime
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 04 Oct 2022 15:13:01 UTC
The branch main has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4650a958fe57ebc1989aa4255234ab4e0762a801
commit 4650a958fe57ebc1989aa4255234ab4e0762a801
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2022-10-04 14:54:07 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2022-10-04 15:06:21 +0000
security/py-fail2ban: Python is used at runtime
Register the fact that python is also used at runtime.
---
security/py-fail2ban/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/security/py-fail2ban/Makefile b/security/py-fail2ban/Makefile
index 3efb617f55a1..f292316824ee 100644
--- a/security/py-fail2ban/Makefile
+++ b/security/py-fail2ban/Makefile
@@ -1,5 +1,6 @@
PORTNAME= fail2ban
DISTVERSION= 1.0.1
+PORTREVISION= 1
CATEGORIES= security python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
-USES= cpe python:3.6+,patch shebangfix
+USES= cpe python:3.6+ shebangfix
USE_GITHUB= yes
USE_PYTHON= autoplist distutils
PYDISTUTILS_BUILDARGS+= --without-tests