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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8a0d0093444b035f61fc5e1929eccce19e32ac26">https://github.com/macports/macports-ports/commit/8a0d0093444b035f61fc5e1929eccce19e32ac26</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 8a0d009  libtommath: conflicts with moarvm
</span>8a0d009 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8a0d0093444b035f61fc5e1929eccce19e32ac26
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Fri Dec 7 23:56:47 2018 -0800

<span style='display:block; white-space:pre;color:#404040;'>    libtommath: conflicts with moarvm
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    closes: https://trac.macports.org/ticket/55114
</span>---
 math/libtommath/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/libtommath/Portfile b/math/libtommath/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d419d33..56cc6b5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/libtommath/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/libtommath/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -20,6 +20,9 @@ distname            ltm-${version}
</span> github.tarball_from releases
 use_xz              yes
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+#moarvm installs a number of bundled libraries into standard locations
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+conflicts           moarvm
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> checksums           rmd160  34cc4e294f1593a03ec959e386260cf1c459a151 \
                     sha256  47032fb39d698ce4cf9c9c462c198e6b08790ce8203ad1224086b9b978636c69
 
</pre><pre style='margin:0'>

</pre>