Revision: 87250 http://trac.macports.org/changeset/87250 Author: dports@macports.org Date: 2011-11-14 17:01:26 -0800 (Mon, 14 Nov 2011) Log Message: ----------- port_binary_distributable: beopen license is OK and GPL-conflicting Modified Paths: -------------- trunk/base/portmgr/jobs/port_binary_distributable.tcl Modified: trunk/base/portmgr/jobs/port_binary_distributable.tcl =================================================================== --- trunk/base/portmgr/jobs/port_binary_distributable.tcl 2011-11-15 00:43:21 UTC (rev 87249) +++ trunk/base/portmgr/jobs/port_binary_distributable.tcl 2011-11-15 01:01:26 UTC (rev 87250) @@ -34,7 +34,7 @@ # variants like CeCILL and the AGPL) and is not in the list of licenses known # to do so below. # 'Noncommercial' means a license that prohibits commercial use. -set good_licenses {afl agpl apache apsl artistic autoconf bitstreamvera \ +set good_licenses {afl agpl apache apsl artistic autoconf beopen bitstreamvera \ boost bsd bsd-old cecill cecill-b cecill-c copyleft cpl \ curl epl fpll fontconfig freetype gd gfdl gpl \ gplconflict ibmpl ijg isc jasper lgpl libtool lppl mit \ @@ -62,13 +62,14 @@ apache-1 {agpl gpl} apache-1.1 {agpl gpl} apsl {cecill gpl} + beopen {cecill gpl} bsd-old {cecill gpl} cpl {cecill gpl} - cecill {afl agpl apache apsl bsd-old cpl epl gd gplconflict ibmpl lppl mpl noncommercial openssl php qpl restrictive/distributable ruby ssleay zpl-1} + cecill {afl agpl apache apsl beopen bsd-old cpl epl gd gplconflict ibmpl lppl mpl noncommercial openssl php qpl restrictive/distributable ruby ssleay zpl-1} epl {cecill gpl} freetype {gpl-2} gd {cecill gpl} - gpl {afl agpl apache-1 apache-1.1 apsl bsd-old cpl epl gd gplconflict ibmpl lppl mpl noncommercial openssl php qpl restrictive/distributable ruby ssleay zpl-1} + gpl {afl agpl apache-1 apache-1.1 apsl beopen bsd-old cpl epl gd gplconflict ibmpl lppl mpl noncommercial openssl php qpl restrictive/distributable ruby ssleay zpl-1} gpl-1 {apache gpl-3 gpl-3+ lgpl-3 lgpl-3+} gpl-2 {apache freetype gpl-3 gpl-3+ lgpl-3 lgpl-3+} gpl-3 {gpl-1 gpl-2}