Revision: 74697 http://trac.macports.org/changeset/74697 Author: snc@macports.org Date: 2010-12-29 11:41:17 -0800 (Wed, 29 Dec 2010) Log Message: ----------- depot_tools: * update to 70268 * default to python27 Modified Paths: -------------- trunk/dports/devel/depot_tools/Portfile Modified: trunk/dports/devel/depot_tools/Portfile =================================================================== --- trunk/dports/devel/depot_tools/Portfile 2010-12-29 19:29:09 UTC (rev 74696) +++ trunk/dports/devel/depot_tools/Portfile 2010-12-29 19:41:17 UTC (rev 74697) @@ -4,7 +4,7 @@ PortSystem 1.0 name depot_tools -version 70181 +version 70268 categories devel maintainers snc openmaintainer description Manages interaction with the Chromium development process @@ -116,7 +116,7 @@ } if {![variant_isset python25] && ![variant_isset python26] && ![variant_isset python27]} { - default_variants +python26 + default_variants +python27 } livecheck.type regex
participants (1)
-
snc@macports.org