<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/a11d95c7d122e6bcdcec999dfe9f3411ee26cf1c">https://github.com/macports/macports-ports/commit/a11d95c7d122e6bcdcec999dfe9f3411ee26cf1c</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 a11d95c7d12 mariadb-10.6: requires PCRE2 from "system"; do not use internal version
</span>a11d95c7d12 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a11d95c7d122e6bcdcec999dfe9f3411ee26cf1c
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Thu May 27 10:48:03 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    mariadb-10.6: requires PCRE2 from "system"; do not use internal version
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Ref: https://github.com/macports/macports-ports/commit/5810597ae98f6fe9cea7f514b7151e77eea3ad79
</span>---
 databases/mariadb-10.6/Portfile | 8 +++++---
 1 file changed, 5 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 2959a2d2d93..a4189af61e3 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;'>@@ -11,7 +11,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;'>@@ -166,7 +166,8 @@ if {$subport eq $name} {
</span>     }
 
     depends_lib-append  port:zlib port:tcp_wrappers port:ncurses port:judy \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        path:lib/libssl.dylib:openssl port:libxml2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        path:lib/libssl.dylib:openssl port:libxml2 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        port:pcre2
</span>     depends_run-append  port:mysql_select
 
     select.group        mysql
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -239,7 +240,8 @@ if {$subport eq $name} {
</span>                         -DCONNECT_WITH_LIBXML2=ON \
                         -DCONNECT_WITH_MONGO=OFF \
                         -DCONNECT_WITH_ODBC=OFF \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        -DCONNECT_WITH_REST=OFF
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        -DCONNECT_WITH_REST=OFF \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        -DWITH_PCRE=system
</span> 
     post-destroot {
         # proc portdestroot::destroot_finish fails to find and compress our man pages
</pre><pre style='margin:0'>

</pre>