From owner-svn-ports-all@FreeBSD.ORG Mon Oct 14 07:00:29 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9F6D82FD; Mon, 14 Oct 2013 07:00:29 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8CB8D2E72; Mon, 14 Oct 2013 07:00:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9E70TFO015349; Mon, 14 Oct 2013 07:00:29 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9E70Tqj015344; Mon, 14 Oct 2013 07:00:29 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201310140700.r9E70Tqj015344@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 14 Oct 2013 07:00:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330277 - in head: . math math/vtk-data math/vtk-examples math/vtk-headers math/vtk-java math/vtk-python math/vtk-tcl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Oct 2013 07:00:29 -0000 Author: bapt Date: Mon Oct 14 07:00:28 2013 New Revision: 330277 URL: http://svnweb.freebsd.org/changeset/ports/330277 Log: Remove the deprecated vtk4 consider using vtk5 Deleted: head/math/vtk-data/ head/math/vtk-examples/ head/math/vtk-headers/ head/math/vtk-java/ head/math/vtk-python/ head/math/vtk-tcl/ Modified: head/MOVED head/math/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Mon Oct 14 06:57:17 2013 (r330276) +++ head/MOVED Mon Oct 14 07:00:28 2013 (r330277) @@ -5078,3 +5078,9 @@ emulators/linux-ePSXe||2013-10-13|Remove emulators/linux-peops-spu||2013-10-13|Removed, uses Linux GTK1 libraries math/linux-relview||2013-10-13|Removed, uses Linux GTK1 libraries science/ovt||2013-10-14|Depends on the EOLed vtk4 +math/vtk-data||2013-10-14|Deprecated consider using vtk5 +math/vtk-examples||2013-10-14|Deprecated consider using vtk5 +math/vtk-headers||2013-10-14|Deprecated consider using vtk5 +math/vtk-java||2013-10-14|Deprecated consider using vtk5 +math/vtk-python||2013-10-14|Deprecated consider using vtk5 +math/vtk-tcl||2013-10-14|Deprecated consider using vtk5 Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Mon Oct 14 06:57:17 2013 (r330276) +++ head/math/Makefile Mon Oct 14 07:00:28 2013 (r330277) @@ -643,13 +643,6 @@ SUBDIR += units SUBDIR += unixstat SUBDIR += unuran - SUBDIR += vtk - SUBDIR += vtk-data - SUBDIR += vtk-examples - SUBDIR += vtk-headers - SUBDIR += vtk-java - SUBDIR += vtk-python - SUBDIR += vtk-tcl SUBDIR += vtk5 SUBDIR += vtk5-data SUBDIR += wcalc