Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Oct 2022 15:13:01 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: 4650a958fe57 - main - security/py-fail2ban: Python is used at runtime
Message-ID:  <202210041513.294FD15P059487@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=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



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