git: 024ecae0c5db - main - Move 2.7 to the last of _PYTHON_VERSIONS
Li-Wen Hsu
lwhsu at FreeBSD.org
Tue May 18 09:45:51 UTC 2021
The branch main has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=024ecae0c5dbcaaeeca1d8a8bed0ef1ab81a6e7d
commit 024ecae0c5dbcaaeeca1d8a8bed0ef1ab81a6e7d
Author: Li-Wen Hsu <lwhsu at FreeBSD.org>
AuthorDate: 2021-05-18 09:40:17 +0000
Commit: Li-Wen Hsu <lwhsu at FreeBSD.org>
CommitDate: 2021-05-18 09:40:17 +0000
Move 2.7 to the last of _PYTHON_VERSIONS
Reviewed by: sbz
Differential Revision: https://reviews.freebsd.org/D29837
---
Mk/Uses/python.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk
index 70ff43985dcc..fc650252134c 100644
--- a/Mk/Uses/python.mk
+++ b/Mk/Uses/python.mk
@@ -248,8 +248,8 @@ _INCLUDE_USES_PYTHON_MK= yes
# What Python version and what Python interpreters are currently supported?
# When adding a version, please keep the comment in
# Mk/bsd.default-versions.mk in sync.
-_PYTHON_VERSIONS= 2.7 3.8 3.9 3.7 3.6 # preferred first
-_PYTHON_PORTBRANCH= 2.7 # ${_PYTHON_VERSIONS:[1]}
+_PYTHON_VERSIONS= 3.8 3.9 3.7 3.6 2.7 # preferred first
+_PYTHON_PORTBRANCH= 3.8 # ${_PYTHON_VERSIONS:[1]}
_PYTHON_BASECMD= ${LOCALBASE}/bin/python
_PYTHON_RELPORTDIR= lang/python
More information about the dev-commits-ports-all
mailing list