<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7d88831dafb472dbf496681b0219248491d7f5ca">https://github.com/macports/macports-ports/commit/7d88831dafb472dbf496681b0219248491d7f5ca</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 7d88831  paraview:  fix python36 variant
</span>7d88831 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7d88831dafb472dbf496681b0219248491d7f5ca
</span>Author: Jonathan Stickel <jjstickel@gmail.com>
AuthorDate: Mon Aug 27 13:49:22 2018 -0600

<span style='display:block; white-space:pre;color:#404040;'>    paraview:  fix python36 variant
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    * adds to patch for qt5 compatibility
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes:  https://trac.macports.org/ticket/56981
</span>---
 science/paraview/files/patch-incomplete-types.patch | 12 ++++++++++++
 1 file changed, 12 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/paraview/files/patch-incomplete-types.patch b/science/paraview/files/patch-incomplete-types.patch
</span><span style='display:block; white-space:pre;color:#808080;'>index 404301d..751a661 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/paraview/files/patch-incomplete-types.patch
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/paraview/files/patch-incomplete-types.patch
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -130,3 +130,15 @@ index a0ba740dbc..e44e0d43a5 100644
</span>  class QItemSelection;
  class QItemSelectionModel;
  class QPoint;
<span style='display:block; white-space:pre;background:#e0ffe0;'>+diff --git a/Qt/Python/pqPythonShell.cxx b/Qt/Python/pqPythonShell.cxx
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+index 3d01fd0a96..7cb356fbc4 100644
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- Qt/Python/pqPythonShell.cxx
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ Qt/Python/pqPythonShell.cxx
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -61,6 +61,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ #include <QTextCharFormat>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ #include <QVBoxLayout>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ #include <QtDebug>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++#include <QtWidgets>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ QStringList pqPythonShell::Preamble;
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ 
</span></pre><pre style='margin:0'>

</pre>