<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/71d21b3187dc9733f910556102fbfcd406ad44d9">https://github.com/macports/macports-ports/commit/71d21b3187dc9733f910556102fbfcd406ad44d9</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 71d21b3187d py-matplotlib: fix filename for configfile
</span>71d21b3187d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 71d21b3187dc9733f910556102fbfcd406ad44d9
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Fri Feb 24 20:42:58 2023 -0500

<span style='display:block; white-space:pre;color:#404040;'>    py-matplotlib: fix filename for configfile
</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/66996
</span>---
 python/py-matplotlib/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 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 bdee71f59d8..1c5ac86ad75 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;'>@@ -58,6 +58,8 @@ if {${name} ne ${subport}} {
</span>     patchfiles      patch-v37-mplsetup.cfg.diff \
                     patch-v37-setupext.py.diff
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    set configfile mplsetup.cfg
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     if {${python.version} == 37 || ${python.version} > 37 && ${os.platform} eq "darwin" && ${os.major} <= 16} {
         version     3.5.3
         revision    0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -138,8 +140,6 @@ if {${name} ne ${subport}} {
</span>         }
     }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    set configfile mplsetup.cfg
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span>     build.env-append \
                     PKG_CONFIG_PATH=${python.prefix}/lib/pkgconfig \
                     CFLAGS=${configure.cxxflags} \
</pre><pre style='margin:0'>

</pre>