| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
01 Mar 2013 20:12:02
2.7.3_3
|
lwhsu  |
- Install standard libraries separated as other ports to the same place
with other standard libraries (${PYTHON_LIBDIR}/lib-dynload)
- Improve consistency of the Makefile(s)
- Whitespace cleanup for the patches |
03 Oct 2012 04:06:38
2.7.3_2
|
rm  |
- do not hardcode distfile extension for lang/python ports in bsd.python.mk
(PYTHON_DISTFILE variable)
- switch lang/python ports (and it's slaves) to tar.xz
I compared all the four pairs .tgz/.tar.xz and they have no content differences.
Discussed on: python@ |
04 Sep 2012 03:05:24
2.7.3_2
|
linimon  |
Mark as broken on ARM.
PR: ports/170946
Submitted by: linimon
Hat: portmgr |
26 Jul 2012 05:44:07
2.7.3_2
|
mva  |
- Don't define HAVE_LOAD_EXTENSION when sqlite3 is compiled with EXTENSION
option turned off
PR: ports/156076
Submitted by: Pan Tsu <inyaoo@gmail.com> |
13 Oct 2011 13:06:11
2.7.2_1
|
wen  |
- Remove stale pkg_message
PR: ports/161535
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
28 Oct 2010 21:00:21
2.6.6_1
|
erwin  |
Deprecate md5 in favour of sha256 checksums. md5 checksums will no longer
be generated or checked, and will be silently ignored for now. Also,
generalize the MD5_FILE macro to DISTINFO_FILO.
PR: 149657
Submitted by: rene
Approved by: portmgr
Tested on: pointyhat i386 7-exp |
30 Jun 2009 21:51:53
2.6.2_1
|
lwhsu  |
- Fix building with python3*
- Use checksum file under lang/python${PYTHON_SUFFIX}/,
for removal lang/python/distinfo |
30 Jul 2007 09:42:28
2.5.1_1
|
alexbl  |
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav |
30 Mar 2007 04:18:18
2.5_1
|
kris  |
Now appears to build |
11 Feb 2007 01:23:35
2.5_1
|
kris  |
Schedule these broken ports for removal on 2007-04-10 if they are still
broken at that time and no fix has been submitted. |
12 Oct 2006 03:35:00
2.5_1
|
kris  |
BROKEN: Incomplete pkg-plist
Approved by: portmgr (self) |
07 Aug 2006 02:23:05
2.5.b3_1
|
perky  |
Make setup not to install an egg info file which isn't needed for
standard modules. |
23 Jun 2006 03:54:01
2.5.b1
|
perky  |
Add new port for python sqlite3 module.
This port installs a Python "standard" library version of pysqlite
which is provided by databases/py-pysqlite22 already. Because
sqlite3 module was introduced in Python 2.5, this port plays only
for 2.5 or laters.
See Also: http://docs.python.org/dev/lib/module-sqlite3.html |