Revision: 71043 http://trac.macports.org/changeset/71043 Author: raimue@macports.org Date: 2010-08-30 07:36:32 -0700 (Mon, 30 Aug 2010) Log Message: ----------- test/variants: platforms are no variants anymore, fix test Modified Paths: -------------- trunk/base/tests/test/variants/Portfile trunk/base/tests/test/variants/master Modified: trunk/base/tests/test/variants/Portfile =================================================================== --- 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 =================================================================== --- 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
participants (1)
-
raimue@macports.org