[89817] trunk/base/tests/test/xcodeversion/Portfile

and.damore at macports.org and.damore at macports.org
Sat Feb 11 01:58:12 PST 2012


Revision: 89817
          http://trac.macports.org/changeset/89817
Author:   and.damore at macports.org
Date:     2012-02-11 01:58:11 -0800 (Sat, 11 Feb 2012)
Log Message:
-----------
base: whitespace change, detabbed xcodeversion Portfile in test/

Modified Paths:
--------------
    trunk/base/tests/test/xcodeversion/Portfile

Modified: trunk/base/tests/test/xcodeversion/Portfile
===================================================================
--- trunk/base/tests/test/xcodeversion/Portfile	2012-02-11 09:54:15 UTC (rev 89816)
+++ trunk/base/tests/test/xcodeversion/Portfile	2012-02-11 09:58:11 UTC (rev 89817)
@@ -1,31 +1,31 @@
 # $Id$
 
 PortSystem 1.0
-name		xcodeversion
-version		1
-categories	test
-maintainers	pguyot at kallisys.net
-description	Test port for \$xcodeversion
-homepage	http://www.macports.org/
-platforms	darwin
+name        xcodeversion
+version     1
+categories  test
+maintainers pguyot at kallisys.net
+description Test port for \$xcodeversion
+homepage    http://www.macports.org/
+platforms   darwin
 
 long_description ${description}
 
 distfiles
 use_configure no
-build		{}
-destroot	{
-	system "touch ${destroot}${prefix}/lib/${name}"
+build       {}
+destroot    {
+    system "touch ${destroot}${prefix}/lib/${name}"
 }
 
 test {
-	# rpm-vercomp is now deprecated, change it here too when removed
-	# from all ports and base (but keep this test here, meanwhile...)
+    # rpm-vercomp is now deprecated, change it here too when removed
+    # from all ports and base (but keep this test here, meanwhile...)
     # rpm-vercomp removed from ports r89810, from base r89911
-	if {$xcodeversion != "" && [vercmp $xcodeversion 2.1] >= 0} {
-		ui_msg "xcodeversion >= 2.1"
-	} else {
-		ui_msg "xcodeversion = $xcodeversion"
-	}
-	ui_msg "xcodebuildcmd = $xcodebuildcmd"
+    if {$xcodeversion != "" && [vercmp $xcodeversion 2.1] >= 0} {
+        ui_msg "xcodeversion >= 2.1"
+    } else {
+        ui_msg "xcodeversion = $xcodeversion"
+    }
+    ui_msg "xcodebuildcmd = $xcodebuildcmd"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120211/fc6c6b69/attachment.html>


More information about the macports-changes mailing list