<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/6f8708b9b939e6700544d28039779d0efbaa1b77">https://github.com/macports/macports-ports/commit/6f8708b9b939e6700544d28039779d0efbaa1b77</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 6f8708b9b93 sundials{5,6}: livecheck: use github api
</span>6f8708b9b93 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6f8708b9b939e6700544d28039779d0efbaa1b77
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Mon Jul 24 14:23:48 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    sundials{5,6}: livecheck: use github api
</span>---
 math/sundials5/Portfile | 4 +++-
 math/sundials6/Portfile | 4 +++-
 2 files changed, 6 insertions(+), 2 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 e62c49cc5ef..1814de7470f 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;'>@@ -205,4 +205,6 @@ post-destroot {
</span>     move ${destroot}${port_install_include}/sundials/LICENSE ${port_doc_dir}/
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.livecheck.regex    (${ver_major}\.\[0-9.\]+)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.url       https://api.github.com/repos/${github.author}/${github.project}/tags?per_page=200
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.curloptions
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.regex     "\"name\": \"v(${ver_major}\.\[0-9\.\]+)\","
</span><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 46a663a5fde..e325d316bf6 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;'>@@ -213,4 +213,6 @@ post-destroot {
</span>     move ${destroot}${port_install_include}/sundials/LICENSE ${port_doc_dir}/
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.livecheck.regex  (${ver_major}\.\[0-9.\]+)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.url       https://api.github.com/repos/${github.author}/${github.project}/tags?per_page=200
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.curloptions
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.regex     "\"name\": \"v(${ver_major}\.\[0-9\.\]+)\","
</span></pre><pre style='margin:0'>

</pre>