svn commit: r449657 - in head: devel/vtcl editors/tpad games/polypuzzle lang/fpc-tcl lang/tcl84 multimedia/nxtvepg net/xpvm x11-toolkits/tk84 x11/tkXwin

Pietro Cerutti gahr at FreeBSD.org
Mon Sep 11 15:23:18 UTC 2017


Author: gahr
Date: Mon Sep 11 15:23:16 2017
New Revision: 449657
URL: https://svnweb.freebsd.org/changeset/ports/449657

Log:
  lang/tcl84, x11-toolkits/tk84: deprecate Tcl/Tk 8.4 and dependents

Modified:
  head/devel/vtcl/Makefile
  head/editors/tpad/Makefile
  head/games/polypuzzle/Makefile
  head/lang/fpc-tcl/Makefile
  head/lang/tcl84/Makefile
  head/multimedia/nxtvepg/Makefile
  head/net/xpvm/Makefile
  head/x11-toolkits/tk84/Makefile
  head/x11/tkXwin/Makefile

Modified: head/devel/vtcl/Makefile
==============================================================================
--- head/devel/vtcl/Makefile	Mon Sep 11 15:20:54 2017	(r449656)
+++ head/devel/vtcl/Makefile	Mon Sep 11 15:23:16 2017	(r449657)
@@ -10,6 +10,10 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/1.6.1.a1
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Application Development Environment for Tcl/Tk
 
+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
+
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 

Modified: head/editors/tpad/Makefile
==============================================================================
--- head/editors/tpad/Makefile	Mon Sep 11 15:20:54 2017	(r449656)
+++ head/editors/tpad/Makefile	Mon Sep 11 15:23:16 2017	(r449657)
@@ -13,6 +13,10 @@ MASTER_SITES=	SF/tclpad/tclpad/${PORTVERSION} \
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Windows XP (TM) enhanced Notepad clone written in Tcl/Tk
 
+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
+
 LICENSE=	GPLv2+
 
 NO_BUILD=	yes

Modified: head/games/polypuzzle/Makefile
==============================================================================
--- head/games/polypuzzle/Makefile	Mon Sep 11 15:20:54 2017	(r449656)
+++ head/games/polypuzzle/Makefile	Mon Sep 11 15:23:16 2017	(r449657)
@@ -9,6 +9,10 @@ MASTER_SITES=	SF/tkgames/${PORTNAME}/main
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Tessellation puzzle game
 
+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
+
 USES= 		tar:tgz tk:84,run
 WRKSRC=		${WRKDIR}/${PORTNAME}
 NO_BUILD=	yes

Modified: head/lang/fpc-tcl/Makefile
==============================================================================
--- head/lang/fpc-tcl/Makefile	Mon Sep 11 15:20:54 2017	(r449656)
+++ head/lang/fpc-tcl/Makefile	Mon Sep 11 15:23:16 2017	(r449657)
@@ -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

Modified: head/lang/tcl84/Makefile
==============================================================================
--- head/lang/tcl84/Makefile	Mon Sep 11 15:20:54 2017	(r449656)
+++ head/lang/tcl84/Makefile	Mon Sep 11 15:23:16 2017	(r449657)
@@ -14,6 +14,9 @@ DISTNAME=	${PORTNAME}${PORTVERSION}-src
 MAINTAINER=	tcltk at 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

Modified: head/multimedia/nxtvepg/Makefile
==============================================================================
--- head/multimedia/nxtvepg/Makefile	Mon Sep 11 15:20:54 2017	(r449656)
+++ head/multimedia/nxtvepg/Makefile	Mon Sep 11 15:23:16 2017	(r449657)
@@ -10,6 +10,10 @@ MASTER_SITES=	SF
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Viewer for Nextview Electronic TV Programme Guide (needs bktr driver)
 
+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
+
 NOT_FOR_ARCHS=	sparc64
 USES=		gmake tk:84
 USE_XORG=	x11 xmu

Modified: head/net/xpvm/Makefile
==============================================================================
--- head/net/xpvm/Makefile	Mon Sep 11 15:20:54 2017	(r449656)
+++ head/net/xpvm/Makefile	Mon Sep 11 15:23:16 2017	(r449657)
@@ -11,6 +11,10 @@ DISTNAME=	XPVM.src.${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Graphical console and monitor for PVM
 
+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
+
 LIB_DEPENDS=	libpvm3.so:net/pvm
 
 USES=		tk:84 tar:tgz

Modified: head/x11-toolkits/tk84/Makefile
==============================================================================
--- head/x11-toolkits/tk84/Makefile	Mon Sep 11 15:20:54 2017	(r449656)
+++ head/x11-toolkits/tk84/Makefile	Mon Sep 11 15:23:16 2017	(r449657)
@@ -11,6 +11,9 @@ DISTNAME=	${PORTNAME}${PORTVERSION}-src
 MAINTAINER=	tcltk at FreeBSD.org
 COMMENT=	Graphical toolkit for Tcl
 
+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

Modified: head/x11/tkXwin/Makefile
==============================================================================
--- head/x11/tkXwin/Makefile	Mon Sep 11 15:20:54 2017	(r449656)
+++ head/x11/tkXwin/Makefile	Mon Sep 11 15:23:16 2017	(r449657)
@@ -10,6 +10,10 @@ MASTER_SITES=	http://beepcore-tcl.sourceforge.net/
 MAINTAINER=	dsh at vlink.ru
 COMMENT=	Tcl/Tk library to detect idle periods of an X session
 
+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
+
 USES=		libtool tk:84,tea tar:tgz
 USE_XORG=	xt xscrnsaver
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list