<pre style='margin:0'>
Frank Schima (mf2k) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ea486c70489f944d6b748a14de759ceee309cba8">https://github.com/macports/macports-ports/commit/ea486c70489f944d6b748a14de759ceee309cba8</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 ea486c70489 p5-dbd-mariadb: add mysql8 variant
</span>ea486c70489 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ea486c70489f944d6b748a14de759ceee309cba8
</span>Author: John Hoyt <john.hoyt@gmail.com>
AuthorDate: Thu Jan 21 07:55:25 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    p5-dbd-mariadb: add mysql8 variant
</span>---
 perl/p5-dbd-mariadb/Portfile | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/perl/p5-dbd-mariadb/Portfile b/perl/p5-dbd-mariadb/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 48c8708da34..b0270d43808 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/perl/p5-dbd-mariadb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/perl/p5-dbd-mariadb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,40 +34,46 @@ if {${perl5.major} != ""} {
</span>     depends_lib-append \
                     port:p${perl5.major}-dbi
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    variant mariadb10_1 conflicts mariadb10_2 mariadb10_3 mariadb10_4 mariadb10_5 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    variant mariadb10_1 conflicts mariadb10_2 mariadb10_3 mariadb10_4 mariadb10_5 mysql8 \
</span>                         description {Build with mariadb-10.1 port} {
         depends_lib-append      port:mariadb-10.1
         # There's no mariadb_config in mentioned in 10.1, use mysql_config
         configure.args-append   --mariadb_config=${prefix}/lib/mariadb-10.1/bin/mysql_config
     }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    variant mariadb10_2 conflicts mariadb10_1 mariadb10_3 mariadb10_4 mariadb10_5 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    variant mariadb10_2 conflicts mariadb10_1 mariadb10_3 mariadb10_4 mariadb10_5 mysql8 \
</span>                         description {Build with mariadb-10.2 port} {
         depends_lib-append      port:mariadb-10.2
         configure.args-append   --mariadb_config=${prefix}/lib/mariadb-10.2/bin/mariadb_config
     }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    variant mariadb10_3 conflicts mariadb10_1 mariadb10_2 mariadb10_4 mariadb10_5 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    variant mariadb10_3 conflicts mariadb10_1 mariadb10_2 mariadb10_4 mariadb10_5 mysql8 \
</span>                         description {Build with mariadb-10.3 port} {
         depends_lib-append      port:mariadb-10.3
         configure.args-append   --mariadb_config=${prefix}/lib/mariadb-10.3/bin/mariadb_config
     }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    variant mariadb10_4 conflicts mariadb10_1 mariadb10_2 mariadb10_3 mariadb10_5 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    variant mariadb10_4 conflicts mariadb10_1 mariadb10_2 mariadb10_3 mariadb10_5 mysql8 \
</span>                         description {Build with mariadb-10.4 port} {
         depends_lib-append      port:mariadb-10.4
         configure.args-append   --mariadb_config=${prefix}/lib/mariadb-10.4/bin/mariadb_config
     }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    variant mariadb10_5 conflicts mariadb10_1 mariadb10_2 mariadb10_3 mariadb10_4 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    variant mariadb10_5 conflicts mariadb10_1 mariadb10_2 mariadb10_3 mariadb10_4 mysql8 \
</span>                         description {Build with mariadb-10.5 port} {
         depends_lib-append      port:mariadb-10.5
         configure.args-append   --mariadb_config=${prefix}/lib/mariadb-10.5/bin/mariadb_config
     }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    variant mysql8 conflicts mariadb10_1 mariadb10_2 mariadb10_3 mariadb10_4 mariadb10_5 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        description {Build with mariadb-10.5 port} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        depends_lib-append      port:mysql8
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        configure.args-append   --mysql_config=${prefix}/lib/mysql8/bin/mysql_config
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     if {![variant_isset mariadb10_1] && ![variant_isset mariadb10_2] &&
         ![variant_isset mariadb10_3] && ![variant_isset mariadb10_4] &&
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        ![variant_isset mariadb10_5]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ![variant_isset mariadb10_5] && ![variant_isset mysql8]} {
</span>         default_variants +mariadb10_5
     }
 }
</pre><pre style='margin:0'>

</pre>