diff options
author | gahr <gahr@FreeBSD.org> | 2012-11-26 15:49:08 +0000 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2012-11-26 15:49:08 +0000 |
commit | 0de7f5dddac612822d942ac000df4f657eabee71 (patch) | |
tree | 59e0bc0668dcc4763e3766b61f7063cdfe1e1927 | |
parent | a40cf44296d0c4c02bd65c40f06739b5286af0d0 (diff) | |
download | FreeBSD-ports-0de7f5dddac612822d942ac000df4f657eabee71.zip FreeBSD-ports-0de7f5dddac612822d942ac000df4f657eabee71.tar.gz |
- mark as deprecated, they're going to be killed as soon as last consumer
(deskutils/abacus) has gone. This will be 2012-12-01
- assign to TclTk@ in the meanwhile
Feature safe: yes
-rw-r--r-- | lang/tcl82/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/tk82/Makefile | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/lang/tcl82/Makefile b/lang/tcl82/Makefile index b7a5d63..5d2e8ef 100644 --- a/lang/tcl82/Makefile +++ b/lang/tcl82/Makefile @@ -9,9 +9,12 @@ MASTER_SITES= ${MASTER_SITE_TCLTK} MASTER_SITE_SUBDIR= tcl8_2 DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= TclTk@FreeBSD.org COMMENT= Tool Command Language +DEPRECATED= no longer maintained upstream +EXPIRATION_DATE=2012-12-01 + PORTSCOUT= limit:^8\.2\. LATEST_LINK= tcl82 diff --git a/x11-toolkits/tk82/Makefile b/x11-toolkits/tk82/Makefile index 4a9c86f..c05cae0 100644 --- a/x11-toolkits/tk82/Makefile +++ b/x11-toolkits/tk82/Makefile @@ -9,9 +9,12 @@ MASTER_SITES= ${MASTER_SITE_TCLTK} MASTER_SITE_SUBDIR= tcl8_2 DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= TclTk@FreeBSD.org COMMENT= Graphical toolkit for TCL +DEPRECATED= no longer maintained upstream +EXPIRATION_DATE=2012-12-01 + USE_TCL= 82 USE_TCL_BUILD= 82 |