<pre style='margin:0'>
Leo Singer (lpsinger) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/80f0e64ee0e5fac3464c04fdee2a4a2d7444e602">https://github.com/macports/macports-ports/commit/80f0e64ee0e5fac3464c04fdee2a4a2d7444e602</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 80f0e64  py-matplotlib: update to 2.1.0
</span>80f0e64 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 80f0e64ee0e5fac3464c04fdee2a4a2d7444e602
</span>Author: Leo Singer <leo.singer@ligo.org>
AuthorDate: Wed Oct 4 07:21:07 2017 -0400

<span style='display:block; white-space:pre;color:#404040;'>    py-matplotlib: update to 2.1.0
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Also, remove CHANGELOG, because the source did not ship with that file.
</span>---
 python/py-matplotlib/Portfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

<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 8457bf3..a1a4b8d 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;'>@@ -4,7 +4,7 @@ PortSystem          1.0
</span> PortGroup           python 1.0
 PortGroup           github 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        matplotlib matplotlib 2.0.2 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        matplotlib matplotlib 2.1.0 v
</span> 
 name                py-matplotlib
 categories-append   graphics math
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,8 +29,8 @@ long_description    Matplotlib strives to produce publication quality 2D \
</span> 
 homepage            http://matplotlib.org/
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  41ca2ea4ea0ff374be455e591ad214617c37994a \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  49010ca0b92bba2124ff75c8f26565e2d98e2378e985063054e8490bb20d68c6
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  7931942596b2dd203db2214bc8fdf3f36843d338 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  8cd3ed6aa7bfa65583e2914d29ea9cc55b65ebcdf8885cbdd1498c7e491bbf0e
</span> 
 if {${name} ne ${subport}} {
     depends_build-append \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -70,7 +70,7 @@ if {${name} ne ${subport}} {
</span>         if {${name} ne ${subport}} {
             xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport} \
                 ${destroot}${prefix}/share/${subport}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            xinstall -m 644 -W ${worksrcpath} CHANGELOG README.rst matplotlibrc.template \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            xinstall -m 644 -W ${worksrcpath} README.rst matplotlibrc.template \
</span>                 ${destroot}${prefix}/share/doc/${subport}
             file copy ${worksrcpath}/examples \
                 ${destroot}${prefix}/share/${subport}
</pre><pre style='margin:0'>

</pre>