<pre style='margin:0'>
Zero King (l2dy) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c9872c4de1b496ae7dc14aa297055160019b510c">https://github.com/macports/macports-ports/commit/c9872c4de1b496ae7dc14aa297055160019b510c</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 c9872c4 stimfit, py-stfio: add missing dependency
</span>c9872c4 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit c9872c4de1b496ae7dc14aa297055160019b510c
</span>Author: Zero King <l2dy@macports.org>
AuthorDate: Sat Sep 30 05:31:28 2017 +0000
<span style='display:block; white-space:pre;color:#404040;'> stimfit, py-stfio: add missing dependency
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> See: https://trac.macports.org/ticket/54942
</span>---
python/py-stfio/Portfile | 1 +
science/stimfit/Portfile | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-stfio/Portfile b/python/py-stfio/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 06fb864..c015182 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-stfio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-stfio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,6 +25,7 @@ if { ${name} ne ${subport} } {
</span>
depends_lib port:boost \
port:hdf5 \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:py${python.version}-cvxopt \
</span> port:py${python.version}-matplotlib \
port:py${python.version}-numpy
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/stimfit/Portfile b/science/stimfit/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ab26976..5cc74b3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/stimfit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/stimfit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,7 +38,8 @@ variant python27 description {Build with Python shell.} {
</span> port:python27 \
port:py27-wxpython-3.0 \
port:py27-numpy \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- port:py27-matplotlib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:py27-matplotlib \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:py27-cvxopt
</span>
configure.python \
${prefix}/bin/python2.7
</pre><pre style='margin:0'>
</pre>