aboutsummaryrefslogtreecommitdiff
path: root/security/py-fail2ban/Makefile
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-02-01 03:31:37 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-02-01 03:31:37 +0000
commit2989b95dea3b7625ac4a20a607a69c1828409d24 (patch)
treee07ed1e34d59ea907bddf5f03c07395a78c02288 /security/py-fail2ban/Makefile
parentfc8c560fac303072c1a99ad7d15a92b8d822a51d (diff)
downloadports-2989b95dea3b7625ac4a20a607a69c1828409d24.tar.gz
ports-2989b95dea3b7625ac4a20a607a69c1828409d24.zip
- Update to 0.8.4
PR: ports/143020 Submitted by: Kevin Kobb <kkobb@skylinecorp.com>
Notes
Notes: svn path=/head/; revision=249001
Diffstat (limited to 'security/py-fail2ban/Makefile')
-rw-r--r--security/py-fail2ban/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/security/py-fail2ban/Makefile b/security/py-fail2ban/Makefile
index 5fd7bd2bea40..afee70213135 100644
--- a/security/py-fail2ban/Makefile
+++ b/security/py-fail2ban/Makefile
@@ -6,26 +6,26 @@
#
PORTNAME= fail2ban
-PORTVERSION= 0.8.3
-PORTREVISION= 3
+PORTVERSION= 0.8.4
CATEGORIES= security python
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTNAME}-${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= pgollucci@FreeBSD.org
-COMMENT= scans log files and bans IP that makes too many password failures.
+COMMENT= scans log files and bans IP that makes too many password failures.
-MAKE_JOBS_SAFE= yes
+MAKE_JOBS_SAFE= yes
USE_BZIP2= yes
-USE_PYTHON= 2.5
+USE_PYTHON= 2.5-2.6
USE_PYDISTUTILS= yes
USE_RC_SUBR= fail2ban
+SUB_LIST+= PYTHON_CMD=${PYTHON_CMD}
PYDISTUTILS_INSTALLARGS+= --install-purelib=${PYTHON_SITELIBDIR} \
- --install-data=${ETCDIR}
+ --install-data=${ETCDIR}
FILES= ${WRKSRC}/fail2ban-regex \
${WRKSRC}/man/fail2ban-client.1 \