aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-22 09:22:46 +0800
committerkris <kris@FreeBSD.org>2004-02-22 09:22:46 +0800
commit80f999d70e74611f186fdc6779cacdf34483476b (patch)
tree14adec356afe198f18914ae45d3d05724f531b97 /lang
parent56d189e400701d0f0dd8185083a0df62cd041d0e (diff)
downloadfreebsd-ports-gnome-80f999d70e74611f186fdc6779cacdf34483476b.tar.gz
freebsd-ports-gnome-80f999d70e74611f186fdc6779cacdf34483476b.tar.zst
freebsd-ports-gnome-80f999d70e74611f186fdc6779cacdf34483476b.zip
Utilize the EXPIRATION_DATE tag for these ports scheduled for removal.
Diffstat (limited to 'lang')
-rw-r--r--lang/stackless_python/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/stackless_python/Makefile b/lang/stackless_python/Makefile
index 706d08004277..1da2729b8956 100644
--- a/lang/stackless_python/Makefile
+++ b/lang/stackless_python/Makefile
@@ -29,7 +29,8 @@ DESCR= ${.CURDIR}/pkg-descr
MD5_FILE= ${.CURDIR}/distinfo
PLIST= ${WRKDIR}/pkg-plist
BROKEN= "not ported to Python-2.2.3 yet"
-DEPRECATED= "Will be removed after April 7 if still broken"
+DEPRECATED= ${BROKEN}
+EXPIRATION_DATE=2004-04-07
#post-patch:
# @${FIND} ${WRKSRC} -name '*.orig' -exec ${RM} -f {} \;