[46620] trunk/dports/graphics

ryandesign at macports.org ryandesign at macports.org
Sun Feb 8 17:33:45 PST 2009


Revision: 46620
          http://trac.macports.org/changeset/46620
Author:   ryandesign at macports.org
Date:     2009-02-08 17:33:43 -0800 (Sun, 08 Feb 2009)
Log Message:
-----------
cairo, cairo-devel, libpixman, libpixman-devel: Reword Xcode version check message to be like the port version check messages I've written

Modified Paths:
--------------
    trunk/dports/graphics/cairo/Portfile
    trunk/dports/graphics/cairo-devel/Portfile
    trunk/dports/graphics/libpixman/Portfile
    trunk/dports/graphics/libpixman-devel/Portfile

Modified: trunk/dports/graphics/cairo/Portfile
===================================================================
--- trunk/dports/graphics/cairo/Portfile	2009-02-09 00:55:54 UTC (rev 46619)
+++ trunk/dports/graphics/cairo/Portfile	2009-02-09 01:33:43 UTC (rev 46620)
@@ -50,7 +50,7 @@
         set minimum_xcodeversion 2.4.1
         set current_xcodeversion [exec defaults read /Developer/Applications/Xcode.app/Contents/Info CFBundleShortVersionString]
         if {[rpm-vercomp ${current_xcodeversion} ${minimum_xcodeversion}] < 0} {
-            return -code error "You have Xcode ${current_xcodeversion}. Please update to at least Xcode ${minimum_xcodeversion}."
+            return -code error "On Mac OS X ${macosx_version}, cairo ${version} requires Xcode ${minimum_xcodeversion} or later but you have Xcode ${current_xcodeversion}."
         }
     }
     set pixman_minimum_version 0.12.0

Modified: trunk/dports/graphics/cairo-devel/Portfile
===================================================================
--- trunk/dports/graphics/cairo-devel/Portfile	2009-02-09 00:55:54 UTC (rev 46619)
+++ trunk/dports/graphics/cairo-devel/Portfile	2009-02-09 01:33:43 UTC (rev 46620)
@@ -49,7 +49,7 @@
         set minimum_xcodeversion 2.4.1
         set current_xcodeversion [exec defaults read /Developer/Applications/Xcode.app/Contents/Info CFBundleShortVersionString]
         if {[rpm-vercomp ${current_xcodeversion} ${minimum_xcodeversion}] < 0} {
-            return -code error "You have Xcode ${current_xcodeversion}. Please update to at least Xcode ${minimum_xcodeversion}."
+            return -code error "On Mac OS X ${macosx_version}, cairo ${version} requires Xcode ${minimum_xcodeversion} or later but you have Xcode ${current_xcodeversion}."
         }
     }
     set pixman_minimum_version 0.12.0

Modified: trunk/dports/graphics/libpixman/Portfile
===================================================================
--- trunk/dports/graphics/libpixman/Portfile	2009-02-09 00:55:54 UTC (rev 46619)
+++ trunk/dports/graphics/libpixman/Portfile	2009-02-09 01:33:43 UTC (rev 46620)
@@ -32,7 +32,7 @@
         set minimum_xcodeversion 1.5
         set current_xcodeversion [exec defaults read /Developer/Applications/Xcode.app/Contents/Info CFBundleShortVersionString]
         if {[rpm-vercomp ${current_xcodeversion} ${minimum_xcodeversion}] < 0} {
-            return -code error "You have Xcode ${current_xcodeversion}. Please update to Xcode ${minimum_xcodeversion}."
+            return -code error "On Mac OS X ${macosx_version}, pixman ${version} requires Xcode ${minimum_xcodeversion} but you have Xcode ${current_xcodeversion}."
         }
     }
 }

Modified: trunk/dports/graphics/libpixman-devel/Portfile
===================================================================
--- trunk/dports/graphics/libpixman-devel/Portfile	2009-02-09 00:55:54 UTC (rev 46619)
+++ trunk/dports/graphics/libpixman-devel/Portfile	2009-02-09 01:33:43 UTC (rev 46620)
@@ -32,7 +32,7 @@
         set minimum_xcodeversion 1.5
         set current_xcodeversion [exec defaults read /Developer/Applications/Xcode.app/Contents/Info CFBundleShortVersionString]
         if {[rpm-vercomp ${current_xcodeversion} ${minimum_xcodeversion}] < 0} {
-            return -code error "You have Xcode ${current_xcodeversion}. Please update to Xcode ${minimum_xcodeversion}."
+            return -code error "On Mac OS X ${macosx_version}, pixman ${version} requires Xcode ${minimum_xcodeversion} but you have Xcode ${current_xcodeversion}."
         }
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090208/621116f9/attachment.html>


More information about the macports-changes mailing list