MPL 2.0

Joshua Root jmr at macports.org
Mon May 28 15:35:50 PDT 2012


> Revision: 93704
>           https://trac.macports.org/changeset/93704
> Author:   ryandesign at macports.org
> Date:     2012-05-28 14:01:38 -0700 (Mon, 28 May 2012)
> Log Message:
> -----------
> curl: update to 7.26.0
> curl-ca-bundle: update to certdata 1.83, now under the MPL 2 license
> 
> Modified: trunk/dports/net/curl-ca-bundle/Portfile
> ===================================================================
> --- trunk/dports/net/curl-ca-bundle/Portfile	2012-05-28 20:41:30 UTC (rev 93703)
> +++ trunk/dports/net/curl-ca-bundle/Portfile	2012-05-28 21:01:38 UTC (rev 93704)
> @@ -5,10 +5,10 @@
>  
>  name                    curl-ca-bundle
>  # keep the version in sync with the curl port
> -version                 7.25.0
> +version                 7.26.0
>  set curl_name           curl
>  categories              net
> -license                 {MPL-1.1 LGPL-2.1+ GPL-2+}
> +license                 MPL-2.0

(Aside: the preferred format as per the Guide is MPL-2.)

It may be better to model the standard MPL 2.0 as {MPL-2 GPL-2+
LGPL-2.1+ AGPL-3+}. Otherwise, we'd have to introduce a separate license
name for MPL 2.0 with "Incompatible With Secondary Licenses" notice, and
the conflict modelling would get more complicated due to not all
versions of the MPL conflicting with the same things.

- Josh


More information about the macports-dev mailing list