aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mk/Uses/python.mk2
-rw-r--r--Mk/bsd.default-versions.mk2
-rw-r--r--UPDATING14
3 files changed, 16 insertions, 2 deletions
diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk
index 4a68ef552f45..60dc405e7d37 100644
--- a/Mk/Uses/python.mk
+++ b/Mk/Uses/python.mk
@@ -222,7 +222,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.4 3.5 3.3 # preferred first
+_PYTHON_VERSIONS= 2.7 3.5 3.4 3.3 # 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 b11d5609577c..80fc9c246e2c 100644
--- a/Mk/bsd.default-versions.mk
+++ b/Mk/bsd.default-versions.mk
@@ -66,7 +66,7 @@ PYTHON_DEFAULT?= 2.7
# Possible values: 2.7
PYTHON2_DEFAULT?= 2.7
# Possible values: 3.3, 3.4, 3.5
-PYTHON3_DEFAULT?= 3.4
+PYTHON3_DEFAULT?= 3.5
# Possible values: 2.0, 2.1, 2.2, 2.3
RUBY_DEFAULT?= 2.2
# Possible values: base, openssl, openssl-devel, libressl, libressl-devel
diff --git a/UPDATING b/UPDATING
index e95e6e9d3a88..9f828c235e7e 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,20 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20161014:
+ AFFECTS: users of lang/python3
+ AUTHOR: antoine@FreeBSD.org
+
+ The default version of python3 has changed from 3.4 to 3.5.
+ If you wish to stick with older version, add "python3=3.4" to your
+ DEFAULT_VERSIONS variable in /etc/make.conf. To upgrade:
+
+ If using portupgrade:
+ # portupgrade -o lang/python35 lang/python34
+
+ If using portmaster:
+ # portmaster -o lang/python35 lang/python34
+
20161011:
AFFECTS: Users of net-im/ejabberd
AUTHOR: ashish@FreeBSD.org