diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-22 09:22:46 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-22 09:22:46 +0800 |
commit | f816205962996d8ea6ca666bbaa96c2d0357a232 (patch) | |
tree | f395c48f4c8d702b51555494fa25da7eebd26d9a /lang | |
parent | 16dc9f83c86aa1e4e6fd1c7da4d12d3ce8e32f7c (diff) | |
download | freebsd-ports-gnome-f816205962996d8ea6ca666bbaa96c2d0357a232.tar.gz freebsd-ports-gnome-f816205962996d8ea6ca666bbaa96c2d0357a232.tar.zst freebsd-ports-gnome-f816205962996d8ea6ca666bbaa96c2d0357a232.zip |
Utilize the EXPIRATION_DATE tag for these ports scheduled for removal.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/stackless_python/Makefile | 3 |
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 {} \; |