<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9a84bc9b637e8c5fa2db85dba352b8512be979f2">https://github.com/macports/macports-ports/commit/9a84bc9b637e8c5fa2db85dba352b8512be979f2</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 9a84bc9b637 mariadb-10.6: add dependency on curl
</span>9a84bc9b637 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9a84bc9b637e8c5fa2db85dba352b8512be979f2
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Sat Apr 30 20:04:20 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    mariadb-10.6: add dependency on curl
</span>---
 databases/mariadb-10.6/Portfile | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/mariadb-10.6/Portfile b/databases/mariadb-10.6/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index be0a7522e5c..cfbe9722a1d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/mariadb-10.6/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/mariadb-10.6/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,7 +12,7 @@ set version_branch  [join [lrange [split ${version} .] 0 1] .]
</span> # Please set revision_client and revision_server to 0 if you bump
 # version; these can be changed independently for the 2 subports, but
 # can be changed at the same time if that's what's required.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set revision_client 0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set revision_client 1
</span> set revision_server 0
 categories          databases
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -185,9 +185,13 @@ if {$subport eq $name} {
</span>     }
 
     depends_build-append port:bison
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append  port:zlib port:tcp_wrappers port:ncurses port:judy \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append  port:curl \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        port:judy \
</span>                         port:libxml2 \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        port:pcre2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        port:ncurses \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        port:pcre2 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        port:tcp_wrappers \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        port:zlib
</span>     depends_run-append  port:mysql_select
 
     select.group        mysql
</pre><pre style='margin:0'>

</pre>