Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jan 2018 12:37:06 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r459924 - head/security/py-fail2ban
Message-ID:  <201801251237.w0PCb6cU026475@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801251237.w0PCb6cU026475>