[74697] trunk/dports/devel/depot_tools/Portfile

snc at macports.org snc at macports.org
Wed Dec 29 11:41:23 PST 2010


Revision: 74697
          http://trac.macports.org/changeset/74697
Author:   snc at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101229/97c0b1af/attachment.html>


More information about the macports-changes mailing list