From owner-svn-ports-head@freebsd.org Mon Oct 29 08:25:43 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1CBC910CECA6; Mon, 29 Oct 2018 08:25:43 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C48B8848C9; Mon, 29 Oct 2018 08:25:42 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from icepick.vmeta.jp (unknown [IPv6:2405:6586:2280:1200:b059:28be:46fa:ec33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: meta/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 6EEF61719D; Mon, 29 Oct 2018 08:25:41 +0000 (UTC) (envelope-from meta@FreeBSD.org) Date: Mon, 29 Oct 2018 17:25:38 +0900 From: Koichiro Iwao To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r482838 - head/net/pbnc Message-ID: <20181029082538.2dfp6ybtslwj2h2e@icepick.vmeta.jp> References: <201810231348.w9NDm5Um037325@repo.freebsd.org> <20181024202904.wwlazzpsq6xfjb2u@atuin.in.mat.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20181024202904.wwlazzpsq6xfjb2u@atuin.in.mat.cc> X-Operating-System: FreeBSD 11.2-STABLE amd64 User-Agent: NeoMutt/20180716 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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, 29 Oct 2018 08:25:43 -0000 Fixed, thanks for letting me know. On Wed, Oct 24, 2018 at 10:29:05PM +0200, Mathieu Arnold wrote: > On Tue, Oct 23, 2018 at 01:48:05PM +0000, Koichiro Iwao wrote: > > +LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} > > Like all variables begining with an _, it is private, it should not be > used outside of the file defining it. Please set it to the literal text > you need it to be. > > -- > Mathieu Arnold -- meta