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

<span style='display:block; white-space:pre;color:#808000;'>commit ce64704582586c76018974130e12eebaeb6e3c0e
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Fri Sep 20 18:27:12 2019 -0400

<span style='display:block; white-space:pre;color:#404040;'>    mariadb-10.2: fix typo
</span>---
 databases/mariadb-10.2/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 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 040cb22..f734a1a 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;'>@@ -219,8 +219,8 @@ possible to install and have running all the MacPorts mysql ports
</span> simultaneously.
 "
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    set github_authro_lower [string tolower ${github.author}]
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    github.livecheck.regex ${github_authro_lower}-(${version_branch}.\[0-9\]+)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set github_author_lower [string tolower ${github.author}]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    github.livecheck.regex ${github_author_lower}-(${version_branch}.\[0-9\]+)
</span> 
 }
 
</pre><pre style='margin:0'>

</pre>