From owner-svn-ports-head@freebsd.org Thu Apr 13 15:29:27 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BD4CD3BF6D for ; Thu, 13 Apr 2017 15:29:27 +0000 (UTC) (envelope-from sobomax@sippysoft.com) Received: from mail-io0-x233.google.com (mail-io0-x233.google.com [IPv6:2607:f8b0:4001:c06::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C5C511C9 for ; Thu, 13 Apr 2017 15:29:26 +0000 (UTC) (envelope-from sobomax@sippysoft.com) Received: by mail-io0-x233.google.com with SMTP id k87so64193309ioi.0 for ; Thu, 13 Apr 2017 08:29:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sippysoft-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=dI/ttJuzEL0bo5xYSxDD4ptSUcK/km9goQ3QzAQVaSA=; b=c+reGPGj9Dl04PHE/mx4JqnMpqMWjG/Gyv8dBDMdOSsd4pBF9+6qNm06gSg13Mkblz 5HuBx/kf3T7aPurhgnTgUoYUkqrXeZkRMTQK9yjTgIJZy8rrtYVkbQr0L5IIOh1sq903 iuVZHthwhd3RbIBxv0+KWH7x+8lBVJsd5T5OCn8aK+e6YuU8a4yRq9yFXNU334TJHlc6 P7KYiRnTajwnsLdmVoYQSTwwis1DdnLtsTVisPYF7bJfcJ8nXawj/jideDn40FbNhveY 8GdjuAVtVkmkLa22ni7eExLfkg8DoNtHPeBHDnuDWwY0SrjBKEzB3oMo61RC4U8GjWwX P80w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=dI/ttJuzEL0bo5xYSxDD4ptSUcK/km9goQ3QzAQVaSA=; b=Lja982EwzyBRAFgxC5sbHKOY7MlI2F3Luxvz3pDD+3DHgU+pCe6LibMJs5KlzKwZXj q6XNtal8x6lthmHD2pNs+YquyrpvjXvF5jrn8IH0486OozL3cxc17rdmXD6byFx4iwmI lMyEuViJ/ci3MzpnBDhgRhSVk9jYMdvXWyGoU3qWR6vJ4gnEk80LWzjJCANAkxYgHxd3 GIRBWnCz846CVB1ah3wmF9Sv6vg+WtPCv3jyTVG/0hqkvxD9HtB+uqtb73sMDx4fpEZn 0RNgLXaqkyTjk/cJUcwyW4AqvpC83KdMqlQzt+jyXp7YnLn48iApSeiFcxZbtMV1suA9 Y61A== X-Gm-Message-State: AN3rC/77LHWWr7FqiGs2B7kUHNifdgOcg8NGAlKCz9ic5vBEb310Rr2e 54MJYfBxbFazGjeGYBj74KW6mZneO2yo X-Received: by 10.36.184.134 with SMTP id m128mr3852536ite.7.1492097306866; Thu, 13 Apr 2017 08:28:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.112.210 with HTTP; Thu, 13 Apr 2017 08:28:26 -0700 (PDT) In-Reply-To: <9445780.hdLtVr3x78@workstation.reztek> References: <201704122049.v3CKnQS9032104@repo.freebsd.org> <20170413150057.GB86375@FreeBSD.org> <20170413150356.GC25636@lonesome.com> <9445780.hdLtVr3x78@workstation.reztek> From: Maxim Sobolev Date: Thu, 13 Apr 2017 08:28:26 -0700 Message-ID: Subject: Re: svn commit: r438413 - in head/devel: . debugedit debugedit/files To: Matthew Rezny Cc: Mark Linimon , Alexey Dokuchaev , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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: Thu, 13 Apr 2017 15:29:27 -0000 It did not tell me anything really, I run portlint -a usually on everything that I add. And I personally agree with Mark that it's a bikesheed topic. :) -Max On Thu, Apr 13, 2017 at 8:24 AM, Matthew Rezny wrote: > On Thursday 13 April 2017 10:03:56 Mark Linimon wrote: > > On Thu, Apr 13, 2017 at 03:00:57PM +0000, Alexey Dokuchaev wrote: > > > We typically discourage two-line pkg-plist files. > > > > s/We/I/ > > +portlint, which tells you to use PLIST_FILES if there are less than 6 > entries > in pkg-plist. Do not necessarily do all that it suggests, but Do run > portlint > and consider what it has to say. > > -- Maksym Sobolyev Sippy Software, Inc. Internet Telephony (VoIP) Experts Tel (Canada): +1-778-783-0474 Tel (Toll-Free): +1-855-747-7779 Fax: +1-866-857-6942 Web: http://www.sippysoft.com MSN: sales@sippysoft.com Skype: SippySoft