<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a3cf5998767a6c01a07b0d702c7c769704927d36">https://github.com/macports/macports-ports/commit/a3cf5998767a6c01a07b0d702c7c769704927d36</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit a3cf5998767a6c01a07b0d702c7c769704927d36
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Sun Feb 11 13:59:21 2018 -0800

<span style='display:block; white-space:pre;color:#404040;'>    py-service_identity: fix fetch for 10.8 and earlier
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Use new pypi.python.org url scheme in master_sites.
</span>---
 python/py-service_identity/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-service_identity/Portfile b/python/py-service_identity/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 990961b..c40cda4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-service_identity/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-service_identity/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -20,8 +20,9 @@ long_description    service_identity aspires to give you all the tools\
</span>                     for the intended purposes.
 
 homepage            https://github.com/pyca/service_identity
<span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# use new pypi.python.org url scheme
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites        pypi:de/2a/cab6e30be82c8fcd2339ef618036720eda954cf05daef514e386661c9221
</span> distname            ${python.rootname}-${version}
 
 checksums           rmd160  8e2d4645170c5d47251c182cc77351004c3635de \
</pre><pre style='margin:0'>

</pre>