<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8180fa5873d4209c137b219721a8d7eed803ec2d">https://github.com/macports/macports-ports/commit/8180fa5873d4209c137b219721a8d7eed803ec2d</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 8180fa5  paraview: Fix incorrect capitalization of header
</span>8180fa5 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8180fa5873d4209c137b219721a8d7eed803ec2d
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Jun 8 19:17:33 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    paraview: Fix incorrect capitalization of header
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes build failure on case-sensitive filesystems.
</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/57433
</span>---
 science/paraview/files/patch-incomplete-types.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<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 751a661..0794d33 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;'>@@ -78,7 +78,7 @@ index 55d3146447..225879cd4c 100644
</span>  
  #include "pqTransferFunctionWidgetPropertyWidget.h"
  #include "vtkPiecewiseFunction.h"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-+#include <qvalidator>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++#include <QValidator>
</span>  #include <QString>
  
  class pqTransferFunctionWidgetPropertyDialog::pqInternals
</pre><pre style='margin:0'>

</pre>