From owner-svn-ports-head@freebsd.org Sat Mar 18 14:47:25 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 5DBE3D12088; Sat, 18 Mar 2017 14:47:25 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 39DD61B01; Sat, 18 Mar 2017 14:47:25 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from [192.168.0.4] (vie-188-118-249-200.dsl.sil.at [188.118.249.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id B4ACF3F532; Sat, 18 Mar 2017 10:39:30 -0400 (EDT) Date: Sat, 18 Mar 2017 15:39:28 +0100 (CET) From: Gerald Pfeifer To: Mathieu Arnold cc: Danilo Egea Gondolfo , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r427817 - head/misc/cloc In-Reply-To: <4172a428-4fe1-1b14-bcb9-08555f0d8abe@FreeBSD.org> Message-ID: References: <201612042335.uB4NZGff063922@repo.freebsd.org> <4172a428-4fe1-1b14-bcb9-08555f0d8abe@FreeBSD.org> MIME-Version: 1.0 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: Sat, 18 Mar 2017 14:47:25 -0000 On Mon, 5 Dec 2016, Mathieu Arnold wrote: >> +GH_PROJECT= ${PORTNAME} > This is the default and should be removed. I went through the entire ports tree, looking for matches against GH_PROJECT=[[:space:]]*\${PORTNAME}$ and remove all cases I found. Instead of manually scanning for such cases, perhaps a good idea to add this to portlint? Gerald