aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2013-08-17 19:10:59 +0000
committerMarcus von Appen <mva@FreeBSD.org>2013-08-17 19:10:59 +0000
commit7452555915d18a48268c714a4a4b2510a9fa721c (patch)
tree5fb4dff170d638784a5c9228ee0855dbe6de4641 /UPDATING
parent2f894d23880be6411437df3696181abcb0ec51ce (diff)
downloadports-7452555915d18a48268c714a4a4b2510a9fa721c.tar.gz
ports-7452555915d18a48268c714a4a4b2510a9fa721c.zip
- Move the symlink magic for the default python version into lang/python
and lang/python2 and lang/python3. This change brings us closer to the goal of making Python ports usable with different Python versions at the same time. - Add a new lang/python2 port to handle the symlinks for bin/python2, bin/idle2, bin/pydoc2 and so on. - Add a new lang/python3 port to handle the symlinks for bin/python3, bin/idle3, bin/pydoc3 and so on. - Bump the PORTREVISION on all lang/python* ports.
Notes
Notes: svn path=/head/; revision=324864
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING17
1 files changed, 17 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 9f910298cfb2..3ff4e78a883e 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,23 @@ 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.
+20130817:
+ AFFECTS: users of lang/python*
+ AUTHOR: mva@FreeBSD.org
+
+ The lang/python* ports do not install links to 2to3, idle, pydoc, python
+ and other binaries anymore. Those were moved into the lang/python2 and
+ lang/python3 ports respectively. This change brings us closer to the goal
+ of making Python ports usable with different Python versions at the same
+ time.
+
+ If you have lang/python2* or lang/python3* installed, please also install
+ the associated lang/python2 or lang/python3 port.
+
+ 1. update lang/python2* and/or lang/python3*
+ 2. install lang/python2 and/or lang/python3
+ 3. reinstall lang/python (if installed)
+
20130816:
AFFECTS: users of graphics/opendx and math/octave-forge-octcdf
AUTHOR: stephen@FreeBSD.org