<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/lang/python27, branch release/8.1.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F8.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F8.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2010-07-08T07:37:32Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag 'RELEASE_8_1_0'.</title>
<updated>2010-07-08T07:37:32Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2010-07-08T07:37:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b80064cbb9898918e6563795d0233e58fde5e7a6'/>
<id>urn:sha1:b80064cbb9898918e6563795d0233e58fde5e7a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Update lang/python26 to 2.6.5</title>
<updated>2010-05-12T12:13:07Z</updated>
<author>
<name>Wen Heping</name>
<email>wen@FreeBSD.org</email>
</author>
<published>2010-05-12T12:13:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=25e48ae956cec6ec8312bd67ced18256be2fa0d2'/>
<id>urn:sha1:25e48ae956cec6ec8312bd67ced18256be2fa0d2</id>
<content type='text'>
- Update lang/python31 to 3.1.2

Reviewed by:	miwi@, lwhsu@
</content>
</entry>
<entry>
<title>- Update to 2.6.4</title>
<updated>2009-11-26T22:21:20Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2009-11-26T22:21:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=492dce90c8badc885b3081ed64c294b7ae92904c'/>
<id>urn:sha1:492dce90c8badc885b3081ed64c294b7ae92904c</id>
<content type='text'>
Changelog:
	http://python.org/download/releases/2.6.4/NEWS.txt
</content>
</entry>
<entry>
<title>Fix build if POSIX semaphore enabled is</title>
<updated>2009-09-15T21:41:21Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2009-09-15T21:41:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=87ee28693e2fb6ecbb98d21239fa820e011b77db'/>
<id>urn:sha1:87ee28693e2fb6ecbb98d21239fa820e011b77db</id>
<content type='text'>
Reported by:	many on ports@/python@
Patched by:	beat@

Feature safe: yes
</content>
</entry>
<entry>
<title>- Add support for FreeBSD 9.0</title>
<updated>2009-09-11T14:58:08Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2009-09-11T14:58:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7ab93f8778107d1870669b200b30c50dba4bd940'/>
<id>urn:sha1:7ab93f8778107d1870669b200b30c50dba4bd940</id>
<content type='text'>
PR:		based on 138600
</content>
</entry>
<entry>
<title>- Use dirrmtry in lib-old dir to fix some plist leftlovers</title>
<updated>2009-08-13T12:12:20Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2009-08-13T12:12:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e3b22deb7de699116ee10bdabffb2713abc8c808'/>
<id>urn:sha1:e3b22deb7de699116ee10bdabffb2713abc8c808</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Fix build with WITH_SEM but ${OSVERSION} &lt; 701106 (mark IGNORE correctly)</title>
<updated>2009-08-02T10:58:58Z</updated>
<author>
<name>Li-Wen Hsu</name>
<email>lwhsu@FreeBSD.org</email>
</author>
<published>2009-08-02T10:58:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=af509f97c92ef8cecd1471fbd766809e32f90b83'/>
<id>urn:sha1:af509f97c92ef8cecd1471fbd766809e32f90b83</id>
<content type='text'>
PR:		ports/136992
Submitted by:	Andrey Zonov &lt;andrey.zonov AT gmail.com&gt;
</content>
</entry>
<entry>
<title>- Ask the first Python installed to install the bin/python link,</title>
<updated>2009-07-14T09:29:03Z</updated>
<author>
<name>Li-Wen Hsu</name>
<email>lwhsu@FreeBSD.org</email>
</author>
<published>2009-07-14T09:29:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2b97db48a68c3b2a8a000fa53a14006421f7d092'/>
<id>urn:sha1:2b97db48a68c3b2a8a000fa53a14006421f7d092</id>
<content type='text'>
  and be the default Python version

PR:		ports/109550
Submitted by:	David Yeske &lt;dyeske AT yahoo.com&gt;
Obtained from:	tmclaugh
</content>
</entry>
<entry>
<title>- Honor EXAMPLESDIR, DATADIR, NOPORTEXAMPLES, NOPORTDATA</title>
<updated>2009-07-12T17:17:52Z</updated>
<author>
<name>Li-Wen Hsu</name>
<email>lwhsu@FreeBSD.org</email>
</author>
<published>2009-07-12T17:17:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=986242b42a96be8f609ac85db063241acd803aeb'/>
<id>urn:sha1:986242b42a96be8f609ac85db063241acd803aeb</id>
<content type='text'>
- portlint(1)
</content>
</entry>
<entry>
<title>- Update lang/python26 and make Python 2.6.2 to the default Python version</title>
<updated>2009-06-08T22:30:55Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2009-06-08T22:30:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=81100672d4de2795c4284cf568383d48955cbdcb'/>
<id>urn:sha1:81100672d4de2795c4284cf568383d48955cbdcb</id>
<content type='text'>
Tested by:	3 pointyhat runs
Thanks to:	pav, gahr, lwhsu, mva, amdmi3
</content>
</entry>
</feed>
