From owner-svn-ports-all@FreeBSD.ORG Mon Apr 6 14:29:52 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E4F5CB17; Mon, 6 Apr 2015 14:29:52 +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 CEC2AF1D; Mon, 6 Apr 2015 14:29:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t36ETqlF060904; Mon, 6 Apr 2015 14:29:52 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t36ETqmR060899; Mon, 6 Apr 2015 14:29:52 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201504061429.t36ETqmR060899@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 6 Apr 2015 14:29:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383430 - in head: emulators emulators/xl sysutils sysutils/xen-tools 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: Mon, 06 Apr 2015 14:29:53 -0000 Author: bapt Date: Mon Apr 6 14:29:51 2015 New Revision: 383430 URL: https://svnweb.freebsd.org/changeset/ports/383430 Log: Rename emulators/xl into sysutils/xen-tools Requested by: roger@ Added: head/sysutils/xen-tools/ - copied from r383429, head/emulators/xl/ Deleted: head/emulators/xl/ Modified: head/emulators/Makefile head/sysutils/Makefile Modified: head/emulators/Makefile ============================================================================== --- head/emulators/Makefile Mon Apr 6 14:27:26 2015 (r383429) +++ head/emulators/Makefile Mon Apr 6 14:29:51 2015 (r383430) @@ -165,7 +165,6 @@ SUBDIR += xcpc SUBDIR += xen SUBDIR += xhomer - SUBDIR += xl SUBDIR += xsystem35 SUBDIR += xzx SUBDIR += yabause Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Mon Apr 6 14:27:26 2015 (r383429) +++ head/sysutils/Makefile Mon Apr 6 14:29:51 2015 (r383430) @@ -1067,6 +1067,7 @@ SUBDIR += xdu SUBDIR += xe-guest-utilities SUBDIR += xen-guest-tools + SUBDIR += xen-tools SUBDIR += xfburn SUBDIR += xfce4-battery-plugin SUBDIR += xfce4-bsdcpufreq-plugin