From owner-svn-ports-head@FreeBSD.ORG Sun Feb 9 04:02:16 2014 Return-Path: Delivered-To: svn-ports-head@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 ESMTPS id 2664AEBB; Sun, 9 Feb 2014 04:02:16 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 130CC10C5; Sun, 9 Feb 2014 04:02:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1942Fkw081042; Sun, 9 Feb 2014 04:02:15 GMT (envelope-from jmmv@svn.freebsd.org) Received: (from jmmv@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1942FBf081041; Sun, 9 Feb 2014 04:02:15 GMT (envelope-from jmmv@svn.freebsd.org) Message-Id: <201402090402.s1942FBf081041@svn.freebsd.org> From: Julio Merino Date: Sun, 9 Feb 2014 04:02:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343428 - head/Templates 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.17 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: Sun, 09 Feb 2014 04:02:16 -0000 Author: jmmv (src committer) Date: Sun Feb 9 04:02:15 2014 New Revision: 343428 URL: http://svnweb.freebsd.org/changeset/ports/343428 QAT: https://qat.redports.org/buildarchive/r343428/ Log: Register a 'tests' directory under /usr/local. This mimics the layout of the base system (see hier(7)) and will be used by ports to install tests into. This directory will later be hooked into the /usr/tests test suite so that all tests can be run transparently in one go. Approved by: portmgr (bdrewery) Modified: head/Templates/BSD.local.dist Modified: head/Templates/BSD.local.dist ============================================================================== --- head/Templates/BSD.local.dist Sun Feb 9 03:49:42 2014 (r343427) +++ head/Templates/BSD.local.dist Sun Feb 9 04:02:15 2014 (r343428) @@ -953,6 +953,8 @@ xml .. .. + tests + .. www .. ..