Revision: 74547 http://trac.macports.org/changeset/74547 Author: dluke@macports.org Date: 2010-12-21 10:37:55 -0800 (Tue, 21 Dec 2010) Log Message: ----------- new port, py26-tkinter, to install Tkinter support for python26 (see #26387) Modified Paths: -------------- trunk/dports/python/py26-tkinter/Portfile Added Paths: ----------- trunk/dports/python/py26-tkinter/ Modified: trunk/dports/python/py26-tkinter/Portfile =================================================================== --- trunk/dports/python/py-tkinter/Portfile 2010-12-08 21:34:32 UTC (rev 74243) +++ trunk/dports/python/py26-tkinter/Portfile 2010-12-21 18:37:55 UTC (rev 74547) @@ -1,10 +1,10 @@ # $Id$ PortSystem 1.0 -PortGroup python24 1.0 +PortGroup python26 1.0 name py-tkinter -version 2.4.6 +version 2.6.6 categories python graphics platforms darwin maintainers nomaintainer @@ -14,8 +14,10 @@ homepage http://www.python.org/doc/current/lib/module-Tkinter.html master_sites http://www.python.org/ftp/python/${version}/ distname Python-${version} -dist_subdir python24 -checksums sha1 cb1972a554a458f6a26d3e047b359251865d7c96 +dist_subdir python26 +checksums md5 cf4e6881bb84a7ce6089e4a307f71f14 \ + sha1 a1daf2c2c7cffe0939c015260447572fe75c7e50 \ + rmd160 2d63f4f0ad3c124a8e62215ca94bd0231350e912 use_bzip2 yes depends_lib-append port:tcl port:tk @@ -35,5 +37,4 @@ livecheck.type regex livecheck.url http://www.python.org/download/releases/ -livecheck.regex Python (2.4.\[0-9\]+) - +livecheck.regex Python (2.6.\[0-9\]+)