aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2013-10-03 09:25:37 +0000
committerMarcus von Appen <mva@FreeBSD.org>2013-10-03 09:25:37 +0000
commitf106670c04f754c2abf86bae9ad3bd15a920d845 (patch)
treef6108b36a0b605e46d231587ba0beeef930daa84 /UPDATING
parentf2803a979a49573f8f647833286cca75b19ba418 (diff)
downloadports-f106670c04f754c2abf86bae9ad3bd15a920d845.tar.gz
ports-f106670c04f754c2abf86bae9ad3bd15a920d845.zip
The default versions of lang/python* have been changed to support the
new DEFAULT_VERSIONS variable. PYTHON_DEFAULT_VERSION, PYTHON2_DEFAULT_VERSION and PYTHON3_DEFAULT_VERSION are deprecated. If you have set them in your make.conf, you should change them something like DEFAULT_VERSIONS=python=2.7 python2=2.7 python3=3.3
Notes
Notes: svn path=/head/; revision=329164
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index d5883f3ce542..8d99e1790a8b 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.
+20131003:
+ AFFECTS: users of lang/python* and ports
+ AUTHOR: mva@FreeBSD.org
+
+ The default versions of lang/python* have been changed to support the
+ new DEFAULT_VERSIONS variable.
+
+ PYTHON_DEFAULT_VERSION, PYTHON2_DEFAULT_VERSION and
+ PYTHON3_DEFAULT_VERSION are deprecated. If you have set them in your
+ make.conf, you should change them something like
+
+ DEFAULT_VERSIONS=python=2.7 python2=2.7 python3=3.3
+
+
20130929:
AFFECTS: users of x11/pixman
AUTHOR: zeising@FreeBSD.org