<pre style='margin:0'>
Chih-Hsuan Yen (yan12125) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/589087b83ba2ce54228cc7cdaa1d558e3d37748a">https://github.com/macports/macports-ports/commit/589087b83ba2ce54228cc7cdaa1d558e3d37748a</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 589087b83ba2ce54228cc7cdaa1d558e3d37748a
</span>Author: reneeotten <reneeotten@users.noreply.github.com>
AuthorDate: Mon Mar 18 22:01:01 2019 -0400

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-authkit/Portfile b/python/py-authkit/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cd8f3bf..a94c5d9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-authkit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-authkit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,7 +15,7 @@ description         An authentication and authorization toolkit for WSGI applica
</span> long_description    $description
 homepage            http://3aims.com/
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites        https://cheeseshop.python.org/packages/source/A/AuthKit/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
</span> distname            AuthKit-${version}
 use_zip             yes
 checksums           md5     3a2b1aca6eb7bd843aef9a8556a191f4 \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,4 +28,6 @@ python.versions     27
</span> 
 if {${name} ne ${subport}} {
     depends_build   port:py${python.version}-setuptools
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    livecheck.type  none
</span> }
</pre><pre style='margin:0'>

</pre>