aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2013-10-03 17:25:37 +0800
committermva <mva@FreeBSD.org>2013-10-03 17:25:37 +0800
commit4c7de5ab73eac916156cb8a129737a7d84412f30 (patch)
treef6108b36a0b605e46d231587ba0beeef930daa84 /UPDATING
parentb1aec2842742a9d37b6c2e85f1d24aaee5174971 (diff)
downloadfreebsd-ports-gnome-4c7de5ab73eac916156cb8a129737a7d84412f30.tar.gz
freebsd-ports-gnome-4c7de5ab73eac916156cb8a129737a7d84412f30.tar.zst
freebsd-ports-gnome-4c7de5ab73eac916156cb8a129737a7d84412f30.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
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