aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2015-01-10 23:15:27 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2015-01-10 23:15:27 +0000
commit3a18883882aa568f5a1c558e17c6f0a646466449 (patch)
tree0d5ac268bf5211f4801cc546aea316b09fa39279 /UPDATING
parentbc918e0681bfbde9679a81bd8be1119af44d35cb (diff)
downloadports-3a18883882aa568f5a1c558e17c6f0a646466449.tar.gz
ports-3a18883882aa568f5a1c558e17c6f0a646466449.zip
Switch default python3 version from 3.3 to 3.4.
Bump PORTREVISIONs for the affected ports. Exp-run by: antoine
Notes
Notes: svn path=/head/; revision=376731
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 902560c1771f..e23a4dc53d8b 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.
+20150111:
+ AFFECTS: users of python3
+ AUTHOR: demon@FreeBSD.org
+
+ The default version of python3 has changed from 3.3 to 3.4.
+ If you wish to stick with older version, add "python3=3.3" to your
+ DEFAULT_VERSIONS variable in /etc/make.conf. To upgrade:
+
+ If using portupgrade:
+ # portupgrade -o lang/python33 lang/python34
+
+ If using portmaster:
+ # portmaster -o lang/python33 lang/python34
+
20150109:
AFFECTS: users of audio/speex
AUTHOR: tijl@FreeBSD.org