<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5f68b22d2ce6b56d896820ccf729310b3e8d8476">https://github.com/macports/macports-ports/commit/5f68b22d2ce6b56d896820ccf729310b3e8d8476</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 5f68b22d2ce6b56d896820ccf729310b3e8d8476
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Fri Jun 7 18:55:44 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    py-twisted: use https in master_sites
</span>---
 python/py-twisted/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-twisted/Portfile b/python/py-twisted/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4a0a5d0..ced7d44 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-twisted/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-twisted/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,7 +19,7 @@ long_description    Twisted is an event-driven networking framework \
</span> homepage            https://www.twistedmatrix.com/
 
 set dl_version      [join [lrange [split ${version} .] 0 1] .]
<span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites        http://twistedmatrix.com/Releases/Twisted/${dl_version}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites        https://twistedmatrix.com/Releases/Twisted/${dl_version}
</span> distname            Twisted-${version}
 use_bzip2           yes
 
</pre><pre style='margin:0'>

</pre>