On Oct 20, 2011, at 10:21, [email protected] wrote:
> Revision: 86176
> http://trac.macports.org/changeset/86176
> Author: [email protected]
> Date: 2011-10-20 08:21:39 -0700 (Thu, 20 Oct 2011)
> Log Message:
> -----------
> djview: adding license, taking port as nomaintainer
>
> Modified Paths:
> --------------
> trunk/dports/aqua/djview/Portfile
>
> Modified: trunk/dports/aqua/djview/Portfile
> ===================================================================
> --- trunk/dports/aqua/djview/Portfile 2011-10-20 15:02:18 UTC (rev 86175)
> +++ trunk/dports/aqua/djview/Portfile 2011-10-20 15:21:39 UTC (rev 86176)
> @@ -7,7 +7,8 @@
> name djview
> version 4.8
> categories aqua graphics www
> -maintainers nomaintainer
> +license GPL-2+ {MIT}
> +maintainers nicos openmaintainer
The curly braces in the license field are supposed to be used to group
either-or licenses. So, if this port is available under the GPL-2+ or MIT
license, you'd write:
license {GPL-2+ MIT}
If, on the other hand, some parts are under GPL-2+ and other parts are under
MIT, you'd write:
license GPL-2+ MIT
_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev