<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/lang/python26/pkg-plist, branch release/12.3.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F12.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F12.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2014-01-13T21:06:11Z</updated>
<entry>
<title>Remove python26, it is expired and nothing depends on it anymore.</title>
<updated>2014-01-13T21:06:11Z</updated>
<author>
<name>Rene Ladan</name>
<email>rene@FreeBSD.org</email>
</author>
<published>2014-01-13T21:06:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6b91ba7b052b25ffe456e9eccc00ae368cd315ed'/>
<id>urn:sha1:6b91ba7b052b25ffe456e9eccc00ae368cd315ed</id>
<content type='text'>
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
</content>
</entry>
<entry>
<title>lang/python26: Add FreeBSD 11 support, enable POSIX Semaphores on FreeBSD 7+</title>
<updated>2013-12-08T08:06:03Z</updated>
<author>
<name>Kubilay Kocak</name>
<email>koobs@FreeBSD.org</email>
</author>
<published>2013-12-08T08:06:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=066dc229318b15bc5edb004bc6aa9078403b8f8b'/>
<id>urn:sha1:066dc229318b15bc5edb004bc6aa9078403b8f8b</id>
<content type='text'>
Finish off adding FreeBSD 11 support to our Python ports by backporting
wg@'s changesets [1] and [2], and mine from python32 [3] to
lang/python26. These changes also bring more consistency and reduced diffs
between ports

[1] https://svnweb.freebsd.org/ports?view=revision&amp;revision=333665
[2] https://svnweb.freebsd.org/ports?view=revision&amp;revision=333487
[3] https://svnweb.freebsd.org/ports?view=revision&amp;revision=335376

Reviewed by:	milki
</content>
</entry>
<entry>
<title>- Update to version 2.6.9</title>
<updated>2013-11-02T12:37:58Z</updated>
<author>
<name>Marcus von Appen</name>
<email>mva@FreeBSD.org</email>
</author>
<published>2013-11-02T12:37:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3d4895f423384e003932d3f7afdc81e3d01d7de3'/>
<id>urn:sha1:3d4895f423384e003932d3f7afdc81e3d01d7de3</id>
<content type='text'>
With the 2.6.9 release, and five years after its first release, the
Python 2.6 series is now officially retired. All official maintenance
for Python 2.6, including security patches, has ended. [1]

Please migrate to lang/python27 or later as soon as possible.
lang/python26 will expire and be removed in January 2014.

[1] http://www.python.org/download/releases/2.6.9/

With hat on:		python@
Reviewed by:        koobs@
</content>
</entry>
<entry>
<title>- Move the symlink magic for the default python version into lang/python</title>
<updated>2013-08-17T19:10:59Z</updated>
<author>
<name>Marcus von Appen</name>
<email>mva@FreeBSD.org</email>
</author>
<published>2013-08-17T19:10:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7452555915d18a48268c714a4a4b2510a9fa721c'/>
<id>urn:sha1:7452555915d18a48268c714a4a4b2510a9fa721c</id>
<content type='text'>
  and lang/python2 and lang/python3. This change brings us closer to the goal
  of making Python ports usable with different Python versions at the same
  time.
- Add a new lang/python2 port to handle the symlinks for bin/python2,
  bin/idle2, bin/pydoc2 and so on.
- Add a new lang/python3 port to handle the symlinks for bin/python3,
  bin/idle3, bin/pydoc3 and so on.
- Bump the PORTREVISION on all lang/python* ports.
</content>
</entry>
<entry>
<title>- Remove "first-installed-win" logic for automatically setting</title>
<updated>2012-12-23T17:52:46Z</updated>
<author>
<name>Li-Wen Hsu</name>
<email>lwhsu@FreeBSD.org</email>
</author>
<published>2012-12-23T17:52:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6e2fa0573bdbe896a47e2e1d3e49cd84e62d1555'/>
<id>urn:sha1:6e2fa0573bdbe896a47e2e1d3e49cd84e62d1555</id>
<content type='text'>
  ${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 -&gt; python2 -&gt; python2.7

- Introduce ${PYTHON3_DEFAULT_VERSION}, which will handle bin/python3 link.
  At this point, lang/python33 will create python3 -&gt; 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/
</content>
</entry>
<entry>
<title>Don't try to tidy up user-created directories.</title>
<updated>2012-10-06T08:01:29Z</updated>
<author>
<name>Koop Mast</name>
<email>kwm@FreeBSD.org</email>
</author>
<published>2012-10-06T08:01:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4e9d93dbace318b47fc6dd35351334aea9535bd0'/>
<id>urn:sha1:4e9d93dbace318b47fc6dd35351334aea9535bd0</id>
<content type='text'>
Approved by:	crees (python@)
</content>
</entry>
<entry>
<title>- Unbreak build on powerpc</title>
<updated>2012-05-28T05:16:37Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2012-05-28T05:16:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=bf2aa23152cb2d1a80b71ce4b87bf07f6fda1e6c'/>
<id>urn:sha1:bf2aa23152cb2d1a80b71ce4b87bf07f6fda1e6c</id>
<content type='text'>
PR:		168361
Submitted by:	linimon
</content>
</entry>
<entry>
<title>- Update:</title>
<updated>2012-04-11T12:52:17Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2012-04-11T12:52:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=19425757a8e3a76d2ae6c145867d1e970ffba860'/>
<id>urn:sha1:19425757a8e3a76d2ae6c145867d1e970ffba860</id>
<content type='text'>
  * python26 -&gt; 2.6.8
  * python27 -&gt; 2.7.3
  * python31 -&gt; 3.1.5
  * python32 -&gt; 3.2.1

Security:	http://www.vuxml.org/freebsd/b4f8be9e-56b2-11e1-9fb7-003067b2972c.html
		CVE-2012-0845 CVE-2012-0876 CVE-2012-1150 CVE-2012-0845 CVE-2011-3389
</content>
</entry>
<entry>
<title>- Fix build on FreeBSD 10</title>
<updated>2011-10-28T10:42:24Z</updated>
<author>
<name>Beat Gaetzi</name>
<email>beat@FreeBSD.org</email>
</author>
<published>2011-10-28T10:42:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5bc148fb49f344096c1b58fc5cdea109d4171688'/>
<id>urn:sha1:5bc148fb49f344096c1b58fc5cdea109d4171688</id>
<content type='text'>
Approved by:	miwi (implicit)
</content>
</entry>
<entry>
<title>- Fix pkg-plist when building with WITHOUT_THREADS</title>
<updated>2011-08-19T13:09:30Z</updated>
<author>
<name>Li-Wen Hsu</name>
<email>lwhsu@FreeBSD.org</email>
</author>
<published>2011-08-19T13:09:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=80b804c403827a7276588b6245b3cd6043165bd4'/>
<id>urn:sha1:80b804c403827a7276588b6245b3cd6043165bd4</id>
<content type='text'>
PR:		ports/159842
Submitted by:	Ruslan Mahmatkhanov &lt;cvs-src@yandex.ru&gt;
</content>
</entry>
</feed>
