svn commit: r535376 - head/textproc/coccigrep

Antoine Brodin antoine at FreeBSD.org
Sat May 16 10:05:19 UTC 2020


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


More information about the svn-ports-head mailing list