<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/15478f0123dd9dd706e84be95f2d3f74bbe39d52">https://github.com/macports/macports-ports/commit/15478f0123dd9dd706e84be95f2d3f74bbe39d52</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 15478f0  qscintilla: whitespace.
</span>15478f0 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 15478f0123dd9dd706e84be95f2d3f74bbe39d52
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Wed Feb 22 21:12:52 2017 -0500

<span style='display:block; white-space:pre;color:#404040;'>    qscintilla: whitespace.
</span>---
 devel/qscintilla/Portfile | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/qscintilla/Portfile b/devel/qscintilla/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c68293d..319eeff 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/qscintilla/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/qscintilla/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,15 +22,15 @@ homepage            http://www.riverbankcomputing.com/software/qscintilla/
</span> platforms           darwin
 
 long_description    QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor control. \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        As well as features found in standard text editing components,          \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                   QScintilla includes features especially useful when editing and         \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                   debugging source code. These include support for syntax styling,        \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                   error indicators, code completion and call tips. The selection          \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                   margin can contain markers like those used in debuggers to indicate     \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                   breakpoints and the current line. Styling choices are more open         \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                   than with many editors, allowing the use of proportional fonts,         \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                   bold and italics, multiple foreground and background colours and        \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                   multiple fonts. See the py*-qscintilla port to install python bindings.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    As well as features found in standard text editing components,      \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    QScintilla includes features especially useful when editing and     \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    debugging source code. These include support for syntax styling,    \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    error indicators, code completion and call tips. The selection      \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    margin can contain markers like those used in debuggers to indicate \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    breakpoints and the current line. Styling choices are more open     \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    than with many editors, allowing the use of proportional fonts,     \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    bold and italics, multiple foreground and background colours and    \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    multiple fonts. See the py*-qscintilla port to install python bindings.
</span> 
 distname            QScintilla_gpl-${version}
 master_sites        sourceforge:pyqt
</pre><pre style='margin:0'>

</pre>