svn commit: r521726 - in head/lang: python2 python27

Antoine Brodin antoine at FreeBSD.org
Wed Jan 1 16:21:18 UTC 2020


Author: antoine
Date: Wed Jan  1 16:21:17 2020
New Revision: 521726
URL: https://svnweb.freebsd.org/changeset/ports/521726

Log:
  Deprecate python2
  
  With hat:	portmgr

Modified:
  head/lang/python2/Makefile
  head/lang/python27/Makefile

Modified: head/lang/python2/Makefile
==============================================================================
--- head/lang/python2/Makefile	Wed Jan  1 16:16:34 2020	(r521725)
+++ head/lang/python2/Makefile	Wed Jan  1 16:21:17 2020	(r521726)
@@ -11,6 +11,9 @@ EXTRACT_ONLY=	# empty
 MAINTAINER=	python at FreeBSD.org
 COMMENT=	The "meta-port" for version 2 of the Python interpreter
 
+DEPRECATED=	EOLed upstream
+EXPIRATION_DATE=	2020-12-31
+
 USES=		python:run
 
 NO_ARCH=	yes

Modified: head/lang/python27/Makefile
==============================================================================
--- head/lang/python27/Makefile	Wed Jan  1 16:16:34 2020	(r521725)
+++ head/lang/python27/Makefile	Wed Jan  1 16:21:17 2020	(r521726)
@@ -14,6 +14,9 @@ COMMENT=	Interpreted object-oriented programming langu
 
 LICENSE=	PSFL
 
+DEPRECATED=	EOLed upstream
+EXPIRATION_DATE=	2020-12-31
+
 USES=		cpe ncurses pathfix pkgconfig readline:port shebangfix ssl tar:xz
 PATHFIX_MAKEFILEIN=	Makefile.pre.in
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list