diff options
author | antoine <antoine@FreeBSD.org> | 2016-10-15 03:50:00 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-10-15 03:50:00 +0800 |
commit | 0d4a5580383e22c13fbb8169a70458fc97845da4 (patch) | |
tree | dd2319c6695940f52d2fc48d290041ec5eaec443 /UPDATING | |
parent | 35aa2855cc36b12d7da59398c4b1d381d30cb9a4 (diff) | |
download | freebsd-ports-gnome-0d4a5580383e22c13fbb8169a70458fc97845da4.tar.gz freebsd-ports-gnome-0d4a5580383e22c13fbb8169a70458fc97845da4.tar.zst freebsd-ports-gnome-0d4a5580383e22c13fbb8169a70458fc97845da4.zip |
Change the default version of python3 from 3.4 to 3.5
Thanks to Ruslan Makhmatkhanov for doing all the fixes
PR: 204519
With hat: portmgr
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 |