| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
17 May 2013 04:17:22
2.7.5_3
|
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 ) |
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 06:02:25
2.7.3_2
|
rm  |
- cleanup unsupported python versions
- trim Makefile header |
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@ |
10 Oct 2011 04:05:15
2.7.2_2
|
sunpoet  |
- Fix build with various python releases (2.4-2.7) and berkeley db versions
(4.x-5.x) |
04 Oct 2011 16:44:07
2.7.2_2
|
sunpoet  |
- Fix build with db5
- Cosmetic change
PR: ports/152886
Reported by: Anatoly Borodin <anatoly.borodin@gmail.com> |
28 Oct 2010 21:00:21
2.6.6_2
|
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 |
20 Aug 2010 20:53:48
2.6.5_2
|
lwhsu  |
- Grab maintainership of these ports for python@ |
23 May 2010 21:16:16
2.6.5_2
|
linimon  |
Reset perky@FreeBSD.org due to maintainer-timeouts and no response
to email.
Hat: portmgr |
08 Jul 2009 08:55:07
2.6.2_2
|
lwhsu  |
- Use checksum file under lang/python${PYTHON_SUFFIX}/,
for removal lang/python/distinfo [1]
- USE_PYTHON=yes, all Python version in the ports tree is 2.3+
- Mark IGNORE for Python >= 3.0
- Prepare to be a master port
PR: ports/136200 [1]
Submitted by: lwhsu
Approved by: perky |
06 Apr 2009 05:12:40
2.5.4_2
|
tmclaugh  |
Fix build with Python 2.6
- chase moved db.h include location
PR: 130410
Submitted by: David Naylor
Approved by: maintainer timeout |
30 Jul 2007 09:42:28
2.5.1_2
|
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 |
22 Apr 2006 04:39:05
2.4.3_2
|
perky  |
- Utilize BDB macros from bsd.database.mk.
- This resolves a version problem reported in [1].
PR: 91801 [1]
Submitted by: Rob B <rbyrnes@mailshack.com> [1] |
29 Aug 2005 13:57:44
2.4.1_2
|
perky  |
Add support for Berkeley DB 4.3
PR: 80998
Submitted by: NIIMI Satoshi <sa2c@sa2c.net> |
06 Feb 2004 13:12:53
2.3.3_2
|
trevor  |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
26 Jan 2004 01:50:51
2.3.3_2
|
perky  |
Allow to build with bsddb 4.2.
PR: 61650
Submitted by: Scot W. Hetzel <hetzelsw@westbend.net> |
21 Nov 2003 05:17:54
2.3.2_1
|
perky  |
Add WITH_DB4 knob and change default to use db4.1.
Submitted by: Rui Lopes <rui@ruilopes.com> |
04 Nov 2003 17:36:04
2.3.2
|
perky  |
Enable building for Python-2.4 by utilizing PYTHON_MASTER_SITES. |
04 Nov 2003 16:38:39
2.3.2
|
perky  |
Chase bsd.python.mk's change PYTHON_SITE_SUBDIR -> PYTHON_MASTER_SITE_SUBDIR.
Submitted by: marcus |
19 Oct 2003 08:52:10
2.3.2
|
perky  |
Utilize PYTHON_SITE_SUBDIR and USE_PYTHON. |
31 Jul 2003 20:03:51
2.2.2
|
perky  |
Add new port for py-bsddb,
a bsddb[34] binding bundled in python2.3 distribution. |