Revision: 89564 http://trac.macports.org/changeset/89564 Author: ram@macports.org Date: 2012-02-02 15:27:38 -0800 (Thu, 02 Feb 2012) Log Message: ----------- python/py-matplotlib: make MacOSX the default backend (#33056) Modified Paths: -------------- trunk/dports/python/py-matplotlib/Portfile trunk/dports/python/py-matplotlib/files/patch-setup.cfg.diff Modified: trunk/dports/python/py-matplotlib/Portfile =================================================================== --- trunk/dports/python/py-matplotlib/Portfile 2012-02-02 23:09:23 UTC (rev 89563) +++ trunk/dports/python/py-matplotlib/Portfile 2012-02-02 23:27:38 UTC (rev 89564) @@ -6,6 +6,7 @@ categories-append graphics math name py-matplotlib version 1.1.0 +revision 1 maintainers ram openmaintainer platforms darwin license {PSF BSD} @@ -75,7 +76,7 @@ } post-activate { - ui_msg "\nThe default backend is now the non-interactive Agg backend, different + ui_msg "\nThe default backend is the interactive MacOSX backend, different backends can be specified using the ~/.matplotlib/matplotlibrc file. More details, regarding backends, can be found in the matplotlib FAQ: \nhttp://matplotlib.sourceforge.net/faq/installing_faq.html#what-is-a-backend\n" Modified: trunk/dports/python/py-matplotlib/files/patch-setup.cfg.diff =================================================================== --- trunk/dports/python/py-matplotlib/files/patch-setup.cfg.diff 2012-02-02 23:09:23 UTC (rev 89563) +++ trunk/dports/python/py-matplotlib/files/patch-setup.cfg.diff 2012-02-02 23:27:38 UTC (rev 89564) @@ -1,5 +1,5 @@ --- setup.cfg 1970-01-01 01:00:00.000000000 +0100 -+++ setup.cfg 2010-01-04 22:52:57.000000000 +0000 ++++ setup.cfg 2012-02-02 23:16:14.000000000 +0000 @@ -0,0 +1,9 @@ +[gui_support] +gtk=False @@ -9,4 +9,4 @@ +macosx=True + +[rc_options] -+backend=Agg ++backend=MacOSX