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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2a89dae48a859880a128cf3640a19ffa671400b7">https://github.com/macports/macports-ports/commit/2a89dae48a859880a128cf3640a19ffa671400b7</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 2a89dae48a859880a128cf3640a19ffa671400b7
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Nov 16 05:51:24 2019 -0600

<span style='display:block; white-space:pre;color:#404040;'>    mongo-tools: Fix git version info
</span>---
 devel/mongo-tools/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/mongo-tools/Portfile b/devel/mongo-tools/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2280251..7c4764f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/mongo-tools/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/mongo-tools/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,7 +8,7 @@ post-extract {
</span>     set dir [glob ${workpath}/*]
     regexp "/${github.author}-${github.project}-(\[0-9a-f\]+)$" ${dir} -> git_commit
     reinplace -E "s|^(\[\[:space:\]\]*VersionStr=).*\$|\\1${git.branch}|" ${dir}/set_goenv.sh
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    reinplace -E "s|^(\[\[:space:\]\]*Gitspec=).*\$|\\1${git_commit}|" ${dir}/set_goenv.sh
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace -E "s|^(\[\[:space:\]\]*GitCommit=).*\$|\\1${git_commit}|" ${dir}/set_goenv.sh
</span> }
 
 PortGroup           golang 1.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -16,7 +16,7 @@ PortGroup           golang 1.0
</span> # Keep mongo-tools at the same version as mongodb.
 
 go.setup            github.com/mongodb/mongo-tools 4.2.1 r
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> checksums           rmd160  edb6920df190b345c289a5ef6a69c2bb9b17968a \
                     sha256  8c17e32c50e4380472ee060d0f0d64569156162bda94166bef134c0762da2138 \
                     size    14434121
</pre><pre style='margin:0'>

</pre>