From owner-svn-ports-head@freebsd.org Mon Sep 11 15:23:18 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F6DEE11A0B; Mon, 11 Sep 2017 15:23:18 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 09A2465004; Mon, 11 Sep 2017 15:23:17 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8BFNHlK093185; Mon, 11 Sep 2017 15:23:17 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8BFNGaD093175; Mon, 11 Sep 2017 15:23:16 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201709111523.v8BFNGaD093175@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Mon, 11 Sep 2017 15:23:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: 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 X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: in head: devel/vtcl editors/tpad games/polypuzzle lang/fpc-tcl lang/tcl84 multimedia/nxtvepg net/xpvm x11-toolkits/tk84 x11/tkXwin X-SVN-Commit-Revision: 449657 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Sep 2017 15:23:18 -0000 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@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@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@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@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@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@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@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@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