<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/31430bbdb53febd51eef5d8ae450a3825a7323ca">https://github.com/macports/macports-ports/commit/31430bbdb53febd51eef5d8ae450a3825a7323ca</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 31430bbdb53febd51eef5d8ae450a3825a7323ca
</span>Author: Kirill A. Korinsky <kirill@korins.ky>
AuthorDate: Mon Nov 14 21:05:27 2022 +0100

<span style='display:block; white-space:pre;color:#404040;'>    mumps: fix build with scotch after 6.0.0
</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/65088
</span>---
 math/mumps/Portfile                      | 2 +-
 math/mumps/files/patch-Makefile.inc.diff | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

<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 367a4f3806e..6fac3aca6f2 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;'>@@ -9,7 +9,7 @@ PortGroup                   conflicts_build 1.0
</span> 
 name                        mumps
 version                     5.3.1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision                    1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision                    2
</span> categories                  math
 license                     CeCILL-C
 platforms                   darwin
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/mumps/files/patch-Makefile.inc.diff b/math/mumps/files/patch-Makefile.inc.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index ebd85f5022e..ce90cec996e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/mumps/files/patch-Makefile.inc.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/mumps/files/patch-Makefile.inc.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -16,7 +16,7 @@
</span>  
  #LSCOTCH    = -L$(SCOTCHDIR)/lib -lesmumps -lscotch -lscotcherr
 -#LSCOTCH    = -L$(SCOTCHDIR)/lib -lptesmumps -lptscotch -lptscotcherr
<span style='display:block; white-space:pre;background:#ffe0e0;'>-+LSCOTCH    = -L$(SCOTCHDIR)/lib -lptesmumps -lptscotch -lptscotcherr
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++LSCOTCH    = -L$(SCOTCHDIR)/lib -lesmumps -lptscotch -lptscotcherr -lscotch
</span>  
  
  LPORDDIR = $(topdir)/PORD/lib/
</pre><pre style='margin:0'>

</pre>