From owner-svn-ports-head@FreeBSD.ORG Sun Jul 7 15:35:52 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 7DB48923 for ; Sun, 7 Jul 2013 15:35:52 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-ve0-x235.google.com (mail-ve0-x235.google.com [IPv6:2607:f8b0:400c:c01::235]) by mx1.freebsd.org (Postfix) with ESMTP id 3E1E218C1 for ; Sun, 7 Jul 2013 15:35:52 +0000 (UTC) Received: by mail-ve0-f181.google.com with SMTP id db10so2840869veb.40 for ; Sun, 07 Jul 2013 08:35:51 -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=0TJWJ2IRtaC77h3XTDxJ/wQtjtUhENGldy8AEw0Ue8E=; b=a177t7olzcWF84v/wJeAF7E352bHlLXSWp4JNwbTsX2EQwqm0H0Y90bJ5SPZr1h6gg OarIxHYoPXyHqco7EWm/NLxWxpuNoXUqEEit+GlZjasdkesWhSbuF4ydhvsf4WWHC+ob WwypN7laknzEA7TS2+sunc4QYepvQKfNN4Dws= 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=0TJWJ2IRtaC77h3XTDxJ/wQtjtUhENGldy8AEw0Ue8E=; b=E6Lr1AWlP/kCxzNBs/5MTtAx70BtdFn/plxnF6lCU+DwN4/8xswglFI4USK+5cunF2 z+OnR+Tnf8D2NWPoGKRxEFmCy9/fBc/yJK5wjs/3/W+Cxh2mCd3pgw1+UFl33TxNVOUF 9N0bcLMtf2ceUItWmlWngruwX38ocYP8W6Cy91Nw9Fp5BAKAE9PL0VtdHoe1niTAhNpU 9bUuFyfxVwtQX+KDc/LdLf2d5TQE0PstWO7qmBR2YogxpJW31nCl1onMUWSwlMgDBztR s8vL+AKYBvYUbGQFJsIIj/hY8t6uGpiuZCaD54/td4ws1iHYOtxFPP1x5qtwEgubj5Um XHIw== X-Received: by 10.58.145.97 with SMTP id st1mr12004520veb.71.1373211351653; Sun, 07 Jul 2013 08:35:51 -0700 (PDT) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.220.80.77 with HTTP; Sun, 7 Jul 2013 08:35:21 -0700 (PDT) In-Reply-To: <51D98A76.7090505@FreeBSD.org> References: <201307071532.r67FWZTH036372@svn.freebsd.org> <51D98A76.7090505@FreeBSD.org> From: Eitan Adler Date: Sun, 7 Jul 2013 17:35:21 +0200 X-Google-Sender-Auth: 0GMkR6sCoHD7_ZqmHA1L8OoLg24 Message-ID: Subject: Re: svn commit: r322444 - head/Tools/scripts To: Bryan Drewery Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQmAxnjqQbJJy2uZBcMOo6N00UEeASlxN5oHf2ovPLegeyUNIDqfPEQJmIQQ4n6D2/Ty/k0J 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: Sun, 07 Jul 2013 15:35:52 -0000 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 >> Modified: >> head/Tools/scripts/README >> >> Modified: head/Tools/scripts/README >> ============================================================================== >> --- head/Tools/scripts/README Sun Jul 7 15:10:01 2013 (r322443) >> +++ head/Tools/scripts/README Sun Jul 7 15:32:35 2013 (r322444) >> @@ -20,8 +20,6 @@ close-pr - a slightly hacked version of >> convert-makefile-header.pl - converts old style headers to modern one-line version >> de-pkg-comment - converts pkg-comment to COMMENT (will be obsoleted when >> the mass conversion is finished) >> -dialogwrapper.sh - a wrapper for dialog(1) which provides extra features >> - and compatability >> distclean - compare md5 sums of distfiles in ports/distfiles with currently >> installed ports collection in ports/* and prompt to remove >> unmatched entries >> > > You just deleted a *critical* script for dialog4ports. I am reverting it. oh shoot, I this was wblock's script - I forgot d4p had a script in Tools as well. Sorry. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams