<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/11c6cf09252074ce19c56452f29aa0f122a74c5a">https://github.com/macports/macports-ports/commit/11c6cf09252074ce19c56452f29aa0f122a74c5a</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 11c6cf09252 lighttpd: remove legacy variants
</span>11c6cf09252 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 11c6cf09252074ce19c56452f29aa0f122a74c5a
</span>Author: iEFdev <eric@iefdev.se>
AuthorDate: Tue Aug 4 16:21:52 2020 +0200

<span style='display:block; white-space:pre;color:#404040;'>    lighttpd: remove legacy variants
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>      - remove the legacy variants, as per comment.
</span>---
 www/lighttpd/Portfile | 4 ----
 1 file changed, 4 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 ee4b36ab9e2..a64f08af134 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,10 +116,6 @@ post-activate {
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Remove after 2020-08-04
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant mysql4 requires mysql57 description {Legacy compatibility variant} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant mysql5 requires mysql57 description {Legacy compatibility variant} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> variant mysql57 description {Enable MySQL 5.7 support} {
     depends_lib-append      port:mysql57
     configure.args-append   --with-mysql=${prefix}/lib/mysql57/bin/mysql_config
</pre><pre style='margin:0'>

</pre>