aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-10 05:47:26 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-10 05:47:26 +0000
commite413c34db1a433094d48a8c5c420cf5102c6da49 (patch)
treeeff7a70ad21cb1536e749f31ada8da2f5e93a98a /UPDATING
parentaaeb9d98497de15a30fefe0295705627fa7ea30b (diff)
downloadports-e413c34db1a433094d48a8c5c420cf5102c6da49.tar.gz
ports-e413c34db1a433094d48a8c5c420cf5102c6da49.zip
Switch default version of python to 3.6
PR: 234633 With hat: portmgr Differential Revision: https://reviews.freebsd.org/D18743
Notes
Notes: svn path=/head/; revision=498529
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 140b15758f03..b2628b449e6d 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,15 @@ 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.
+20190410:
+ AFFECTS: users of python
+ AUTHOR: antoine@FreeBSD.org
+
+ Default version of python was switched to 3.6.
+
+ For ports users wanting to keep version 2.7 as default,
+ add DEFAULT_VERSIONS+= python=2.7 to make.conf
+
20190328:
AFFECTS: www/firefox-i18n, www/firefox-esr-i18n, mail/thunderbird-i18n, www/seamonkey-i18n
AUTHOR: gecko@FreeBSD.org