diff options
author | gahr <gahr@FreeBSD.org> | 2017-09-11 23:23:16 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2017-09-11 23:23:16 +0800 |
commit | f8432277437c0a120beb4d9ce3bf31b48690c6fe (patch) | |
tree | 15c88a142c1e64d818ebc29a23931c8edc4957bd /lang | |
parent | 962068d27ea3d2a08cab5a80c5460c8d42737416 (diff) | |
download | freebsd-ports-gnome-f8432277437c0a120beb4d9ce3bf31b48690c6fe.tar.gz freebsd-ports-gnome-f8432277437c0a120beb4d9ce3bf31b48690c6fe.tar.zst freebsd-ports-gnome-f8432277437c0a120beb4d9ce3bf31b48690c6fe.zip |
lang/tcl84, x11-toolkits/tk84: deprecate Tcl/Tk 8.4 and dependents
Diffstat (limited to 'lang')
-rw-r--r-- | lang/fpc-tcl/Makefile | 4 | ||||
-rw-r--r-- | lang/tcl84/Makefile | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/lang/fpc-tcl/Makefile b/lang/fpc-tcl/Makefile index db00f7032222..83b0c3dbfa8c 100644 --- a/lang/fpc-tcl/Makefile +++ b/lang/fpc-tcl/Makefile @@ -6,6 +6,10 @@ PKGNAMESUFFIX= -tcl COMMENT= Free Pascal interface to the tcl/tk interpreter +DEPRECATED= This port depends on Tcl/Tk 8.4 , which is no longer\ + maintained. Please port it to 8.5+ +EXPIRATION_DATE= 2017-10-15 + USE_FPC= fcl-base MASTERDIR= ${.CURDIR}/../../lang/fpc diff --git a/lang/tcl84/Makefile b/lang/tcl84/Makefile index ace392e8d4d0..cf16362e3323 100644 --- a/lang/tcl84/Makefile +++ b/lang/tcl84/Makefile @@ -14,6 +14,9 @@ DISTNAME= ${PORTNAME}${PORTVERSION}-src MAINTAINER= tcltk@FreeBSD.org COMMENT= Tool Command Language +DEPRECATED= Tcl/Tk 8.4 is no longer maintained, please use 8.5+ +EXPIRATION_DATE= 2017-10-15 + LICENSE= TclTk LICENSE_NAME= Tcl/Tk License LICENSE_FILE= ${WRKSRC}/../license.terms |