From owner-svn-ports-head@FreeBSD.ORG Mon Jan 27 10:35:20 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 2F4B7E45; Mon, 27 Jan 2014 10:35:20 +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 1B4DD17CE; Mon, 27 Jan 2014 10:35:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0RAZJ3Z051433; Mon, 27 Jan 2014 10:35:19 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0RAZJng051432; Mon, 27 Jan 2014 10:35:19 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201401271035.s0RAZJng051432@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 27 Jan 2014 10:35:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341366 - head/Mk/Scripts 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: Mon, 27 Jan 2014 10:35:20 -0000 Author: bapt Date: Mon Jan 27 10:35:19 2014 New Revision: 341366 URL: http://svnweb.freebsd.org/changeset/ports/341366 QAT: https://qat.redports.org/buildarchive/r341366/ Log: Do not show orphans anymore with pkgng for .info files Modified: head/Mk/Scripts/check-stagedir.sh Modified: head/Mk/Scripts/check-stagedir.sh ============================================================================== --- head/Mk/Scripts/check-stagedir.sh Mon Jan 27 10:27:53 2014 (r341365) +++ head/Mk/Scripts/check-stagedir.sh Mon Jan 27 10:35:19 2014 (r341366) @@ -59,6 +59,11 @@ if [ $makeplist = 0 ] ; then *) echo >&3 "$cwd/$line" ;; esac ;; + @info*) + set -- $line + shift + echo "$cwd/$@" + ;; # order matters here - we must check @cwd first because # otherwise the @cwd* would also match it first, shadowing the # @cwd) line.