[51245] trunk/base

toby at macports.org toby at macports.org
Thu May 21 10:23:39 PDT 2009


Revision: 51245
          http://trac.macports.org/changeset/51245
Author:   toby at macports.org
Date:     2009-05-21 10:23:38 -0700 (Thu, 21 May 2009)
Log Message:
-----------
update Mac OS X version check

Modified Paths:
--------------
    trunk/base/configure
    trunk/base/configure.ac

Modified: trunk/base/configure
===================================================================
--- trunk/base/configure	2009-05-21 17:17:51 UTC (rev 51244)
+++ trunk/base/configure	2009-05-21 17:23:38 UTC (rev 51245)
@@ -2329,7 +2329,7 @@
     { $as_echo "$as_me:$LINENO: WARNING: Please upgrade at http://store.apple.com/" >&5
 $as_echo "$as_me: WARNING: Please upgrade at http://store.apple.com/" >&2;}
     ;;
-  10.1.[0-4]|10.2.[0-7]|10.3.[0-8]|10.4.[0-9]|10.4.10|10.5.[0-5])
+  10.1.[0-4]|10.2.[0-7]|10.3.[0-8]|10.4.[0-9]|10.4.10|10.5.[0-6])
     { $as_echo "$as_me:$LINENO: WARNING: This version of Mac OS X is out of date" >&5
 $as_echo "$as_me: WARNING: This version of Mac OS X is out of date" >&2;}
     { $as_echo "$as_me:$LINENO: WARNING: Please run Software Update to update it" >&5

Modified: trunk/base/configure.ac
===================================================================
--- trunk/base/configure.ac	2009-05-21 17:17:51 UTC (rev 51244)
+++ trunk/base/configure.ac	2009-05-21 17:23:38 UTC (rev 51245)
@@ -32,7 +32,7 @@
     AC_MSG_WARN([This version of Mac OS X is not supported])
     AC_MSG_WARN([Please upgrade at http://store.apple.com/])
     ;;
-  10.1.[[0-4]]|10.2.[[0-7]]|10.3.[[0-8]]|10.4.[[0-9]]|10.4.10|10.5.[[0-5]])
+  10.1.[[0-4]]|10.2.[[0-7]]|10.3.[[0-8]]|10.4.[[0-9]]|10.4.10|10.5.[[0-6]])
     AC_MSG_WARN([This version of Mac OS X is out of date])
     AC_MSG_WARN([Please run Software Update to update it])
     ;;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090521/1b4f1429/attachment.html>


More information about the macports-changes mailing list