summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-07-28 21:13:08 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-07-28 21:13:08 +0000
commita5d3bb223fd54b232f3607e37a043434b4dd508b (patch)
treeb69b041cd4679fcf0cb8e37420fa82047e87cb03
parentMFH: r393100 (diff)
MFH: r393102
- Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket)
Notes
Notes: svn path=/branches/2015Q3/; revision=393103
-rw-r--r--security/py-fail2ban/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/py-fail2ban/Makefile b/security/py-fail2ban/Makefile
index 3309387ba8cb..73b1766bac1a 100644
--- a/security/py-fail2ban/Makefile
+++ b/security/py-fail2ban/Makefile
@@ -2,6 +2,7 @@
PORTNAME= fail2ban
PORTVERSION= 0.9.2
+PORTREVISION= 1
CATEGORIES= security python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +15,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3
USE_GITHUB= yes
-USES= python
+USES= python shebangfix
+SHEBANG_FILES= config/filter.d/ignorecommands/apache-fakegooglebot
USE_PYTHON= distutils py3kplist
USE_RC_SUBR= fail2ban