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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b5a293b309e8c00cdfc3e16d2ff4ffa3f12828a1">https://github.com/macports/macports-ports/commit/b5a293b309e8c00cdfc3e16d2ff4ffa3f12828a1</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 b5a293b309e mariahdb-10.1: remove opportunistic link to liblzo
</span>b5a293b309e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b5a293b309e8c00cdfc3e16d2ff4ffa3f12828a1
</span>Author: Mike Kelly <pioto@pioto.org>
AuthorDate: Fri Jul 31 15:07:51 2020 -0400

<span style='display:block; white-space:pre;color:#404040;'>    mariahdb-10.1: remove opportunistic link to liblzo
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    liblzo is not declared as a dependency.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    closes: https://trac.macports.org/ticket/57798
</span>---
 databases/mariadb-10.1/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/mariadb-10.1/Portfile b/databases/mariadb-10.1/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 727c6af6a6f..c31bfce64ac 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/mariadb-10.1/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/mariadb-10.1/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;'>@@ -96,6 +96,7 @@ if {$subport eq $name} {
</span>                         -DDEFAULT_COLLATION:STRING=utf8_general_ci \
                         -DWITH_EMBEDDED_SERVER:BOOL=ON \
                         -DWITH_ZLIB:STRING=system \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                        -DWITH_INNODB_LZO=OFF \
</span>                         -DWITH_UNIT_TESTS:BOOL=ON \
                         -DWITHOUT_TOKUDB_STORAGE_ENGINE:BOOL=ON \
                         -DWITHOUT_MROONGA_STORAGE_ENGINE:BOOL=ON \
</pre><pre style='margin:0'>

</pre>