<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/da6fdc499a4add67beecf5b523557b578b489d73">https://github.com/macports/macports-ports/commit/da6fdc499a4add67beecf5b523557b578b489d73</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 da6fdc4  plplot: fix build with octave variant
</span>da6fdc4 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit da6fdc499a4add67beecf5b523557b578b489d73
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Wed Aug 21 15:48:31 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    plplot: fix build with octave variant
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Octave support requires Swig version 4.
</span><span style='display:block; white-space:pre;color:#404040;'>    No revbump since port either builds correctly or not at all.
</span>---
 science/plplot/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/plplot/Portfile b/science/plplot/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 246035a..befd695 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/plplot/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/plplot/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -124,7 +124,7 @@ configure.args-append   -DBUILD_SHARED_LIBS=ON \
</span>                         -DBUILD_TEST=OFF \
                         -DHAVE_SHAPELIB=ON \
                         -DHAVE_AGG=ON \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        -DSWIG_EXECUTABLE=${prefix}/bin/swig \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        -DSWIG_EXECUTABLE=${prefix}/bin/swig4 \
</span>                         -Dhpdf_INCLUDE_DIR=${prefix}/include
 
 post-configure {
</pre><pre style='margin:0'>

</pre>