[114489] trunk/dports/python/py-matplotlib/Portfile

sean at macports.org sean at macports.org
Mon Dec 9 11:03:14 PST 2013


Revision: 114489
          https://trac.macports.org/changeset/114489
Author:   sean at macports.org
Date:     2013-12-09 11:03:14 -0800 (Mon, 09 Dec 2013)
Log Message:
-----------
py-matplotlib: install the agg backend; fixes #40151

Modified Paths:
--------------
    trunk/dports/python/py-matplotlib/Portfile

Modified: trunk/dports/python/py-matplotlib/Portfile
===================================================================
--- trunk/dports/python/py-matplotlib/Portfile	2013-12-09 19:02:46 UTC (rev 114488)
+++ trunk/dports/python/py-matplotlib/Portfile	2013-12-09 19:03:14 UTC (rev 114489)
@@ -8,7 +8,7 @@
 github.setup        matplotlib matplotlib 1.3.1
 
 name                py-matplotlib
-revision            2
+revision            3
 categories-append   graphics math
 platforms           darwin
 license             {PSF BSD}
@@ -135,6 +135,10 @@
         default_variants    +tkinter
     }
 
+    post-patch {
+        reinplace "s|^agg=False|agg=True|" ${worksrcpath}/setup.cfg
+    }
+
     livecheck.type      none
 
     notes "
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131209/59afd6fa/attachment.html>


More information about the macports-changes mailing list