Update security/py-fail2ban to version 0.8.8. That version was out for some weeks already but not mentioned in the "News" section on their website so I missed when I submitted the last patch. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-python->culot I'll take it.
Author: culot Date: Sat Feb 23 12:36:57 2013 New Revision: 312809 URL: http://svnweb.freebsd.org/changeset/ports/312809 Log: - Update to 0.8.8 Changes: https://raw.github.com/fail2ban/fail2ban/master/ChangeLog PR: ports/176368 Submitted by: Christoph Theis <theis@gmx.at> (maintainer) Modified: head/security/py-fail2ban/Makefile head/security/py-fail2ban/distinfo Modified: head/security/py-fail2ban/Makefile ============================================================================== --- head/security/py-fail2ban/Makefile Sat Feb 23 12:30:08 2013 (r312808) +++ head/security/py-fail2ban/Makefile Sat Feb 23 12:36:57 2013 (r312809) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= fail2ban -PORTVERSION= 0.8.7.1 -PORTREVISION= 2 +PORTVERSION= 0.8.8 CATEGORIES= security python MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/tarball/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,9 +13,9 @@ COMMENT= Scans log files and bans IP tha LICENSE= GPLv2 -GITVERSION= 0-g0b5c66f +GITVERSION= 0-g51a3be2 FETCH_ARGS= -pRr -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-e59babb +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-ff91bd4 MAKE_JOBS_SAFE= yes @@ -28,7 +27,7 @@ SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} PYDISTUTILS_INSTALLARGS+= --install-purelib=${PYTHON_SITELIBDIR} \ --install-data=${ETCDIR} -PYDISTUTILS_PKGVERSION= 0.8.7 +PYDISTUTILS_PKGVERSION= 0.8.8 FILES= ${WRKSRC}/fail2ban-regex \ ${WRKSRC}/man/fail2ban-client.1 \ Modified: head/security/py-fail2ban/distinfo ============================================================================== --- head/security/py-fail2ban/distinfo Sat Feb 23 12:30:08 2013 (r312808) +++ head/security/py-fail2ban/distinfo Sat Feb 23 12:36:57 2013 (r312809) @@ -1,2 +1,2 @@ -SHA256 (fail2ban-fail2ban-0.8.7.1-0-g0b5c66f.tar.gz) = 2804a789347b1274e343a33fcca659b37d40bb5f99e77546997c96a425f6fc9b -SIZE (fail2ban-fail2ban-0.8.7.1-0-g0b5c66f.tar.gz) = 122529 +SHA256 (fail2ban-fail2ban-0.8.8-0-g51a3be2.tar.gz) = 5b020aaa2316dc4348a1489187db2cb124c4cf2a13f84aed7064fc5bc948a8ab +SIZE (fail2ban-fail2ban-0.8.8-0-g51a3be2.tar.gz) = 125364 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!