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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/3587a29accbfa5523556564f75ed395d096859bf">https://github.com/macports/macports-ports/commit/3587a29accbfa5523556564f75ed395d096859bf</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 3587a29accb sundials: use github PortGroup
</span>3587a29accb is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3587a29accbfa5523556564f75ed395d096859bf
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Sun Mar 21 16:46:23 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    sundials: use github PortGroup
</span>---
 math/sundials/Portfile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/sundials/Portfile b/math/sundials/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bf5620e3d7d..2984396ab88 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/sundials/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/sundials/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,10 +2,10 @@
</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
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-name                sundials
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-version             5.7.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        LLNL sundials 5.7.0 v
</span> revision            0
 categories          math devel
 license             BSD
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,9 +25,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        https://github.com/LLNL/sundials/releases/download/v${version}/
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-distname            sundials-${version}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from releases
</span> 
 checksums           rmd160  2818d3d841b7e65df4997f2bf4881988064add30 \
                     sha256  48da7baa8152ddb22aed1b02d82d1dbb4fbfea22acf67634011aa0303a100a43 \
</pre><pre style='margin:0'>

</pre>