<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/b5e72615387ca2a072cc7aeb1e10c0c88460a196">https://github.com/macports/macports-ports/commit/b5e72615387ca2a072cc7aeb1e10c0c88460a196</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit b5e72615387ca2a072cc7aeb1e10c0c88460a196
</span>Author: Zero King <l2dy@icloud.com>
AuthorDate: Thu Feb 2 03:55:34 2017 +0000

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-cx_Freeze/Portfile b/python/py-cx_Freeze/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7424910..57485b6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-cx_Freeze/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-cx_Freeze/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -16,7 +16,7 @@ long_description    cx_Freeze is a set of scripts and modules for freezing Pytho
</span>                     scripts into executables in much the same way that py2exe and \
                     py2app do. Unlike these two tools, cx_Freeze is cross platform \
                     and should work on any platform that Python itself works on.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            http://cx-freeze.sourceforge.net/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://anthony-tuininga.github.io/cx_Freeze/
</span> 
 master_sites        sourceforge:cx-freeze
 distname            cx_Freeze-${version}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,5 +30,5 @@ if {${name} ne ${subport}} {
</span> } else {
     livecheck.type  regex
     livecheck.url   ${homepage}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    livecheck.regex Download (\\d+\\.\\d+\\.\\d+) released
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    livecheck.regex <p>Version (\\d+\\.\\d+\\.\\d+), released
</span> }
</pre><pre style='margin:0'>

</pre>