Revision: 100732 https://trac.macports.org/changeset/100732 Author: blair@macports.org Date: 2012-12-21 10:09:23 -0800 (Fri, 21 Dec 2012) Log Message: ----------- py-tkinter: follow tc/tk upgrade to 8.6: bump tk's version to 8.6. Modified Paths: -------------- trunk/dports/python/py-tkinter/Portfile Modified: trunk/dports/python/py-tkinter/Portfile =================================================================== --- trunk/dports/python/py-tkinter/Portfile 2012-12-21 15:25:36 UTC (rev 100731) +++ trunk/dports/python/py-tkinter/Portfile 2012-12-21 18:09:23 UTC (rev 100732) @@ -6,7 +6,7 @@ name py-tkinter version 2.4.6 -revision 1 +revision 2 categories python graphics license PSF platforms darwin @@ -109,7 +109,7 @@ configure { reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/setup.py - reinplace "s|__TK-VERSION__|8.5|g" ${worksrcpath}/setup.py + reinplace "s|__TK-VERSION__|8.6|g" ${worksrcpath}/setup.py reinplace "s|__MODULE_NAME__|${module_name}|g" ${worksrcpath}/setup.py }
participants (1)
-
blair@macports.org