Index: head/security/py-fail2ban/Makefile =================================================================== --- head/security/py-fail2ban/Makefile (revision 308094) +++ head/security/py-fail2ban/Makefile (revision 308095) @@ -1,45 +1,45 @@ -# Created by: Philip M. Gollucci +# Created by: Philip M. Gollucci # $FreeBSD$ PORTNAME= fail2ban PORTVERSION= 0.8.7.1 CATEGORIES= security python MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/tarball/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-${PORTNAME}-${PORTVERSION}-${GITVERSION} MAINTAINER= theis@gmx.at COMMENT= Scans log files and bans IP that makes too many password failures LICENSE= GPLv2 GITVERSION= 0-g0b5c66f FETCH_ARGS= -pRr -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-e59babb +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-e59babb MAKE_JOBS_SAFE= yes -USE_PYTHON= 2.5-2.7 +USE_PYTHON= -2.7 USE_PYDISTUTILS= yes USE_RC_SUBR= fail2ban SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} PYDISTUTILS_INSTALLARGS+= --install-purelib=${PYTHON_SITELIBDIR} \ --install-data=${ETCDIR} -PYDISTUTILS_EGGINFO= ${PORTNAME}-0.8.7-py${PYTHON_VER}.egg-info +PYDISTUTILS_PKGVERSION= 0.8.7 FILES= ${WRKSRC}/fail2ban-regex \ ${WRKSRC}/man/fail2ban-client.1 \ ${WRKSRC}/man/fail2ban-client.h2m \ ${WRKSRC}/setup.py \ ${WRKSRC}/client/configreader.py \ ${WRKSRC}/fail2ban-client post-patch: @${ECHO_CMD} ${FILES} | ${XARGS} ${REINPLACE_CMD} -e 's,/etc/fail2ban,${ETCDIR},g' post-install: - @${CAT} pkg-message + @${CAT} ${PKGMESSAGE} .include Index: head/security/py-fail2ban/pkg-descr =================================================================== --- head/security/py-fail2ban/pkg-descr (revision 308094) +++ head/security/py-fail2ban/pkg-descr (revision 308095) @@ -1,5 +1,5 @@ -Fail2ban scans log files like /var/log/pwdfail or /var/log/apache/error_log -and bans IP that makes too many password failures. It updates -firewall rules to reject the IP address. +Fail2ban scans log files like /var/log/pwdfail or /var/log/apache/error_log +and bans IP that makes too many password failures. It updates firewall rules +to reject the IP address. WWW: http://www.fail2ban.org/wiki/index.php/Main_Page Index: head/security/py-fail2ban/pkg-message =================================================================== --- head/security/py-fail2ban/pkg-message (revision 308094) +++ head/security/py-fail2ban/pkg-message (revision 308095) @@ -1,15 +1,13 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Please do not edit the fail2ban.conf and jail.conf files as they will be overwritten upon each upgrade of the port. Instead, create new files named fail2ban.local and jail.local For more information, see the official manual: http://www.fail2ban.org/wiki/index.php/MANUAL_0_8#Configuration - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -