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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ab61bdada5f7b49b1309582e88f14bfeaf3fa5a7">https://github.com/macports/macports-ports/commit/ab61bdada5f7b49b1309582e88f14bfeaf3fa5a7</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 ab61bdada5f muscle: fix patch for real
</span>ab61bdada5f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ab61bdada5f7b49b1309582e88f14bfeaf3fa5a7
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Sun May 9 21:10:49 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    muscle: fix patch for real
</span>---
 science/muscle/files/patch-subfams.cpp.diff | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/muscle/files/patch-subfams.cpp.diff b/science/muscle/files/patch-subfams.cpp.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index 3408bf3f54a..5b88e7a6401 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/muscle/files/patch-subfams.cpp.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/muscle/files/patch-subfams.cpp.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -16,12 +16,13 @@ const float INFINITY = float(1e29);
</span> 
 See: https://trac.macports.org/ticket/61296
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>---- subfams.cpp.orig    2021-05-09 20:58:29.000000000 -0400
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-+++ subfams.cpp    2021-05-09 21:01:53.000000000 -0400
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- subfams.cpp.orig       2021-05-09 21:08:43.000000000 -0400
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ subfams.cpp    2021-05-09 21:09:19.000000000 -0400
</span> @@ -1,7 +1,7 @@
  #include "muscle.h"
  #include "distfunc.h"
  
<span style='display:block; white-space:pre;background:#e0ffe0;'>+-const float INFINITY = float(1e29);
</span> +const float FAR_AWAY_DISTANCE = float(1e29); // (old name was: INFINITY; clashed with math.h on OSX)
  const unsigned NILL = uInsane;
  
</pre><pre style='margin:0'>

</pre>