From owner-svn-ports-all@FreeBSD.ORG Tue Sep 9 19:18:28 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D975E698; Tue, 9 Sep 2014 19:18:28 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C42CCA15; Tue, 9 Sep 2014 19:18:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s89JISJD037488; Tue, 9 Sep 2014 19:18:28 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s89JIStw037486; Tue, 9 Sep 2014 19:18:28 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201409091918.s89JIStw037486@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Tue, 9 Sep 2014 19:18:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367769 - in head: . emulators emulators/virtualbox-ose-kmod-legacy emulators/virtualbox-ose-legacy 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.18-1 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: Tue, 09 Sep 2014 19:18:29 -0000 Author: marino Date: Tue Sep 9 19:18:28 2014 New Revision: 367769 URL: http://svnweb.freebsd.org/changeset/ports/367769 QAT: https://qat.redports.org/buildarchive/r367769/ Log: Remove virtualbox-*-legacy due to lack of staging The virtualbox-ose-kmod-legacy port is staged, but it has no purpose without the unstaged virtualbox-ose-legacy port, so both ports have been removed at the same time. Deleted: head/emulators/virtualbox-ose-kmod-legacy/ head/emulators/virtualbox-ose-legacy/ Modified: head/MOVED head/emulators/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Sep 9 19:10:29 2014 (r367768) +++ head/MOVED Tue Sep 9 19:18:28 2014 (r367769) @@ -7042,3 +7042,5 @@ databases/p5-DBD-FrontBase||2014-09-07|C databases/ruby-frontbase||2014-09-07|Cascade removal (databases/frontbase) devel/flex-sdk2||2014-09-07|Not staged devel/flex_compiler_shell||2014-09-07|Cascade removal (devel/flex-sdk2) +emulators/virtualbox-ose-legacy||2014-09-09|Not staged +emulators/virtualbox-ose-kmod-legacy||2014-09-09|No purpose after removal of virtualbox-ose-legacy Modified: head/emulators/Makefile ============================================================================== --- head/emulators/Makefile Tue Sep 9 19:10:29 2014 (r367768) +++ head/emulators/Makefile Tue Sep 9 19:18:28 2014 (r367769) @@ -142,8 +142,6 @@ SUBDIR += virtualbox-ose SUBDIR += virtualbox-ose-additions SUBDIR += virtualbox-ose-kmod - SUBDIR += virtualbox-ose-kmod-legacy - SUBDIR += virtualbox-ose-legacy SUBDIR += visualboyadvance-m SUBDIR += vmips SUBDIR += vmsbackup