<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c7abf44bde8e1b399245cfab970c8fb7f68122e5">https://github.com/macports/macports-ports/commit/c7abf44bde8e1b399245cfab970c8fb7f68122e5</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit c7abf44bde8e1b399245cfab970c8fb7f68122e5
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Thu Mar 19 10:02:55 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    mumps: conflict with self
</span>---
 math/mumps/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/mumps/Portfile b/math/mumps/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cdf48e8..9e62c3c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/mumps/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/mumps/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortGroup                   mpi 1.0
</span> PortGroup                   linear_algebra 1.0
 PortGroup                   muniversal 1.0
 PortGroup                   makefile 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup                   conflicts_build 1.0
</span> 
 name                        mumps
 version                     5.2.1
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,6 +31,8 @@ checksums                   rmd160  a3930fd1d29f4b5070432207b9299ea279424f02 \
</span>                             sha256  d988fc34dfc8f5eee0533e361052a972aa69cc39ab193e7f987178d24981744a \
                             size    3831942
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+conflicts_build-append      ${name}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> mpi.setup                   require \
                             require_fortran
 
</pre><pre style='margin:0'>

</pre>