<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/bf4d4d85afeb520903e4498a3555369e22d08203">https://github.com/macports/macports-ports/commit/bf4d4d85afeb520903e4498a3555369e22d08203</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new bf4d4d8  lighttpd: update mysql variants
</span>bf4d4d8 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit bf4d4d85afeb520903e4498a3555369e22d08203
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Sun Aug 4 02:17:17 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    lighttpd: update mysql variants
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Use mysql57 instead of mysql4 and mysql5 (which are EOL)
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/43431
</span>---
 www/lighttpd/Portfile | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/lighttpd/Portfile b/www/lighttpd/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a75ca2e..ba53eb0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/lighttpd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/lighttpd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -116,16 +116,14 @@ post-activate {
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant mysql4 conflicts mysql5 description {Enable MySQL 4 support} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append      port:mysql4
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-append   --with-mysql=${prefix}/bin/mysql_config
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    #configure.cppflags-append -I${prefix}/include/mysql
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant mysql5 conflicts mysql4 description {Enable MySQL 5 support} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append      path:bin/mysql_config5:mysql5
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-append   --with-mysql=${prefix}/bin/mysql_config5
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    #configure.cppflags-append -I${prefix}/include/mysql5/mysql
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Remove after 2020-08-04
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant mysql4 requires mysql57 description {Legacy compatibility variant} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant mysql5 requires mysql57 description {Legacy compatibility variant} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant mysql57 description {Enable MySQL 5.7 support} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append      port:mysql57
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append   --with-mysql=${prefix}/lib/mysql57/bin/mysql_config
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    #configure.cppflags-append -I${prefix}/include/mysql57/mysql
</span> }
 
 variant ssl description {Enable serving secure web sites with SSL} {
</pre><pre style='margin:0'>

</pre>