From owner-svn-ports-head@freebsd.org Mon Jun 5 03:39:44 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 0DEC2BF5AAE; Mon, 5 Jun 2017 03:39:44 +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 DE8046EFD4; Mon, 5 Jun 2017 03:39:43 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id 453DE3F4E2; Sun, 4 Jun 2017 23:39:41 -0400 (EDT) Received: from [172.20.5.185] (unknown [12.235.85.130]) (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 C81D43F4E1; Sun, 4 Jun 2017 23:39:40 -0400 (EDT) Date: Sun, 4 Jun 2017 21:39:39 -0600 (MDT) From: Gerald Pfeifer To: Joe Marcus Clarke cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r442596 - in head/ports-mgmt/portlint: . src In-Reply-To: <201706042224.v54MOTYb047826@repo.freebsd.org> Message-ID: References: <201706042224.v54MOTYb047826@repo.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: Mon, 05 Jun 2017 03:39:44 -0000 On Sun, 4 Jun 2017, Joe Marcus Clarke wrote: > Log: > Update to 2.17.9 > > * Remove a check for narrow conflicts now that we are in the post-pkg world [1] > * Genericize the USES_ sorting code and check to see if NOT_FOR_ARCHS > and ONLY_FOR_ARCHS are sorted. [2] > * Fix the check for JAVALIBDIR so that it falls before the variable expansion > code. [3] Thanks you, Marcus! Really appreciate your maintenance of portlint. Gerald