From owner-svn-ports-all@freebsd.org Fri Feb 7 01:43:28 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7F878240440; Fri, 7 Feb 2020 01:43:28 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48DJ3h2mlvz3xwX; Fri, 7 Feb 2020 01:43:28 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from icepick.vmeta.jp (unknown [IPv6:2405:6586:2280:1200:1055:671f:be7b:c975]) (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 7BBB22B404; Fri, 7 Feb 2020 01:43:26 +0000 (UTC) (envelope-from meta@FreeBSD.org) Date: Fri, 7 Feb 2020 10:43:23 +0900 From: Koichiro Iwao To: Mathieu Arnold Cc: Emmanuel Vadot , Antoine Brodin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r525136 - head/devel Message-ID: <20200207014323.taehburnfw7twshb@icepick.vmeta.jp> X-Operating-System: FreeBSD 12.1-STABLE amd64 References: <202002040936.0149aI3E088204@repo.freebsd.org> <20200204104020.cba025dc63af413d7688fd8d@bidouilliste.com> <20200204122429.afyvp4w5xx3kb4wk@ogg.in.absolight.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200204122429.afyvp4w5xx3kb4wk@ogg.in.absolight.net> X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Feb 2020 01:43:28 -0000 On Tue, Feb 04, 2020 at 01:24:29PM +0100, Mathieu Arnold wrote: > This is why we have Tools/script/addport. I didn't know it. I was using `port create` provided by port-mgmt/porttools. I'll switch to it. Thanks for info. -- meta