Revision
111899
Author
davidnichols@macports.org
Date
2013-10-05 03:12:17 -0700 (Sat, 05 Oct 2013)

Log Message

updated ports to reflect the addition of the MIT license as an option for qore as of 0.8.8+

Modified Paths

Diff

Modified: trunk/dports/lang/qore/Portfile (111898 => 111899)


--- trunk/dports/lang/qore/Portfile	2013-10-05 10:10:56 UTC (rev 111898)
+++ trunk/dports/lang/qore/Portfile	2013-10-05 10:12:17 UTC (rev 111899)
@@ -7,7 +7,7 @@
 version             0.8.8
 revision            1
 categories          lang
-license             LGPL-2.1
+license             {LGPL-2.1 MIT}
 maintainers         davidnichols
 use_bzip2           yes
 description         multi-threaded embedable scripting language

Modified: trunk/dports/lang/qore-devel/Portfile (111898 => 111899)


--- trunk/dports/lang/qore-devel/Portfile	2013-10-05 10:10:56 UTC (rev 111898)
+++ trunk/dports/lang/qore-devel/Portfile	2013-10-05 10:12:17 UTC (rev 111899)
@@ -7,7 +7,7 @@
 svn.revision        6087
 version             0.8.8.99-${svn.revision}
 categories          lang
-license             LGPL-2.1
+license             {LGPL-2.1 MIT}
 maintainers         davidnichols pvanek
 
 description         dynamically-typed programming language - a SVN trunk version