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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/159f50df106839abbd4a6942ac0b8e18569a7049">https://github.com/macports/macports-ports/commit/159f50df106839abbd4a6942ac0b8e18569a7049</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 159f50df106839abbd4a6942ac0b8e18569a7049
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Fri Sep 23 11:28:22 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    sundials6: update to 6.3.0; take ownership; fix livecheck
</span>---
 math/sundials6/Portfile | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/sundials6/Portfile b/math/sundials6/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 37e75a4e8ee..539f0630499 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/sundials6/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/sundials6/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,13 +5,13 @@ PortGroup           cmake 1.1
</span> PortGroup           github 1.0
 PortGroup           mpi 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        LLNL sundials 6.2.0 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        LLNL sundials 6.3.0 v
</span> name                sundials6
 revision            0
 
 categories          math devel
 license             BSD
<span style='display:block; white-space:pre;background:#ffe0e0;'>-maintainers         nomaintainer
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+maintainers         {mascguy @mascguy} openmaintainer
</span> 
 description         SUite of Nonlinear and DIfferential/ALgebraic equation Solvers
 long_description    SUNDIALS consists of the following five solvers: CVODE\
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,12 +25,13 @@ long_description    SUNDIALS consists of the following five solvers: CVODE\
</span>                     systems.
 homepage            https://computing.llnl.gov/projects/sundials
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+set ver_major       [lindex [split ${version} .] 0]
</span> github.tarball_from releases
 dist_subdir         sundials
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  37f48f646cf22c7bfa7ca60b7d55df88ab74735f \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  195d5593772fc483f63f08794d79e4bab30c2ec58e6ce4b0fb6bcc0e0c48f31d \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    82410068
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  862e560ed30721930c3517b84bf4e7e0c597ceca \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  89a22bea820ff250aa7239f634ab07fa34efe1d2dcfde29cc8d3af11455ba2a7 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    88624329
</span> 
 #------------------------------------------------------------------------------
 # Path-Related Variables - START
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -204,5 +205,4 @@ post-destroot {
</span>     move ${destroot}${port_install_include}/sundials/LICENSE ${port_doc_dir}/
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url       https://computing.llnl.gov/projects/sundials/sundials-software
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.regex     ${name}-(\\d(?:\.\\d+)*)${extract.suffix}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.livecheck.regex  (${ver_major}\.\[0-9.\]+)
</span></pre><pre style='margin:0'>

</pre>