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

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

<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 89ee2c89fcc..e35119cc48f 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;'>@@ -137,5 +137,6 @@ variant doc description {install pdf documentation} {
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# this version is too old to work with the default livecheck from github PG
</span> livecheck.url       https://computing.llnl.gov/projects/sundials/sundials-software
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.regex     {sundials-(2(?:\.\d+)*)}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.regex     {/v(2(?:\.\d+)*)}
</span></pre><pre style='margin:0'>

</pre>