Delete files/patch-actions.py The file files/patch-actions.py was to fix a bug in fail2ban 0.8.7. That bug is now fixed in current version 0.8.8. In my last patch #176368 to update security/py-fail2ban to that version I forgot to remove that file. This is done now. 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)
Author: ache Date: Mon Feb 25 22:23:15 2013 New Revision: 312944 URL: http://svnweb.freebsd.org/changeset/ports/312944 Log: Remove patch unneded in 0.8.8 PR: 176426 Submitted by: Christoph Theis <theis@gmx.at> [maintainer] Deleted: head/security/py-fail2ban/files/patch-actions.py Modified: head/security/py-fail2ban/Makefile Modified: head/security/py-fail2ban/Makefile ============================================================================== --- head/security/py-fail2ban/Makefile Mon Feb 25 22:20:35 2013 (r312943) +++ head/security/py-fail2ban/Makefile Mon Feb 25 22:23:15 2013 (r312944) @@ -3,6 +3,7 @@ PORTNAME= fail2ban PORTVERSION= 0.8.8 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/tarball/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} _______________________________________________ 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