<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/457c1c55a83130b815d61e71b0a33a97126aaa54">https://github.com/macports/macports-ports/commit/457c1c55a83130b815d61e71b0a33a97126aaa54</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 457c1c5  deal.ii: fix livecheck to avoid release candidates
</span>457c1c5 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 457c1c55a83130b815d61e71b0a33a97126aaa54
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Thu May 14 04:58:35 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    deal.ii: fix livecheck to avoid release candidates
</span>---
 math/deal.ii/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/deal.ii/Portfile b/math/deal.ii/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5d33dc2..38798b9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/deal.ii/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/deal.ii/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -133,3 +133,6 @@ variant python description "install python bindings" {
</span>         reinplace "s|__MACPORTS_PYTHON_VERSION__|${python_version}|g" ${worksrcpath}/contrib/python-bindings/source/CMakeLists.txt
     }
 }
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# avoid release candidates
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.regex {archive/v([0-9.]+)\.tar\.gz}
</span></pre><pre style='margin:0'>

</pre>