Date: Thu, 14 Feb 2019 06:58:58 +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: r492900 - head/devel/py-opengrok-tools Message-ID: <201902140658.x1E6wwP8055834@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902140658.x1E6wwP8055834>