aboutsummaryrefslogtreecommitdiff
path: root/security/py-fail2ban/Makefile
diff options
context:
space:
mode:
authorFlorian Koczan <theis@gmx.at>2021-06-15 16:02:44 +0000
committerKevin Bowling <kbowling@FreeBSD.org>2021-06-15 16:02:44 +0000
commitb48d2a658ef96565393b9186cbed85803b2b87e0 (patch)
treee223289eda456440b4c6f8b37bea12a4afa38ae3 /security/py-fail2ban/Makefile
parentbfa25459fcfaf5bcb4803ff598d72208fd920580 (diff)
downloadports-b48d2a658ef96565393b9186cbed85803b2b87e0.tar.gz
ports-b48d2a658ef96565393b9186cbed85803b2b87e0.zip
security/py-fail2ban: Create required start dir
Reported at https://github.com/fail2ban/fail2ban/issues/2634 fail2ban should check and, if necessary create, the required directory. It is still up to the user to ensure that configuration in fail2ban's conf files and FreeBSD's /etc/rc.conf are in sync and that both, pidfile and socket reside in the same directory. PR: 244092 Approved by: maintainer MFH: 2021Q2
Diffstat (limited to 'security/py-fail2ban/Makefile')
-rw-r--r--security/py-fail2ban/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/py-fail2ban/Makefile b/security/py-fail2ban/Makefile
index 017735a03578..cea038fdbc63 100644
--- a/security/py-fail2ban/Makefile
+++ b/security/py-fail2ban/Makefile
@@ -1,5 +1,6 @@
PORTNAME= fail2ban
PORTVERSION= 0.11.2
+PORTREVISION= 1
CATEGORIES= security python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}