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

and.damore at macports.org and.damore at macports.org
Sat Feb 11 01:54:15 PST 2012


Revision: 89816
          http://trac.macports.org/changeset/89816
Author:   and.damore at macports.org
Date:     2012-02-11 01:54:15 -0800 (Sat, 11 Feb 2012)
Log Message:
-----------
test: xcodeversion Portfile, fixing typo

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:52:51 UTC (rev 89815)
+++ trunk/base/tests/test/xcodeversion/Portfile	2012-02-11 09:54:15 UTC (rev 89816)
@@ -22,7 +22,7 @@
 	# 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 != "" && [vercomp $xcodeversion 2.1] >= 0} {
+	if {$xcodeversion != "" && [vercmp $xcodeversion 2.1] >= 0} {
 		ui_msg "xcodeversion >= 2.1"
 	} else {
 		ui_msg "xcodeversion = $xcodeversion"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120211/9914ccb1/attachment-0001.html>


More information about the macports-changes mailing list