diff options
author | sahil <sahil@FreeBSD.org> | 2011-02-13 15:01:53 +0800 |
---|---|---|
committer | sahil <sahil@FreeBSD.org> | 2011-02-13 15:01:53 +0800 |
commit | 9f55ff77ba4a7df8b2b4fe5c7c24d3a4cef143ca (patch) | |
tree | f3ebe5dd6a8faabfdd84388c0b222b4dd0b02dc6 /security/py-fail2ban | |
parent | f04c845c443c8cf3a8b4d498df1ea515eb280977 (diff) | |
download | freebsd-ports-gnome-9f55ff77ba4a7df8b2b4fe5c7c24d3a4cef143ca.tar.gz freebsd-ports-gnome-9f55ff77ba4a7df8b2b4fe5c7c24d3a4cef143ca.tar.zst freebsd-ports-gnome-9f55ff77ba4a7df8b2b4fe5c7c24d3a4cef143ca.zip |
Expand the range of supported Python versions and
pacify portlint(1).
PR: ports/154374
Submitted by: Jase Thew <freebsd@beardz.net>
Approved by: maintainer timeout
Diffstat (limited to 'security/py-fail2ban')
-rw-r--r-- | security/py-fail2ban/Makefile | 10 | ||||
-rw-r--r-- | security/py-fail2ban/distinfo | 1 |
2 files changed, 5 insertions, 6 deletions
diff --git a/security/py-fail2ban/Makefile b/security/py-fail2ban/Makefile index 0b2d98e735bb..1ccdc5f08d74 100644 --- a/security/py-fail2ban/Makefile +++ b/security/py-fail2ban/Makefile @@ -9,23 +9,23 @@ PORTNAME= fail2ban PORTVERSION= 0.8.4 CATEGORIES= security python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTNAME}-${PORTVERSION} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= tony@pc-tony.com -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-2.6 +USE_PYTHON= 2.5-2.7 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 \ diff --git a/security/py-fail2ban/distinfo b/security/py-fail2ban/distinfo index 08aaf9637229..d028c1342655 100644 --- a/security/py-fail2ban/distinfo +++ b/security/py-fail2ban/distinfo @@ -1,3 +1,2 @@ -MD5 (fail2ban-0.8.4.tar.bz2) = df94335a5d12b4750869e5fe350073fa SHA256 (fail2ban-0.8.4.tar.bz2) = 7a4fc0ea6dffde1db1d096757878e1b2c5f0b087a05ed7e7ca0202fb0b127982 SIZE (fail2ban-0.8.4.tar.bz2) = 71818 |