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

<span style='display:block; white-space:pre;color:#808000;'>commit f2e00fb6dc6702b22ffcfc2069c76b6082bd2231
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Thu Nov 21 19:25:31 2019 -0500

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/mariadb-10.2/Portfile b/databases/mariadb-10.2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 42c9b92..880b3e6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/mariadb-10.2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/mariadb-10.2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -236,8 +236,7 @@ possible to install and have running all the MacPorts mysql ports
</span> simultaneously.
 "
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    set github_author_lower [string tolower ${github.author}]
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    github.livecheck.regex ${github_author_lower}-(${version_branch}.\[0-9\]+)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    github.livecheck.regex (${version_branch}.\[0-9\]+)
</span> 
 }
 
</pre><pre style='margin:0'>

</pre>