[84223] trunk/dports/graphics/potrace/Portfile
Ryan Schmidt
ryandesign at macports.org
Wed Sep 21 05:43:15 PDT 2011
On Sep 20, 2011, at 19:58, snc at macports.org wrote:
> Revision: 84223
> http://trac.macports.org/changeset/84223
> Author: snc at macports.org
> Date: 2011-09-20 17:58:17 -0700 (Tue, 20 Sep 2011)
> Log Message:
> -----------
> potrace: license
>
> Modified Paths:
> --------------
> trunk/dports/graphics/potrace/Portfile
>
> Modified: trunk/dports/graphics/potrace/Portfile
> ===================================================================
> --- trunk/dports/graphics/potrace/Portfile 2011-09-21 00:55:38 UTC (rev 84222)
> +++ trunk/dports/graphics/potrace/Portfile 2011-09-21 00:58:17 UTC (rev 84223)
> @@ -8,6 +8,8 @@
> revision 1
> categories graphics
> maintainers nomaintainer
> +# GPL-2 or GPL-2+ at our option
> +license {GPL-2 GPL-2+}
"GPL-2" means "GPL version 2 only"
"GPL-2+" means "GPL version 2 or greater"
So can't you simplify this to just:
license GPL-2+
More information about the macports-dev
mailing list