From owner-svn-ports-head@FreeBSD.ORG Thu Jun 19 04:45:56 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 99EFAF18 for ; Thu, 19 Jun 2014 04:45:56 +0000 (UTC) Received: from mail-qc0-x235.google.com (mail-qc0-x235.google.com [IPv6:2607:f8b0:400d:c01::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DCDD24A3 for ; Thu, 19 Jun 2014 04:45:56 +0000 (UTC) Received: by mail-qc0-f181.google.com with SMTP id x13so1684355qcv.26 for ; Wed, 18 Jun 2014 21:45:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=BDrqjJE7BEFQr0cQYOVEpMd5SfXR6+A3JDNIxH5aQd4=; b=n0HN2uOAC4dxl9FxV/WVEFs8e7gitx0jMDKdtbRzIcIB0A/II8LS2kgdO9ehdOvm6i XSMl/1IItaaBKkoJuPx6puw4P980pLZjhIic1OCPJ9ZEvgmGxrWVHRVbn8z5fEXKr712 gH4W6yW6D+ulTBJSdPjLFiiduN32vYqpQgdNM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=BDrqjJE7BEFQr0cQYOVEpMd5SfXR6+A3JDNIxH5aQd4=; b=YRKBs0epyPjIwo+nY+R7lIhhPy1DFYJsWMO2VJAoFBn3yxSiSWK98LCjOuOTA0BvI3 65/Mpn4sa2NhcqD/rwBwEDkkdeh0RDT6j7DMy+CabJe+AP58fFvCyyFDuq250vJivUC+ XvzPtd/HSPPUAQ/0Rm/6qSy+2zkouJyBT2EBu5UObKSdK2CZACKmqZZ8k6bli1wWlK5U QW5OuUQ6n5pVio6bcmktr62oOhjqR+31KsPj5u8C8dSAMOH/8G8VkyqYEvh5bK6RZMno witUQd4FahFUQmpEBJrsdlrqubLKFET9Ifq/RiFkMjI9iLwOb/XnSTcTZAcu5mYg7pyQ S2RA== X-Gm-Message-State: ALoCoQlG06ROwcdGy1RoAA3piC3E2Twb2rImadoxstJ/BZ70dMrRt07pfYSyuGI+OQlDxOaPm4Ez X-Received: by 10.140.37.75 with SMTP id q69mr3295088qgq.60.1403153155029; Wed, 18 Jun 2014 21:45:55 -0700 (PDT) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.96.222.131 with HTTP; Wed, 18 Jun 2014 21:45:24 -0700 (PDT) In-Reply-To: <201406182251.s5IMp2u8019518@svn.freebsd.org> References: <201406182251.s5IMp2u8019518@svn.freebsd.org> From: Eitan Adler Date: Wed, 18 Jun 2014 21:45:24 -0700 X-Google-Sender-Auth: kdO_-jPYLdvaN-L-q5DGD7Lcq3U Message-ID: Subject: Re: svn commit: r358329 - head/Mk To: Adam Weinberger Content-Type: text/plain; charset=UTF-8 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 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: Thu, 19 Jun 2014 04:45:56 -0000 On 18 June 2014 15:51, Adam Weinberger wrote: > _LICENSE_LIST= AGPLv3 APACHE10 APACHE11 APACHE20 ART10 ARTPERL10 ART20 \ > - BSD BSD2CLAUSE BSD3CLAUSE BSD4CLAUSE BSL CDDL EPL GFDL \ > + BSD BSD2CLAUSE BSD3CLAUSE BSD4CLAUSE BSL CDDL CLART EPL GFDL \ > GMGPL GPLv1 GPLv2 GPLv3 GPLv3RLE ISCL LGPL20 LGPL21 LGPL3 \ > LPPL10 LPPL11 LPPL12 LPPL13 LPPL13a LPPL13b LPPL13c MIT \ > MPL OPENSSL OFL10 OFL11 OWL PostgreSQL PHP202 PHP30 PHP301 PSFL RUBY \ > @@ -110,6 +110,9 @@ _LICENSE_GROUPS_BSL= FSF OSI COPYFREE > _LICENSE_NAME_CDDL= Common Development and Distribution License > _LICENSE_GROUPS_CDDL= FSF OSI > > +_LICENSE_NAME_CLART= Clarified Artistic License > +_LICENSE_GROUPS_CLART= FSF OSI Please do this instead: LICENCE_NAME_ClArtistic=Clarified Artistic License Note that we use https://spdx.org/licenses/ as the canonical source for license names and short names. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams