diff options
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 |