<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/e9b5f0fed796c617f838dc70b3b9934422ccc2ad">https://github.com/macports/macports-ports/commit/e9b5f0fed796c617f838dc70b3b9934422ccc2ad</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 e9b5f0fed79 mariadb-10.5: use Boost PG
</span>e9b5f0fed79 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit e9b5f0fed796c617f838dc70b3b9934422ccc2ad
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Mon Jun 7 17:03:36 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    mariadb-10.5: use Boost PG
</span>---
 databases/mariadb-10.5/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/mariadb-10.5/Portfile b/databases/mariadb-10.5/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 404c93d0c9f..8483235d0d3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/mariadb-10.5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/mariadb-10.5/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 2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set revision_client 3
</span> set revision_server 0
 categories          databases
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,7 +24,9 @@ if {$subport eq $name} {
</span>     PortGroup           select 1.0
     PortGroup           github 1.0
     PortGroup           compiler_blacklist_versions 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    PortGroup           boost 1.0
</span> 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    boost.version       1.71
</span>     compiler.cxx_standard 2011
 
     # https://trac.macports.org/ticket/60805
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -165,7 +167,6 @@ if {$subport eq $name} {
</span>         move ${workpath}/${libmarias3_distname} ${worksrcpath}/storage/maria/libmarias3
     }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_build-append port:boost
</span>     depends_lib-append  port:zlib port:tcp_wrappers port:ncurses port:judy \
                         path:lib/libssl.dylib:openssl port:libxml2 \
                         port:pcre2
</pre><pre style='margin:0'>

</pre>