<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c98f24e3bb9917f695bc8e0341fc8ff968cde5e0">https://github.com/macports/macports-ports/commit/c98f24e3bb9917f695bc8e0341fc8ff968cde5e0</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 c98f24e3bb9 py27-numpy: fix livecheck
</span>c98f24e3bb9 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c98f24e3bb9917f695bc8e0341fc8ff968cde5e0
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Fri Aug 14 12:39:31 2020 -0400

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-numpy/Portfile b/python/py-numpy/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8d353f7f728..0669dc5e8bd 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-numpy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-numpy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -58,7 +58,8 @@ if {${name} ne ${subport}} {
</span>         patchfiles-append   patch-numpy_core_setup.py.27.diff \
                             patch-numpy_tests_test_scripts.py.27.diff \
                             patch-fcompiler_g95.27.diff
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        github.livecheck.regex {(1\.16(?:\.\d+)+)}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        livecheck.url       https://numpy.org/doc/stable/release.html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        livecheck.regex     {(1\.16(?:\.\d+)+)}
</span>     } else {
         patchfiles-append   patch-numpy_core_setup.py.diff \
                             patch-numpy_tests_test_scripts.py.diff \
</pre><pre style='margin:0'>

</pre>