diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2006-11-08 12:34:13 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2006-11-08 12:34:13 +0800 |
commit | d14d196d31768532ac35ab32246871d408a1122f (patch) | |
tree | 55335aa1065377a11adbf604b2a253bc1d3f517f /lang | |
parent | 392ef9ffbb81a574c1a7573965f622ed450d3f40 (diff) | |
download | freebsd-ports-gnome-d14d196d31768532ac35ab32246871d408a1122f.tar.gz freebsd-ports-gnome-d14d196d31768532ac35ab32246871d408a1122f.tar.zst freebsd-ports-gnome-d14d196d31768532ac35ab32246871d408a1122f.zip |
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@)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python21/Makefile | 3 | ||||
-rw-r--r-- | lang/python22/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lang/python21/Makefile b/lang/python21/Makefile index 958b5378caa4..68b2ff1cecd3 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 diff --git a/lang/python22/Makefile b/lang/python22/Makefile index 12125466f1c0..7eff5ae18fd1 100644 --- a/lang/python22/Makefile +++ b/lang/python22/Makefile @@ -19,6 +19,9 @@ PATCHFILES= patch-2.2.txt 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 |