<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/86e36c992cea7b16ac2fc98cf83998ea45c692fc">https://github.com/macports/macports-ports/commit/86e36c992cea7b16ac2fc98cf83998ea45c692fc</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 86e36c9 mariadb-10.2: 10.2.29 upstream stealth update
</span>86e36c9 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 86e36c992cea7b16ac2fc98cf83998ea45c692fc
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Mon Nov 18 20:39:36 2019 -0500
<span style='display:block; white-space:pre;color:#404040;'> mariadb-10.2: 10.2.29 upstream stealth update
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Rev-bump in case the new archive is different
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> This is 2 stealth updates in short order ... one every now and then is annoying but "stuff happens" ... 2 seems intentional ... WTF?
</span>---
databases/mariadb-10.2/Portfile | 10 +++++-----
1 file changed, 5 insertions(+), 5 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 97768d9..93c8afe 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;'>@@ -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 1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set revision_client 2
</span> set revision_server 0
categories databases
platforms darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -61,16 +61,16 @@ if {$subport eq $name} {
</span> https://github.com/${submodule_github_author}/${submodule_github_project}/archive/${submodule_github_branch}:tagtwo
checksums ${main_distfile} \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- rmd160 4e449ebdf75ddfac07d49077389b05670742f36b \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- sha256 2bcf494b63a6ffcf407ff5e0b4e973b7c80da547649ce32e614e050698ae8de2 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- size 64522657 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ rmd160 c9aa0eedc78b5c7a62d771b52b54ddccce65e537 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ sha256 8d8df4da7c37871f08fcc29fa50349a002f9561ddf873d09f268bbc0ec9f86ad \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ size 64538937 \
</span> ${submodule_distfile} \
rmd160 e5f149deecbc579addeeb9a36e17aa54131c681f \
sha256 72f63c54633460c6e9a087d2aaafd5719a1291c39363c071a2e352c74d44a292 \
size 745069
worksrcdir server-${version_branch}
<span style='display:block; white-space:pre;background:#ffe0e0;'>- dist_subdir ${name}/${version}_2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ dist_subdir ${name}/${version}_3
</span>
post-extract {
# put the submodule_github_project directory into position
</pre><pre style='margin:0'>
</pre>