From owner-svn-ports-all@freebsd.org Thu Sep 20 04:06:53 2018 Return-Path: Delivered-To: svn-ports-all@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 BE407108E992; Thu, 20 Sep 2018 04:06:53 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 769F87B0FB; Thu, 20 Sep 2018 04:06:53 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 6A6438646; Thu, 20 Sep 2018 04:06:53 +0000 (UTC) From: Jan Beich To: Brooks Davis Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r480151 - head/devel/llvm70 References: <201809200247.w8K2lO74078886@repo.freebsd.org> <20180920034010.GA15239@spindle.one-eyed-alien.net> Date: Thu, 20 Sep 2018 06:06:49 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 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: Thu, 20 Sep 2018 04:06:53 -0000 Brooks Davis writes: > On Thu, Sep 20, 2018 at 05:21:50AM +0200, Jan Beich wrote: > >> Brooks Davis writes: >> >> > +LICENSE= LLVM GTEST REGEX MIT ARM PD >> [...] >> > +LICENSE_NAME_GTEST= Google test license >> >> How GTEST license is different from a regular BSD3CLAUSE? >> devel/googletest defines LICENSE=BSD3CLAUSE. > > It doesn't appear to vary significantly, but it's not identical to the > OSI version and this ensures the text available. Keeping LICENSE_FILE is usually enough if there's no copy under /usr/ports/Templates/Licenses/. Besides, BSD and MIT have many style variations. https://fedoraproject.org/wiki/Licensing:BSD https://fedoraproject.org/wiki/Licensing:MIT