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

<span style='display:block; white-space:pre;color:#404040;'>    py-twisted: tweak formatting
</span>---
 python/py-twisted/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 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 0b6a811..0439a3a 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;'>@@ -1,7 +1,7 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortSystem 1.0
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup  python 1.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+PortSystem          1.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           python 1.0
</span> 
 name                py-twisted
 version             19.2.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,7 +18,7 @@ long_description    Twisted is an event-driven networking framework \
</span> 
 homepage            https://www.twistedmatrix.com/
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set dl_version [join [lrange [split ${version} .] 0 1] .]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set dl_version      [join [lrange [split ${version} .] 0 1] .]
</span> master_sites        http://tmrc.mit.edu/mirror/twisted/Twisted/${dl_version} \
                     http://twistedmatrix.com/Releases/Twisted/${dl_version}
 distname            Twisted-${version}
</pre><pre style='margin:0'>

</pre>