aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2006-10-09 14:27:26 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2006-10-09 14:27:26 +0000
commita109e33441e4540e21473b7b27b9c549e09d3c0e (patch)
treefefa02fee8d38f32467b2708d62f2e2787eb34b5 /UPDATING
parent9e0ef82bb228a470c73f416319ac412bd868898d (diff)
- Update the main python version to 2.5.
- Now, lang/python is just a meta-port which depends on lang/python25. - And all versions of Python ports have short version identifier in its package name; python25-2.5, python24-2.4.3 and etc. - Also you must upgrade all python modules after lang/python updated, cd /usr/ports/lang/python && make upgrade-site-packages - Give maintainership of Python ports to the new python@ group which includes me, alexbl@ and others.
Notes
Notes: svn path=/head/; revision=175092
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index d3daeae5bfac..84d6aa1c2ae1 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,16 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20041202:
+ AFFECTS: users of any ports using Python
+ AUTHOR: perky@FreeBSD.org
+
+ After upgrading of lang/python, you must rebuild all its consumer
+ ports to make them get ready to Python 2.5.
+
+ To do this, you will need to:
+ pkgdb -uf && cd /usr/ports/lang/python && make upgrade-site-packages
+
20061007:
AFFECTS: users of security/p5-openxpki
AUTHOR: svysh@cryptocom.ru