<pre style='margin:0'>
Mojca Miklavec (mojca) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/dd866af116b89036cc7b09c607568765bd3ca5d9">https://github.com/macports/macports-ports/commit/dd866af116b89036cc7b09c607568765bd3ca5d9</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 dd866af  gnuplot: remove the pdflib terminal
</span>dd866af is described below

<span style='display:block; white-space:pre;color:#808000;'>commit dd866af116b89036cc7b09c607568765bd3ca5d9
</span>Author: Mojca Miklavec <mojca@macports.org>
AuthorDate: Sat Nov 3 22:30:28 2018 +0100

<span style='display:block; white-space:pre;color:#404040;'>    gnuplot: remove the pdflib terminal
</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/57271
</span>---
 math/gnuplot/Portfile | 5 -----
 1 file changed, 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/gnuplot/Portfile b/math/gnuplot/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1ab09ab..cd6ec91 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/gnuplot/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/gnuplot/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -90,11 +90,6 @@ variant pangocairo description "Enable cairo-based terminals" {
</span>     configure.args-delete       --without-cairo
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant pdflib description "Enable pdflib-based pdf terminal" {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append          port:pdflib
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-replace      --without-pdf --with-pdf=${prefix}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> variant wxwidgets description "Enable wxt terminal" {
     wxWidgets.use               wxWidgets-3.0
     depends_lib-append          port:${wxWidgets.port}
</pre><pre style='margin:0'>

</pre>