<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ac503621327ed9c8b18c03b0cd827ff45ee08d73">https://github.com/macports/macports-ports/commit/ac503621327ed9c8b18c03b0cd827ff45ee08d73</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit ac503621327ed9c8b18c03b0cd827ff45ee08d73
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Fri Nov 12 18:05:46 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    mysql8-server: use BSD license
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    mysql*-server subports were traditionally licensed as BSD.
</span><span style='display:block; white-space:pre;color:#404040;'>    Presumably, this was because they are merely convenience ports which
</span><span style='display:block; white-space:pre;color:#404040;'>    allow running MySQL as a launch daemon service: they only consists of a
</span><span style='display:block; white-space:pre;color:#404040;'>    sample .plist configuration file and necessary portfile commands, and so
</span><span style='display:block; white-space:pre;color:#404040;'>    were only subject to the MacPorts ports tree license (i.e. 3-clause BSD)
</span><span style='display:block; white-space:pre;color:#404040;'>    rather than the MySQL license.
</span>---
 databases/mysql8/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/mysql8/Portfile b/databases/mysql8/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8a9ed8e553f..c27c9a89faf 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/mysql8/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/mysql8/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -272,7 +272,7 @@ as follows:
</span> 
 subport ${name_mysql}-server {
     revision            ${revision_server}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    license             GPL-2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    license             BSD
</span>     description         Run ${name_mysql} as server
     long_description    {*}${description}
 
</pre><pre style='margin:0'>

</pre>