svn commit: r492900 - head/devel/py-opengrok-tools

Antoine Brodin antoine at FreeBSD.org
Thu Feb 14 06:58:59 UTC 2019


Author: antoine
Date: Thu Feb 14 06:58:58 2019
New Revision: 492900
URL: https://svnweb.freebsd.org/changeset/ports/492900

Log:
  Unbreak INDEX with DEFAULT_VERSIONS=python3=3.7
  
  PR:		233770

Modified:
  head/devel/py-opengrok-tools/Makefile

Modified: head/devel/py-opengrok-tools/Makefile
==============================================================================
--- head/devel/py-opengrok-tools/Makefile	Thu Feb 14 04:12:44 2019	(r492899)
+++ head/devel/py-opengrok-tools/Makefile	Thu Feb 14 06:58:58 2019	(r492900)
@@ -19,7 +19,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jsonschema>=2.6.0:
 		${PYTHON_PKGNAMEPREFIX}filelock>0:sysutils/py-filelock@${PY_FLAVOR}
 
 # According to the vendor, Python3 is required
-USES=		python:3.6
+USES=		python:3.5+
 USE_PYTHON=	autoplist distutils noflavors
 
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list