From d14d196d31768532ac35ab32246871d408a1122f Mon Sep 17 00:00:00 2001 From: tmclaugh Date: Wed, 8 Nov 2006 04:34:13 +0000 Subject: Deprecate these old python versions and schedual for expiration on 2007-01-07. These version branches are no longer developed upstream and are rarely seen these days. Approved by: alexbl (python@) --- lang/python21/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lang/python21') diff --git a/lang/python21/Makefile b/lang/python21/Makefile index 958b5378caa..68b2ff1cecd 100644 --- a/lang/python21/Makefile +++ b/lang/python21/Makefile @@ -16,6 +16,9 @@ DISTFILES= ${PYTHON_DISTFILE} MAINTAINER= python@FreeBSD.org COMMENT= An interpreted object-oriented programming language +DEPRECATED= Version branch long since retired +EXPIRATION_DATE=2007-01-07 + DIST_SUBDIR= python WRKSRC= ${PYTHON_WRKSRC} GNU_CONFIGURE= yes -- cgit