<pre style='margin:0'>
Marko Käning (mkae) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/0041593b9836a43679509f1fca3e55dda3913ccc">https://github.com/macports/macports-ports/commit/0041593b9836a43679509f1fca3e55dda3913ccc</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 0041593b9836a43679509f1fca3e55dda3913ccc
</span>Author: Zero King <l2dy@icloud.com>
AuthorDate: Thu Feb 2 02:50:08 2017 +0000

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/shells/osh/Portfile b/shells/osh/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d884caa..b5c9c52 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/shells/osh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/shells/osh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,4 +40,4 @@ destroot.target     install install-doc install-exp
</span> 
 livecheck.type      regex
 livecheck.url       ${master_sites}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.regex     ${name}-(\\d{8})${extract.suffix}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.regex     ${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}
</span></pre><pre style='margin:0'>

</pre>