From owner-svn-ports-head@freebsd.org Thu Apr 13 15:24:24 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 32B8ED3BE88; Thu, 13 Apr 2017 15:24:24 +0000 (UTC) (envelope-from rezny@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 11F0AEEC; Thu, 13 Apr 2017 15:24:24 +0000 (UTC) (envelope-from rezny@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1406) id 285FD7A90; Thu, 13 Apr 2017 15:24:23 +0000 (UTC) From: Matthew Rezny To: Mark Linimon Cc: Alexey Dokuchaev , Maxim Sobolev , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r438413 - in head/devel: . debugedit debugedit/files Date: Thu, 13 Apr 2017 17:24:22 +0200 Message-ID: <9445780.hdLtVr3x78@workstation.reztek> Organization: FreeBSD User-Agent: KMail/4.14.10 (FreeBSD/11.0-STABLE; KDE/4.14.30; amd64; ; ) In-Reply-To: <20170413150356.GC25636@lonesome.com> References: <201704122049.v3CKnQS9032104@repo.freebsd.org> <20170413150057.GB86375@FreeBSD.org> <20170413150356.GC25636@lonesome.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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:24:24 -0000 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.