svn commit: r520260 - head/ports-mgmt/py-FreeBSD-ports

Steve Wills swills at FreeBSD.org
Mon Dec 16 14:12:56 UTC 2019


Author: swills
Date: Mon Dec 16 14:12:55 2019
New Revision: 520260
URL: https://svnweb.freebsd.org/changeset/ports/520260

Log:
  ports-mgmt/py-FreeBSD-ports: works OK with newer python too

Modified:
  head/ports-mgmt/py-FreeBSD-ports/Makefile   (contents, props changed)

Modified: head/ports-mgmt/py-FreeBSD-ports/Makefile
==============================================================================
--- head/ports-mgmt/py-FreeBSD-ports/Makefile	Mon Dec 16 13:55:37 2019	(r520259)
+++ head/ports-mgmt/py-FreeBSD-ports/Makefile	Mon Dec 16 14:12:55 2019	(r520260)
@@ -12,7 +12,7 @@ COMMENT=	Parse FreeBSD Ports INDEX, provide search API
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		python:3.6
+USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list