<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/9b064fc2b158fa1a7380e61ab76025c8879421e5">https://github.com/macports/macports-ports/commit/9b064fc2b158fa1a7380e61ab76025c8879421e5</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 9b064fc2b15 mariadb: fix livecheck
</span>9b064fc2b15 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9b064fc2b158fa1a7380e61ab76025c8879421e5
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Sun Dec 27 20:32:36 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    mariadb: fix livecheck
</span>---
 databases/mariadb/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/mariadb/Portfile b/databases/mariadb/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 53e661d55a2..b49eaf4223c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/mariadb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/mariadb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -182,8 +182,8 @@ simultaneously.
</span> "
 
     livecheck.type      regex
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    livecheck.url       https://downloads.mariadb.org/mariadb/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    livecheck.regex     "href=\"/mariadb/(${version_branch}\[^/\]+)/"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    livecheck.url       https://downloads.mariadb.org/mariadb/+releases/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    livecheck.regex     "href=\"/mariadb/(${version_branch}\[^/\]+)/\">"
</span> }
 
 subport ${name_mysql}-server {
</pre><pre style='margin:0'>

</pre>