aboutsummaryrefslogtreecommitdiff
path: root/security/py-fail2ban
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2013-02-25 22:23:15 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2013-02-25 22:23:15 +0000
commit184c72ca2af557a04a3db72889503940e386ff56 (patch)
tree27b46339120ed4bcaa33d8f248af0cc1476ec68f /security/py-fail2ban
parent3218aed21fd5bbd40f75621f8e1cd17a384f9b49 (diff)
downloadports-184c72ca2af557a04a3db72889503940e386ff56.tar.gz
ports-184c72ca2af557a04a3db72889503940e386ff56.zip
Notes
Diffstat (limited to 'security/py-fail2ban')
-rw-r--r--security/py-fail2ban/Makefile1
-rw-r--r--security/py-fail2ban/files/patch-actions.py5
2 files changed, 1 insertions, 5 deletions
diff --git a/security/py-fail2ban/Makefile b/security/py-fail2ban/Makefile
index ab1c4eab8201..0ccc08569428 100644
--- a/security/py-fail2ban/Makefile
+++ b/security/py-fail2ban/Makefile
@@ -3,6 +3,7 @@
PORTNAME= fail2ban
PORTVERSION= 0.8.8
+PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/tarball/${PORTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/security/py-fail2ban/files/patch-actions.py b/security/py-fail2ban/files/patch-actions.py
deleted file mode 100644
index 91bfc9879426..000000000000
--- a/security/py-fail2ban/files/patch-actions.py
+++ /dev/null
@@ -1,5 +0,0 @@
---- server/actions.py.orig 2012-11-27 18:16:18.000000000 +0100
-+++ server/actions.py 2012-11-27 18:17:04.000000000 +0100
-@@ -206 +206 @@
-- logSys.warn("[%s] Unban %s" % (self.jail.getName(), aInfo["ip"]))
-+ logSys.warn("[%s] Unban %s" % (self.jail.getName(), str(aInfo["ip"])))