diff options
author | mva <mva@FreeBSD.org> | 2013-10-03 17:25:37 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2013-10-03 17:25:37 +0800 |
commit | 4c7de5ab73eac916156cb8a129737a7d84412f30 (patch) | |
tree | f6108b36a0b605e46d231587ba0beeef930daa84 /UPDATING | |
parent | b1aec2842742a9d37b6c2e85f1d24aaee5174971 (diff) | |
download | freebsd-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-- | 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. +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 |