git: a132acab8736 - main - Reapply "lang/python31[012]: deprecate 2026-03-31"

From: Matthias Andree <mandree_at_FreeBSD.org>
Date: Sat, 03 Jan 2026 22:58:36 UTC
The branch main has been updated by mandree:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a132acab8736bad2fa59e941d5d77da4ea7688a0

commit a132acab8736bad2fa59e941d5d77da4ea7688a0
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2026-01-03 22:58:29 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2026-01-03 22:58:29 +0000

    Reapply "lang/python31[012]: deprecate 2026-03-31"
    
    This reverts commit 666108a04abc08a18791425f967b26357dd4d96d.
---
 lang/python310/Makefile | 6 +++---
 lang/python311/Makefile | 3 +++
 lang/python312/Makefile | 3 +++
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/lang/python310/Makefile b/lang/python310/Makefile
index 17c8d2bb883c..4e9b0f0d8106 100644
--- a/lang/python310/Makefile
+++ b/lang/python310/Makefile
@@ -10,11 +10,11 @@ MAINTAINER=	python@FreeBSD.org
 COMMENT=	Interpreted object-oriented programming language
 WWW=		https://www.python.org/
 
-DEPRECATED=	Python 3.10 is an old version in the last year of security support, see to it that your favorite ports get updated for newer Python releases in due time
-EXPIRATION_DATE=2026-09-30
-
 LICENSE=	PSFL
 
+DEPRECATED=	Python 3.10 is an old version and security support, while formally available, has been incomplete recently. Please migrate to 3.14 or 3.13.
+EXPIRATION_DATE=2026-03-31
+
 LIB_DEPENDS=	libffi.so:devel/libffi
 
 USES=		compiler:c11 cpe ncurses pathfix pkgconfig \
diff --git a/lang/python311/Makefile b/lang/python311/Makefile
index 23c42ce9bfce..090d73ebf061 100644
--- a/lang/python311/Makefile
+++ b/lang/python311/Makefile
@@ -12,6 +12,9 @@ WWW=		https://www.python.org/
 
 LICENSE=	PSFL
 
+DEPRECATED=	Python 3.11 is an old version and security support, while formally available, has been incomplete recently. Please migrate to 3.14 or 3.13.
+EXPIRATION_DATE=2026-03-31
+
 LIB_DEPENDS=	libffi.so:devel/libffi
 
 USES=		compiler:c11 cpe ncurses pathfix pkgconfig \
diff --git a/lang/python312/Makefile b/lang/python312/Makefile
index 0c262569adae..7268bea41f53 100644
--- a/lang/python312/Makefile
+++ b/lang/python312/Makefile
@@ -13,6 +13,9 @@ WWW=		https://www.python.org/
 
 LICENSE=	PSFL
 
+DEPRECATED=	Python 3.12 is an old version and security support, while formally available, has been incomplete recently. Please migrate to 3.14 or 3.13.
+EXPIRATION_DATE=2026-03-31
+
 LIB_DEPENDS=	libffi.so:devel/libffi
 
 USES=		compiler:c11 cpe ncurses pathfix pkgconfig \