From owner-svn-ports-head@FreeBSD.ORG Mon Jul 8 19:04:44 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6AFBDF0B for ; Mon, 8 Jul 2013 19:04:44 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-vb0-x232.google.com (mail-vb0-x232.google.com [IPv6:2607:f8b0:400c:c02::232]) by mx1.freebsd.org (Postfix) with ESMTP id 2932412CA for ; Mon, 8 Jul 2013 19:04:44 +0000 (UTC) Received: by mail-vb0-f50.google.com with SMTP id w16so3703111vbb.23 for ; Mon, 08 Jul 2013 12:04:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=L41tdU9jubyuE0+WyeF0OEX4Gz2+C5f6V3SF/rrYgBk=; b=BYPYTKG5DPlkeO/L3sV7wCGUfae0EWSyb32k/A899W2LGH5PdZHMOy9onMH/z53N87 WCgU6+Gjd0KnWIdxByqG2gTPu9B4ipJn2HEtY2gWC1tyO4vfQpxTuzPpdoihVpmFAfgt QjcxAamweLWGypWCIiPk/D865ArjrqEJKIGo8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :x-gm-message-state; bh=L41tdU9jubyuE0+WyeF0OEX4Gz2+C5f6V3SF/rrYgBk=; b=D+2ook9OvGNkoajWgezoC1SNNPZXdZkh3kUCRtoEwLCYwa9IB7OuF6W4W0kWp1Iewu ZXjc4+f6Sb+wc/YRO207EqD4A0lBnbhH2tFTDvv8Rc+njFSnohsuF2hrpYcOCcBC7nZy 65G5tkXWo2b+5SXq3LPK9g5tl8GhTPKAbqWPhqDElWidZ0w9AGiJK//5ZkRJFPJj03Aa m/u/h5lHHWdfBlt3nVZqgCSpgFBDOE8eYb0kZUvuQPxBVegU396zNsKP/GJIlQlHPusD LeKJ2olPd7kdXQIT8CejkKKeucDWrzHwtwBynT+dt0L3zAGWuJn1kWKBcQrKzd/iMcUw V04A== X-Received: by 10.220.70.76 with SMTP id c12mr14440022vcj.8.1373310283652; Mon, 08 Jul 2013 12:04:43 -0700 (PDT) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.220.118.206 with HTTP; Mon, 8 Jul 2013 12:04:13 -0700 (PDT) In-Reply-To: <51DB0777.8080300@FreeBSD.org> References: <201307071532.r67FWZTH036372@svn.freebsd.org> <51D98A76.7090505@FreeBSD.org> <51DB0777.8080300@FreeBSD.org> From: Eitan Adler Date: Mon, 8 Jul 2013 21:04:13 +0200 X-Google-Sender-Auth: tduiXVUqnI49vf-1YkzBWyCRzLw Message-ID: Subject: Re: svn commit: r322444 - head/Tools/scripts To: Bryan Drewery Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQmiqp271RSO3VdukUIeczwr/LU6DHTDc4svnTJrQr3ywNurcI/uidqCkOcnA5fAc4qj8LFs Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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, 08 Jul 2013 19:04:44 -0000 On Mon, Jul 8, 2013 at 8:39 PM, Bryan Drewery wrote: > On 7/8/2013 1:33 PM, Eitan Adler wrote: >> On Sun, Jul 7, 2013 at 5:34 PM, Bryan Drewery wrote: >>> On 7/7/2013 10:32 AM, Eitan Adler wrote: >>>> Author: eadler >>>> Date: Sun Jul 7 15:32:35 2013 >>>> New Revision: 322444 >>>> URL: http://svnweb.freebsd.org/changeset/ports/322444 >>>> >>>> Log: >>>> Remove dialogwrapper now that dialog4ports exists >>>> >>>> Deleted: >>>> head/Tools/scripts/dialog4ports.sh >> ... >> >> By the way, can we move this script out of Tools/. It doesn't really >> belong there. >> >> > > Where do you propose? A few options with no preference for any particular one: (a) Mk/ even though it isn't actually a .mk file. (b) Tools/infrastructure is also okay. (c) as part of the d4p tarball / port Tools/scripts is primarily third party utilities so its not as obvious that there are critical files in the directory. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams