Switched default python to version 2.7 on port git-core
--- trunk/dports/devel/git-core/Portfile 2010-12-29 19:17:14 UTC (rev 74692)
+++ trunk/dports/devel/git-core/Portfile 2010-12-29 19:23:03 UTC (rev 74693)
@@ -99,7 +99,7 @@
}
if {![variant_isset python26] && ![variant_isset python27]} {
- default_variants +python26
+ default_variants +python27
}
variant python26 conflicts python27 description {Use Python 2.6} {