<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/1cacea4fccb0ec04ebf4e76430d0d139f0b8a0d4">https://github.com/macports/macports-ports/commit/1cacea4fccb0ec04ebf4e76430d0d139f0b8a0d4</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 1cacea4fccb0ec04ebf4e76430d0d139f0b8a0d4
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Fri Sep 23 11:27:27 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    sundials5: take ownership; fix livecheck
</span>---
 math/sundials5/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/sundials5/Portfile b/math/sundials5/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index aa25ae17a44..e62c49cc5ef 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/sundials5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/sundials5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -11,7 +11,7 @@ revision            0
</span> 
 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,6 +25,7 @@ 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:#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>