<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/2abf6cc875a0243e4b984b5b1002d1ff4718577e">https://github.com/macports/macports-ports/commit/2abf6cc875a0243e4b984b5b1002d1ff4718577e</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 2abf6cc875a0243e4b984b5b1002d1ff4718577e
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Wed Apr 7 06:18:49 2021 -0700

<span style='display:block; white-space:pre;color:#404040;'>    sundials2: fix fetch phase by switching to GitHub
</span>---
 math/sundials2/Portfile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/sundials2/Portfile b/math/sundials2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bdaa26ee3a5..3f8aeb2808e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/sundials2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/sundials2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,10 +2,11 @@
</span> 
 PortSystem          1.0
 PortGroup           cmake 1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           github 1.0
</span> PortGroup           mpi 1.0
 
 name                sundials2
<span style='display:block; white-space:pre;background:#ffe0e0;'>-version             2.7.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        LLNL sundials 2.7.0 v
</span> revision            3
 categories          math devel
 license             bsd
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,7 +26,8 @@ long_description    SUNDIALS consists of the following five solvers: CVODE\
</span>                     systems.
 
 homepage            https://computation.llnl.gov/projects/sundials
<span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites        http://computation.llnl.gov/projects/sundials-suite-nonlinear-differential-algebraic-equation-solvers/download/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from releases
</span> 
 checksums           rmd160  7bbbff19828c8235422497e11891d07fe02e4021 \
                     sha256  d39fcac7175d701398e4eb209f7e92a5b30a78358d4a0c0fcc23db23c11ba104 \
</pre><pre style='margin:0'>

</pre>