svn commit: r332472 - head/lang/python26
Marcus von Appen
mva at FreeBSD.org
Sat Nov 2 12:37:59 UTC 2013
Author: mva
Date: Sat Nov 2 12:37:58 2013
New Revision: 332472
URL: http://svnweb.freebsd.org/changeset/ports/332472
Log:
- Update to version 2.6.9
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@
Modified:
head/lang/python26/Makefile
head/lang/python26/distinfo
head/lang/python26/pkg-plist
Modified: head/lang/python26/Makefile
==============================================================================
--- head/lang/python26/Makefile Sat Nov 2 12:15:36 2013 (r332471)
+++ head/lang/python26/Makefile Sat Nov 2 12:37:58 2013 (r332472)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= python26
-PORTVERSION= 2.6.8
-PORTREVISION= 7
+PORTVERSION= 2.6.9
CATEGORIES= lang python ipv6
MASTER_SITES= PYTHON
MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR}
@@ -12,8 +11,8 @@ DISTFILES= ${PYTHON_DISTFILE}
MAINTAINER= python at FreeBSD.org
COMMENT= Interpreted object-oriented programming language
-DEPRECATED= This port will reach it's EoL upstream soon, please migrate to lang/python27
-EXPIRATION_DATE=2013-10-01
+DEPRECATED= This port reached its EoL upstream, please migrate to lang/python27
+EXPIRATION_DATE=2014-01-01
DIST_SUBDIR= python
WRKSRC= ${PYTHON_WRKSRC}/portbld.static
Modified: head/lang/python26/distinfo
==============================================================================
--- head/lang/python26/distinfo Sat Nov 2 12:15:36 2013 (r332471)
+++ head/lang/python26/distinfo Sat Nov 2 12:37:58 2013 (r332472)
@@ -1,2 +1,2 @@
-SHA256 (python/Python-2.6.8.tar.xz) = 39c5fd7c66d57a09e739605e64a4bba7552e1a094dd4ce062a207095011b80ac
-SIZE (python/Python-2.6.8.tar.xz) = 9331140
+SHA256 (python/Python-2.6.9.tar.xz) = cae7bb995006ea5b703d9d28446f694894c441fe4bfb95d561c0ac908cd06e41
+SIZE (python/Python-2.6.9.tar.xz) = 9333664
Modified: head/lang/python26/pkg-plist
==============================================================================
--- head/lang/python26/pkg-plist Sat Nov 2 12:15:36 2013 (r332471)
+++ head/lang/python26/pkg-plist Sat Nov 2 12:37:58 2013 (r332472)
@@ -689,9 +689,9 @@ lib/lib%%PYTHON_VERSION%%.so.1
%%PYTHON_LIBDIR%%/json/tool.py
%%PYTHON_LIBDIR%%/keyword.py
%%PYTHON_LIBDIR%%/lib2to3/Grammar.txt
-%%PYTHON_LIBDIR%%/lib2to3/Grammar2.6.8.final.0.pickle
+%%PYTHON_LIBDIR%%/lib2to3/Grammar2.6.9.final.0.pickle
%%PYTHON_LIBDIR%%/lib2to3/PatternGrammar.txt
-%%PYTHON_LIBDIR%%/lib2to3/PatternGrammar2.6.8.final.0.pickle
+%%PYTHON_LIBDIR%%/lib2to3/PatternGrammar2.6.9.final.0.pickle
%%PYTHON_LIBDIR%%/lib2to3/__init__.py
%%PYTHON_LIBDIR%%/lib2to3/fixer_base.py
%%PYTHON_LIBDIR%%/lib2to3/fixer_util.py
@@ -1411,8 +1411,10 @@ lib/lib%%PYTHON_VERSION%%.so.1
%%PYTHON_LIBDIR%%/test/test_netrc.py
%%PYTHON_LIBDIR%%/test/test_new.py
%%PYTHON_LIBDIR%%/test/test_nis.py
+%%PYTHON_LIBDIR%%/test/test_nntplib.py
%%PYTHON_LIBDIR%%/test/test_normalization.py
%%PYTHON_LIBDIR%%/test/test_ntpath.py
+%%PYTHON_LIBDIR%%/test/nullbytecert.pem
%%PYTHON_LIBDIR%%/test/test_old_mailbox.py
%%PYTHON_LIBDIR%%/test/test_opcodes.py
%%PYTHON_LIBDIR%%/test/test_openpty.py
More information about the svn-ports-all
mailing list