<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/lang/python31/files/patch-setup.py, branch release/6.0.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F6.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F6.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2005-10-16T07:41:55Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag 'RELEASE_6_0_0'.</title>
<updated>2005-10-16T07:41:55Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-10-16T07:41:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=40a3261d1a6e2617f6afde0cd6d762a7e211af7a'/>
<id>urn:sha1:40a3261d1a6e2617f6afde0cd6d762a7e211af7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to 2.4a3</title>
<updated>2004-09-03T17:12:28Z</updated>
<author>
<name>Hye-Shik Chang</name>
<email>perky@FreeBSD.org</email>
</author>
<published>2004-09-03T17:12:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a8ff97aec34b8e37b7a3c97180f2590959a050d5'/>
<id>urn:sha1:a8ff97aec34b8e37b7a3c97180f2590959a050d5</id>
<content type='text'>
PR:		71340
Submitted by:	Marcus Grando &lt;marcus@corp.grupos.com.br&gt;
</content>
</entry>
<entry>
<title>- Add support for FreeBSD 6.</title>
<updated>2004-08-21T01:02:12Z</updated>
<author>
<name>Hye-Shik Chang</name>
<email>perky@FreeBSD.org</email>
</author>
<published>2004-08-21T01:02:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=adca4f9d0ed8ad2f5771aeb47ec40e4b54c0e6a3'/>
<id>urn:sha1:adca4f9d0ed8ad2f5771aeb47ec40e4b54c0e6a3</id>
<content type='text'>
- Drop FreeBSD 2 support.
- Fix build on -stable.

Spotted by:	marcus, kris
Obtained from:	Python CVS
</content>
</entry>
<entry>
<title>- Update to 2.4a2</title>
<updated>2004-08-07T06:36:57Z</updated>
<author>
<name>Hye-Shik Chang</name>
<email>perky@FreeBSD.org</email>
</author>
<published>2004-08-07T06:36:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=03cd3fd2e0043400d07b0696a4cf5291b64ef440'/>
<id>urn:sha1:03cd3fd2e0043400d07b0696a4cf5291b64ef440</id>
<content type='text'>
- Add IPV6 option [1]

PR:		69950 [1]
Submitted by:	Marcus Grando &lt;marcus@corp.grupos.com.br&gt; [1]
</content>
</entry>
<entry>
<title>- Update to 2.4a1, the first alpha release of Python 2.4.</title>
<updated>2004-07-08T15:53:45Z</updated>
<author>
<name>Hye-Shik Chang</name>
<email>perky@FreeBSD.org</email>
</author>
<published>2004-07-08T15:53:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=95340a84dc81dbf3fe8377e5a7d185b82ca5ea65'/>
<id>urn:sha1:95340a84dc81dbf3fe8377e5a7d185b82ca5ea65</id>
<content type='text'>
- Provide USE_PYTHON_BUILD and USE_PYTHON_RUN to allow explicit
  dependencies. [1]
- Provide PYDISTUTILS_CONFIGUREARGS and run ${PYSETUP} config on
  'do-configure' targets. [2]

Reviewed by:	eik [1]
Submitted by:	Mike Brown &lt;mike@skew.org&gt;
</content>
</entry>
<entry>
<title>- Include pyexpat module in python base ports because python incorporated</title>
<updated>2003-11-04T18:00:37Z</updated>
<author>
<name>Hye-Shik Chang</name>
<email>perky@FreeBSD.org</email>
</author>
<published>2003-11-04T18:00:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=62e80c63995f572631d2c1f14957b335f5013191'/>
<id>urn:sha1:62e80c63995f572631d2c1f14957b335f5013191</id>
<content type='text'>
  expat 1.95.6 in its distribution from Python-2.3.
- Bump PORTREVISION subsequently.

Requested by:	Mike Brown &lt;mike@skew.org&gt;
		Jeremy Kloth &lt;jeremy.kloth@fourthought.com&gt;
</content>
</entry>
<entry>
<title>- Update lang/python-devel to Python-2.4 031022 snapshot.</title>
<updated>2003-10-29T21:31:13Z</updated>
<author>
<name>Hye-Shik Chang</name>
<email>perky@FreeBSD.org</email>
</author>
<published>2003-10-29T21:31:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=040577c1f708795f24bc28e7ccae630dacc0e76b'/>
<id>urn:sha1:040577c1f708795f24bc28e7ccae630dacc0e76b</id>
<content type='text'>
- Correct USE_ZOPE dependency to Python 2.1. [1]
- Fetch from correct MASTER_SITE_SUBDIR when upgrading python
  in same branch. [2]
- Enable installing separated standard modules for python-devel port.

Reported by:	Filippo Natali &lt;pitonat@libero.it&gt; [1],
		Yoshihiko Sarumaru &lt;mistral@imasy.or.jp&gt; [2]
</content>
</entry>
<entry>
<title>Update to 2.3c1</title>
<updated>2003-07-19T07:44:46Z</updated>
<author>
<name>Hye-Shik Chang</name>
<email>perky@FreeBSD.org</email>
</author>
<published>2003-07-19T07:44:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ab4b78dba6a9e148a50f8babf7916209592a8f6e'/>
<id>urn:sha1:ab4b78dba6a9e148a50f8babf7916209592a8f6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>o Utilize MASTER_SITE_PYTHON.</title>
<updated>2003-07-04T11:57:54Z</updated>
<author>
<name>Hye-Shik Chang</name>
<email>perky@FreeBSD.org</email>
</author>
<published>2003-07-04T11:57:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6b9a7cf7782f06f68fe0bb60c29e0314090478a8'/>
<id>urn:sha1:6b9a7cf7782f06f68fe0bb60c29e0314090478a8</id>
<content type='text'>
o Rename pydoc to pydoc${PORTVERSION} to avoid conflicts among these
  ports. (lang/python port keeps both of bin/pydoc and bin/pydoc2.2)
o Set LATEST_LINK to ${PYTHON_VERSION:S/.//} except lang/python.

Now, we can install all of these python versions together cleanly.
</content>
</entry>
<entry>
<title>Don't build mpz extension, it's moved to a separate port.</title>
<updated>2001-10-19T11:16:55Z</updated>
<author>
<name>Thomas Gellekum</name>
<email>tg@FreeBSD.org</email>
</author>
<published>2001-10-19T11:16:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=998b2d08ece18e2c6a703faf11a8afba967d70d7'/>
<id>urn:sha1:998b2d08ece18e2c6a703faf11a8afba967d70d7</id>
<content type='text'>
</content>
</entry>
</feed>
