<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/9383a5c0c4350031b9fcddb92b19850e0be0a435">https://github.com/macports/macports-ports/commit/9383a5c0c4350031b9fcddb92b19850e0be0a435</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 9383a5c  py*-scipy: overload GitHub PortGroup livecheck to avoid beta releases.
</span>9383a5c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9383a5c0c4350031b9fcddb92b19850e0be0a435
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Wed Sep 20 08:32:16 2017 -0400

<span style='display:block; white-space:pre;color:#404040;'>    py*-scipy: overload GitHub PortGroup livecheck to avoid beta releases.
</span>---
 python/py-scipy/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-scipy/Portfile b/python/py-scipy/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a306261..712423d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-scipy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-scipy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -128,3 +128,8 @@ have the +atlas variant active. Please ensure that numpy is activated with the\
</span> 
     livecheck.type          none
 }
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# overload the github livecheck regex to look for versions that
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# are just numbers, '.', and '-', no letters (e.g., "1.0.0b1").
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.regex archive/[join ${github.tag_prefix} ""](\[0-9.-\]+)${extract.suffix}
</span></pre><pre style='margin:0'>

</pre>