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

From: Antoine Brodin <antoine_at_FreeBSD.org>
Date: Sat, 03 Jan 2026 23:09:59 UTC
The branch main has been updated by antoine:

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

commit ac6809aadf8da7bf3288fbfcadde21f253cc20b6
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2026-01-03 23:08:48 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2026-01-03 23:08:48 +0000

    Revert "Reapply "lang/python31[012]: deprecate 2026-03-31""
    
    This reverts commit a132acab8736bad2fa59e941d5d77da4ea7688a0.
    This commit is disrespectful for people trying to make the ports tree work with version 3.12
    
    With hat:       pkgmgr
---
 lang/python310/Makefile | 6 +++---
 lang/python311/Makefile | 3 ---
 lang/python312/Makefile | 3 ---
 3 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/lang/python310/Makefile b/lang/python310/Makefile
index 4e9b0f0d8106..17c8d2bb883c 100644
--- a/lang/python310/Makefile
+++ b/lang/python310/Makefile
@@ -10,10 +10,10 @@ MAINTAINER=	python@FreeBSD.org
 COMMENT=	Interpreted object-oriented programming language
 WWW=		https://www.python.org/
 
-LICENSE=	PSFL
+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
 
-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
+LICENSE=	PSFL
 
 LIB_DEPENDS=	libffi.so:devel/libffi
 
diff --git a/lang/python311/Makefile b/lang/python311/Makefile
index 090d73ebf061..23c42ce9bfce 100644
--- a/lang/python311/Makefile
+++ b/lang/python311/Makefile
@@ -12,9 +12,6 @@ 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 7268bea41f53..0c262569adae 100644
--- a/lang/python312/Makefile
+++ b/lang/python312/Makefile
@@ -13,9 +13,6 @@ 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 \