diff options
author | gahr <gahr@FreeBSD.org> | 2019-06-12 23:51:56 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2019-06-12 23:51:56 +0800 |
commit | 861d189c761e93b47e38b57f5f730e0a6c95ea42 (patch) | |
tree | 34817b72d811a9fdf389610260a15bcab954f3b3 /lang | |
parent | 862121a298513d2fce1df478c24701cac2540957 (diff) | |
download | freebsd-ports-gnome-861d189c761e93b47e38b57f5f730e0a6c95ea42.tar.gz freebsd-ports-gnome-861d189c761e93b47e38b57f5f730e0a6c95ea42.tar.zst freebsd-ports-gnome-861d189c761e93b47e38b57f5f730e0a6c95ea42.zip |
Deprecate Tcl/Tk 8.5 and dependent ports
Tcl/Tk 8.5 is approaching EOL. It might or might get another patch release with
8.7 is released, but people should have started migrating to 8.6 long ago. See
also the second paragraph in the last 8.5 release announcement from three years
ago here: https://code.activestate.com/lists/tcl-core/15413/
For now, I don't have an EXPIRATION_DATE.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/tcl85/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/tcl85/Makefile b/lang/tcl85/Makefile index 6bd3227e197b..3c6b961b6785 100644 --- a/lang/tcl85/Makefile +++ b/lang/tcl85/Makefile @@ -18,6 +18,8 @@ LICENSE_NAME= Tcl/Tk License LICENSE_FILE= ${WRKSRC}/../license.terms LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +DEPRECATED= Tcl/Tk 8.5 is nearing EOL, please consider switching to Tcl/Tk 8.6 + OPTIONS_DEFINE= TCLMAN TZDATA THREADS OPTIONS_DEFAULT=TCLMAN TZDATA THREADS TCLMAN_DESC= Install Tcl function manpages |