svn commit: r393103 - branches/2015Q3/security/py-fail2ban

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 28 21:13:09 UTC 2015


Author: amdmi3
Date: Tue Jul 28 21:13:08 2015
New Revision: 393103
URL: https://svnweb.freebsd.org/changeset/ports/393103

Log:
  MFH: r393102
  
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (shebang fix blanket)

Modified:
  branches/2015Q3/security/py-fail2ban/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/security/py-fail2ban/Makefile
==============================================================================
--- branches/2015Q3/security/py-fail2ban/Makefile	Tue Jul 28 21:10:35 2015	(r393102)
+++ branches/2015Q3/security/py-fail2ban/Makefile	Tue Jul 28 21:13:08 2015	(r393103)
@@ -2,6 +2,7 @@
 
 PORTNAME=	fail2ban
 PORTVERSION=	0.9.2
+PORTREVISION=	1
 CATEGORIES=	security python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -14,7 +15,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqli
 
 USE_GITHUB=	yes
 
-USES=		python
+USES=		python shebangfix
+SHEBANG_FILES=	config/filter.d/ignorecommands/apache-fakegooglebot
 USE_PYTHON=	distutils py3kplist
 
 USE_RC_SUBR=	fail2ban


More information about the svn-ports-branches mailing list