From 11bf569497858a71d84e85105a6248a789725bc8 Mon Sep 17 00:00:00 2001 From: Ruslan Makhmatkhanov Date: Fri, 17 May 2013 04:17:22 +0000 Subject: - 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 Submitted by: rm (myself) Exp-run by: portmgr (miwi) - revert erroneous threads patch in lang/python26 and lang/python27, that was added after ports/131080. It was rejected upstream, because it's not actually a bug, but misuse. Gabor Pali (pgj) in collaboration with Kubilay Kocak (koobs) did an independent investigation regard the issue. See here for details: http://lists.freebsd.org/pipermail/freebsd-python/2013-April/005376.html PR: 153167 Submitted by: Duncan Findlay Reported by: pgj/koobs (at python@ ML) Exp-run by: portmgr (miwi) --- lang/python31/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lang/python31/Makefile') diff --git a/lang/python31/Makefile b/lang/python31/Makefile index 29be47807b1e..61543d50c7a9 100644 --- a/lang/python31/Makefile +++ b/lang/python31/Makefile @@ -11,6 +11,9 @@ DISTFILES= ${PYTHON_DISTFILE} MAINTAINER= python@FreeBSD.org COMMENT= Interpreted object-oriented programming language +DEPRECATED= This port will reach it's EoL upstream soon, please migrate to lang/python33 +EXPIRATION_DATE=2014-06-01 + DIST_SUBDIR= python WRKSRC= ${PYTHON_WRKSRC}/portbld.static PATCH_WRKSRC= ${PYTHON_WRKSRC} -- cgit v1.2.3