From owner-svn-ports-head@freebsd.org Tue Aug 18 08:41:02 2020 Return-Path: Delivered-To: svn-ports-head@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 EF4063B3D29; Tue, 18 Aug 2020 08:41:02 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BW4BQ62h6z3Sj2; Tue, 18 Aug 2020 08:41:02 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id BAF3520262; Tue, 18 Aug 2020 08:41:02 +0000 (UTC) Date: Tue, 18 Aug 2020 08:41:02 +0000 From: Alexey Dokuchaev To: Adriaan de Groot Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, Tobias Kortkamp Subject: Re: svn commit: r545219 - in head: devel devel/string_theory games/jaggedalliance2 Message-ID: <20200818084102.GA12957@FreeBSD.org> References: <202008180532.07I5WtH0079094@repo.freebsd.org> <14303563.8YodWJZJCj@beastie.bionicmutton.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <14303563.8YodWJZJCj@beastie.bionicmutton.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 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: Tue, 18 Aug 2020 08:41:03 -0000 On Tue, Aug 18, 2020 at 09:47:58AM +0200, Adriaan de Groot wrote: > On Tuesday, 18 August 2020 07:32:55 CEST Tobias Kortkamp wrote: > > Added: > > head/devel/string_theory/ > > head/devel/string_theory/Makefile (contents, props changed) > > That looks unrelated. > > """ > New port: devel/string_theory, yet another C++ string library that > does UTF-8 and formatting. > """ It's listed as a bdep for that port: BUILD_DEPENDS= string_theory>=3.3:devel/string_theory While we usually add dependent ports separately, there's nothing terribly wrong with doing it in one go. ./danfe