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

<span style='display:block; white-space:pre;color:#404040;'>    py-twisted: remove broken mirror from master_sites
</span>---
 python/py-twisted/Portfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

<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 0439a3a..4a0a5d0 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,8 +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://tmrc.mit.edu/mirror/twisted/Twisted/${dl_version} \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    http://twistedmatrix.com/Releases/Twisted/${dl_version}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites        http://twistedmatrix.com/Releases/Twisted/${dl_version}
</span> distname            Twisted-${version}
 use_bzip2           yes
 
</pre><pre style='margin:0'>

</pre>