<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/1b5916c763f09f139be273660d05600dd2390a11">https://github.com/macports/macports-ports/commit/1b5916c763f09f139be273660d05600dd2390a11</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 1b5916c  py27-matplotlib: add required runtime dependency on py27-functools32.
</span>1b5916c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1b5916c763f09f139be273660d05600dd2390a11
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Wed Jan 18 08:41:31 2017 -0500

<span style='display:block; white-space:pre;color:#404040;'>    py27-matplotlib: add required runtime dependency on py27-functools32.
</span>---
 python/py-matplotlib/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-matplotlib/Portfile b/python/py-matplotlib/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2cc1875..d8b289f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-matplotlib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-matplotlib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortGroup           python 1.0
</span> PortGroup           github 1.0
 
 github.setup        matplotlib matplotlib 2.0.0 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> 
 name                py-matplotlib
 categories-append   graphics math
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -48,6 +49,10 @@ if {${name} ne ${subport}} {
</span>                         port:py${python.version}-tz \
                         port:py${python.version}-cycler
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {${python.version} == 27} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        depends_lib-append port:py27-functools32
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     patchfiles-append   patch-setup.cfg.diff \
                         patch-setupext.py.diff \
                         patch-src-macosx.m.diff
</pre><pre style='margin:0'>

</pre>