<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/ed1aceeb0948515e9afbaec6afcb3cc6f91c0cc3">https://github.com/macports/macports-ports/commit/ed1aceeb0948515e9afbaec6afcb3cc6f91c0cc3</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit ed1aceeb0948515e9afbaec6afcb3cc6f91c0cc3
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Mon Apr 19 20:23:26 2021 -0700

<span style='display:block; white-space:pre;color:#404040;'>    SuiteSparse: turn off livecheck for subports
</span>---
 math/SuiteSparse/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/SuiteSparse/Portfile b/math/SuiteSparse/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6ea9abac262..8863dc16f60 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/SuiteSparse/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/SuiteSparse/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -288,5 +288,7 @@ if {${subport} eq ${name}} {
</span>             check_copy ${worksrcpath}/include                                 *   include
             check_copy ${worksrcpath}/share/doc/suitesparse-${github.version} *   share/doc/suitesparse
         }
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        livecheck.type      none
</span>     }
 }
</pre><pre style='margin:0'>

</pre>