| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
21 May 2013 04:42:49
3.3.2
|
rm  |
Using GNU make to build this port now, because people reporting various
build problems with pmake, that's cannot be reproduced reliable. There is
also upstream bug-report [1]. The solution is suggested by Marcus von Appen.
PORTREVISION isn't bumped, because there is no need in gmake for people
that already built python33 successfully.
Reported by: many
Submitted by: mva (by mail)
Tested by: demon |
18 May 2013 08:21:01
3.3.2
|
rm  |
Update lang/python32 to 3.2.5 and lang/python33 to 3.3.2 |
17 May 2013 04:17:22
3.3.1
|
rm  |
- update to latest upstream versions:
. lang/python27: 2.7.3 -> 2.7.5
. lang/python32: 3.2.3 -> 3.2.4
. lang/python33: 3.3.0 -> 3.3.1
- update Mk/bsd.python.mk with new versions
- mark lang/python26 and lang/python31 as deprecated (set them to
upstream EoL dates)
- update docs (lang/python-doc-html)
- align databases/py-bsddb patch for python27 - most of it was applied
upstream. Raise BDB version to 4.3 atleast, according to
upstream requirements.
Many thanks to Martin (miwi) for his time on this update.
PR: 178506 (Only the first 15 lines of the commit message are shown above ) |
11 May 2013 11:37:55
3.3.0_2
|
rm  |
Commit all the non-functional changes to python ports to reduce the diff size
for an exp-run of updated python versions.
- trim Makefile headers
- remove leading indefinite article from COMMENT
- use PYTHON shortcut in MASTER_SITES
- whitespace fixes
- remove checks for unsupported versions of FreeBSD
- use static value ``33'' instead of PYTHON_SUFFIX in lang/python33/pkg-plist,
because this value is not supposed to be changed across the branch and for
consistency with other python3 ports
- remove conflicts in lang/python-mode.el with not more existing python-2.4 |
06 May 2013 09:58:09
3.3.0_2
|
jgh  |
- finish conversion for USES of gettext |
06 May 2013 06:32:22
3.3.0_2
|
jgh  |
- adoption of USES for gettext
Approved by: portmgr (bapt@) |
03 Feb 2013 11:43:26
3.3.0_2
|
crees  |
Fix logic (should be defined to true integer, not false).
While here, let's use patch from upstream so it obviously conflicts on
the next update.
Submitted by: koobs
Obtained from: http://bugs.python.org/issue16753 |
02 Feb 2013 13:32:45
3.3.0_2
|
crees  |
Fix package on 9.1-RELEASE |
23 Dec 2012 17:52:47
3.3.0_2
|
lwhsu  |
- Remove "first-installed-win" logic for automatically setting
${PYTHON_DEFAULT_VERSION}, this generates conflicting packages.
- Create symbolic links as PEP 394 [1] suggests. ${PYTHON_DEFAULT_VERSION}
will create python and python${MAJOR_VERSION} links. In current default,
lang/python27 will create: python -> python2 -> python2.7
- Introduce ${PYTHON3_DEFAULT_VERSION}, which will handle bin/python3 link.
At this point, lang/python33 will create python3 -> python3.3
- Minor cleanups
* Trim Makefile headers
* Remove ${OSVERSION} detection for xz, whihc is done by USE_XZ
[1] http://www.python.org/dev/peps/pep-0394/ |
21 Dec 2012 21:17:33
3.3.0_1
|
mva  |
- Remove test and regression-test targets for now - they pollute the
installation on tinderboxes causing leftovers
Discussed with: Kubilay Kocak <koobs.freebsd@gmail.com> |
21 Dec 2012 15:45:30
3.3.0_1
|
demon  |
Create python2 symlink for the latest version of python2.X executable and
python3 symlink for the latest version of python3.X executable.
People who really want to use older python version for both python branches
should specify explicit version number in interpreter invocation.
Discussed on python@ long ago. |
20 Dec 2012 11:55:55
3.3.0
|
demon  |
Port for python version 3.3.
Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> |