svn commit: r521752 - in branches/2020Q1/lang: python2 python27

Antoine Brodin antoine at FreeBSD.org
Wed Jan 1 17:47:21 UTC 2020


Author: antoine
Date: Wed Jan  1 17:47:20 2020
New Revision: 521752
URL: https://svnweb.freebsd.org/changeset/ports/521752

Log:
  MFH: r521726
  
  Deprecate python2
  
  With hat:	portmgr

Modified:
  branches/2020Q1/lang/python2/Makefile
  branches/2020Q1/lang/python27/Makefile
Directory Properties:
  branches/2020Q1/   (props changed)

Modified: branches/2020Q1/lang/python2/Makefile
==============================================================================
--- branches/2020Q1/lang/python2/Makefile	Wed Jan  1 17:45:37 2020	(r521751)
+++ branches/2020Q1/lang/python2/Makefile	Wed Jan  1 17:47:20 2020	(r521752)
@@ -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: branches/2020Q1/lang/python27/Makefile
==============================================================================
--- branches/2020Q1/lang/python27/Makefile	Wed Jan  1 17:45:37 2020	(r521751)
+++ branches/2020Q1/lang/python27/Makefile	Wed Jan  1 17:47:20 2020	(r521752)
@@ -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-branches mailing list