From owner-svn-ports-head@FreeBSD.ORG Mon Dec 3 16:49:49 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 37A02E7; Mon, 3 Dec 2012 16:49:49 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id F200B8FC08; Mon, 3 Dec 2012 16:49:48 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB3GnmUC076935; Mon, 3 Dec 2012 16:49:48 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB3Gnmt9076932; Mon, 3 Dec 2012 16:49:48 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201212031649.qB3Gnmt9076932@svn.freebsd.org> From: Pietro Cerutti Date: Mon, 3 Dec 2012 16:49:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308158 - in head: . lang lang/tcl82 x11-toolkits x11-toolkits/tk82 X-SVN-Group: ports-head 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.14 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, 03 Dec 2012 16:49:49 -0000 Author: gahr Date: Mon Dec 3 16:49:48 2012 New Revision: 308158 URL: http://svnweb.freebsd.org/changeset/ports/308158 Log: - Retire Tcl/Tk 8.2 now that the last consumer (deskutils/abacus) has gone - Fix typo in previous commit in MOVED Feature safe: yes Deleted: head/lang/tcl82/ head/x11-toolkits/tk82/ Modified: head/MOVED head/lang/Makefile head/x11-toolkits/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Mon Dec 3 16:35:50 2012 (r308157) +++ head/MOVED Mon Dec 3 16:49:48 2012 (r308158) @@ -3937,4 +3937,6 @@ devel/portlet-api||2012-11-28|Has expire net/amqp08||2012-11-29|Has expired: No more public distfiles games/kmquake2||2012-11-29|Has expired: No more public distfiles www/jetspeed||2012-11-30|Has expired: Dead upstream -deskutils/abacus||2012-12-93|Has expired: Dead upstream +deskutils/abacus||2012-12-03|Has expired: Dead upstream +lang/tcl82||2012-12-03|No longer developed, no more consumers +x11-toolkits/tk82||2012-12-03|No longer developed, no more consumers Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Mon Dec 3 16:35:50 2012 (r308157) +++ head/lang/Makefile Mon Dec 3 16:49:48 2012 (r308158) @@ -341,7 +341,6 @@ SUBDIR += tcl-manual SUBDIR += tcl-modules SUBDIR += tcl-wrapper - SUBDIR += tcl82 SUBDIR += tcl83 SUBDIR += tcl84 SUBDIR += tcl84-thread Modified: head/x11-toolkits/Makefile ============================================================================== --- head/x11-toolkits/Makefile Mon Dec 3 16:35:50 2012 (r308157) +++ head/x11-toolkits/Makefile Mon Dec 3 16:49:48 2012 (r308158) @@ -254,7 +254,6 @@ SUBDIR += tile SUBDIR += tix SUBDIR += tk-wrapper - SUBDIR += tk82 SUBDIR += tk83 SUBDIR += tk84 SUBDIR += tk84-thread