Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2020 10:05:19 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535376 - head/textproc/coccigrep
Message-ID:  <202005161005.04GA5JFa081960@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat May 16 10:05:19 2020
New Revision: 535376
URL: https://svnweb.freebsd.org/changeset/ports/535376

Log:
  coccigrep is no longer compatible with python 2.7
  
  Reported by:	pkg-fallout

Modified:
  head/textproc/coccigrep/Makefile

Modified: head/textproc/coccigrep/Makefile
==============================================================================
--- head/textproc/coccigrep/Makefile	Sat May 16 10:03:40 2020	(r535375)
+++ head/textproc/coccigrep/Makefile	Sat May 16 10:05:19 2020	(r535376)
@@ -13,7 +13,7 @@ LICENSE=	GPLv3
 
 RUN_DEPENDS=	spatch:devel/coccinelle
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	distutils autoplist concurrent optsuffix
 
 USE_GITHUB=	yes



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