From owner-svn-ports-head@FreeBSD.ORG Fri May 8 16:00:40 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 18DC05B2; Fri, 8 May 2015 16:00:40 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D07D11B35; Fri, 8 May 2015 16:00:39 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 2F313BDC2E; Fri, 8 May 2015 18:00:38 +0200 (CEST) Received: from atuin.in.mat.cc (unknown [80.67.167.48]) by prod2.absolight.net (Postfix) with ESMTPA id 1904BBDC25; Fri, 8 May 2015 18:00:38 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 606AF3231C5C; Fri, 8 May 2015 18:00:37 +0200 (CEST) Date: Fri, 08 May 2015 18:00:37 +0200 From: Mathieu Arnold To: Bryan Drewery , Sunpoet Po-Chuan Hsieh cc: Matthew Seaman , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r385776 - in head/sysutils: . rubygem-hiera-file Message-ID: <5AA4F2DD682E895BAD92C3A8@atuin.in.mat.cc> In-Reply-To: <554CDBE8.7020703@FreeBSD.org> References: <201505081305.t48D5ULi055835@svn.freebsd.org> <554CD6C9.5000708@FreeBSD.org> <554CDBE8.7020703@FreeBSD.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 08 May 2015 16:00:40 -0000 +--On 8 mai 2015 10:53:12 -0500 Bryan Drewery wrote: |> |> % portlint -abct |> WARN: Makefile: Consider defining LICENSE. |> WARN: Makefile: "RUN_DEPENDS" has to appear earlier. |> 0 fatal errors and 2 warnings found. | | This rule serves no purpose. I don't really agree, from make's point of view, it does not, but from the point of view of us all having to maintain a bunch of Makefiles, if the order of the group of fields is always consistent, it's easier to read. -- Mathieu Arnold