summaryrefslogtreecommitdiff
path: root/lang/python/files/patch-freebsd7 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update the main python version to 2.5.Hye-Shik Chang2006-10-091-632/+0
| | | | | | | | | | | | | | - 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: svn path=/head/; revision=175093
* Backport support for FreeBSD 7 and drop support for FreeBSD 3.Hye-Shik Chang2005-07-181-0/+632
Fixes for other versions of python will be followed tomorrow. Submitted by: nork Obtained from: Python CVS Notes: svn path=/head/; revision=139500