svn commit: r459924 - head/security/py-fail2ban

Mathieu Arnold mat at FreeBSD.org
Thu Jan 25 12:37:07 UTC 2018


Author: mat
Date: Thu Jan 25 12:37:06 2018
New Revision: 459924
URL: https://svnweb.freebsd.org/changeset/ports/459924

Log:
  Fix build with Python != 2.7
  
  Pointy hat:	pi
  Sponsored by:	Absolight

Modified:
  head/security/py-fail2ban/Makefile   (contents, props changed)

Modified: head/security/py-fail2ban/Makefile
==============================================================================
--- head/security/py-fail2ban/Makefile	Thu Jan 25 12:36:54 2018	(r459923)
+++ head/security/py-fail2ban/Makefile	Thu Jan 25 12:37:06 2018	(r459924)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:database
 
 OPTIONS_DEFINE=	DOCS
 
-USES=		python shebangfix
+USES=		python:patch shebangfix
 USE_GITHUB=	yes
 USE_PYTHON=	autoplist distutils
 USE_RC_SUBR=	fail2ban


More information about the svn-ports-head mailing list