git: 6cd3db2d03cc - main - *: Switch default version of python and python3 from 3.7 to 3.8
Kai Knoblich
kai at FreeBSD.org
Sun Apr 25 18:59:38 UTC 2021
The branch main has been updated by kai:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6cd3db2d03cc544c5893e41dbbacd2000fcbd35a
commit 6cd3db2d03cc544c5893e41dbbacd2000fcbd35a
Author: Kai Knoblich <kai at FreeBSD.org>
AuthorDate: 2021-04-25 18:48:44 +0000
Commit: Kai Knoblich <kai at FreeBSD.org>
CommitDate: 2021-04-25 18:48:44 +0000
*: Switch default version of python and python3 from 3.7 to 3.8
PR: 253815
Reported by: VVD <vvd at unislabs.com>
Approved by: kai (python, maintainer)
Exp-run by: antoine
---
Mk/Uses/python.mk | 2 +-
Mk/bsd.default-versions.mk | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk
index ca7be88139af..70ff43985dcc 100644
--- a/Mk/Uses/python.mk
+++ b/Mk/Uses/python.mk
@@ -248,7 +248,7 @@ _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.7 3.8 3.9 3.6 # preferred first
+_PYTHON_VERSIONS= 2.7 3.8 3.9 3.7 3.6 # preferred first
_PYTHON_PORTBRANCH= 2.7 # ${_PYTHON_VERSIONS:[1]}
_PYTHON_BASECMD= ${LOCALBASE}/bin/python
_PYTHON_RELPORTDIR= lang/python
diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk
index 0c709c791bfb..e1f794ab9723 100644
--- a/Mk/bsd.default-versions.mk
+++ b/Mk/bsd.default-versions.mk
@@ -103,11 +103,11 @@ PGSQL_DEFAULT?= 12
# Possible values: 7.3, 7.4, 8.0
PHP_DEFAULT?= 7.4
# Possible values: 2.7, 3.6, 3.7, 3.8, 3.9
-PYTHON_DEFAULT?= 3.7
+PYTHON_DEFAULT?= 3.8
# Possible values: 2.7
PYTHON2_DEFAULT?= 2.7
# Possible values: 3.6, 3.7, 3.8, 3.9
-PYTHON3_DEFAULT?= 3.7
+PYTHON3_DEFAULT?= 3.8
# Possible values: 2.6, 2.7, 3.0
RUBY_DEFAULT?= 2.7
# Possible values: rust, rust-nightly
More information about the dev-commits-ports-all
mailing list