<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/adb6298dfb91d2e3f7781609adeaca7aebbec5d5">https://github.com/macports/macports-ports/commit/adb6298dfb91d2e3f7781609adeaca7aebbec5d5</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 adb6298  uncrustify: fix livecheck
</span>adb6298 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit adb6298dfb91d2e3f7781609adeaca7aebbec5d5
</span>Author: Zero King <l2dy@macports.org>
AuthorDate: Fri Feb 8 15:13:15 2019 +0000

<span style='display:block; white-space:pre;color:#404040;'>    uncrustify: fix livecheck
</span>---
 devel/uncrustify/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/uncrustify/Portfile b/devel/uncrustify/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0c3eec8..2047d61 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/uncrustify/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/uncrustify/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,5 +34,5 @@ post-destroot {
</span> }
 
 livecheck.type      regex
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url       http://sourceforge.net/projects/uncrustify/files/uncrustify/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.regex     "${name}-(0\\.\\d+)"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.url       https://sourceforge.net/projects/uncrustify/files/uncrustify/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)"
</span></pre><pre style='margin:0'>

</pre>