<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/6113d931d981d2c2794680de2ef7060db4900438">https://github.com/macports/macports-ports/commit/6113d931d981d2c2794680de2ef7060db4900438</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 6113d93 gnuplot: add dependency on webp that is stealth-linking in; rev bump for new dependency.
</span>6113d93 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 6113d931d981d2c2794680de2ef7060db4900438
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Wed Feb 8 10:26:45 2017 -0500
<span style='display:block; white-space:pre;color:#404040;'> gnuplot: add dependency on webp that is stealth-linking in; rev bump for new dependency.
</span>---
math/gnuplot/Portfile | 2 ++
1 file changed, 2 insertions(+)
<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 140850d..c0a5463 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;'>@@ -7,6 +7,7 @@ PortGroup wxWidgets 1.0
</span>
name gnuplot
version 5.0.5
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span> categories math science
# the license has some inconvenient requirements that we're not meeting
# to be allowed to distribute binaries
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,6 +38,7 @@ depends_build path:bin/pkg-config:pkgconfig
</span> depends_lib port:expat \
port:fontconfig \
port:gd2 \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:webp \
</span> port:jpeg \
path:lib/libcaca.dylib:libcaca \
port:libcerf \
</pre><pre style='margin:0'>
</pre>