<pre style='margin:0'>
Zero King (l2dy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/260db0259c47ae699f83b4c1efb84693506c3a2e">https://github.com/macports/macports-ports/commit/260db0259c47ae699f83b4c1efb84693506c3a2e</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 260db02  saxon: fix livecheck
</span>260db02 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 260db0259c47ae699f83b4c1efb84693506c3a2e
</span>Author: Zero King <l2dy@macports.org>
AuthorDate: Tue Nov 21 14:07:01 2017 +0000

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/saxon/Portfile b/textproc/saxon/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bfbe5a8..19d126b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/saxon/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/saxon/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -57,4 +57,4 @@ destroot {
</span> livecheck.type      regex
 livecheck.url       ${homepage}
 # The current maintenance\n
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.regex     "release on the 9\\.\[0-9\] branch is (\[0-9.\]\\.\[0-9.\]\\.\[0-9.\]\\.\[0-9.\])"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.regex     "release on the 9\\.\[0-9\] branch is (\\d+(?:\\.\\d+)*)"
</span></pre><pre style='margin:0'>

</pre>