Modified: trunk/base/tests/test/variants/Portfile (71042 => 71043)
--- trunk/base/tests/test/variants/Portfile 2010-08-30 14:33:53 UTC (rev 71042)
+++ trunk/base/tests/test/variants/Portfile 2010-08-30 14:36:32 UTC (rev 71043)
@@ -31,12 +31,12 @@
puts "Universal Variant"
}
-# We define the utopia platform twice
-platform utopia {
- puts "Utopia platform -- 1"
+# We define the utopia variant twice
+variant utopia {
+ puts "Utopia variant -- 1"
}
-platform utopia {
- puts "Utopia platform -- 2"
+variant utopia {
+ puts "Utopia variant -- 2"
}
default_variants +utopia
Modified: trunk/base/tests/test/variants/master (71042 => 71043)
--- trunk/base/tests/test/variants/master 2010-08-30 14:33:53 UTC (rev 71042)
+++ trunk/base/tests/test/variants/master 2010-08-30 14:36:32 UTC (rev 71043)
@@ -1,5 +1,5 @@
-Utopia platform -- 1
-Utopia platform -- 1
+Utopia variant -- 2
+Utopia variant -- 2
---> Computing dependencies for variants
---> Fetching variants
---> Verifying checksum(s) for variants