[101356] trunk/base

jmr at macports.org jmr at macports.org
Wed Jan 9 06:14:41 PST 2013


Revision: 101356
          https://trac.macports.org/changeset/101356
Author:   jmr at macports.org
Date:     2013-01-09 06:14:41 -0800 (Wed, 09 Jan 2013)
Log Message:
-----------
update current OS versions in configure script

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

Modified: trunk/base/configure
===================================================================
--- trunk/base/configure	2013-01-09 14:08:07 UTC (rev 101355)
+++ trunk/base/configure	2013-01-09 14:14:41 UTC (rev 101356)
@@ -2954,13 +2954,13 @@
     as_fn_error $? "This version of Mac OS X is not supported
                   Please upgrade at http://store.apple.com/" "$LINENO" 5
     ;;
-  10.4.[0-9]|10.4.10|10.5.[0-7]|10.6.[0-7]|10.7.[0-2])
+  10.4.[0-9]|10.4.10|10.5.[0-7]|10.6.[0-7]|10.7.[0-4]|10.8.[0-1])
     { $as_echo "$as_me:${as_lineno-$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:${as_lineno-$LINENO}: WARNING: Please run Software Update to update it" >&5
 $as_echo "$as_me: WARNING: Please run Software Update to update it" >&2;}
     ;;
-  10.4*|10.5*|10.6*|10.7*)
+  10.4*|10.5*|10.6*|10.7*|10.8*)
         ;;
   *)
     ;;

Modified: trunk/base/configure.ac
===================================================================
--- trunk/base/configure.ac	2013-01-09 14:08:07 UTC (rev 101355)
+++ trunk/base/configure.ac	2013-01-09 14:14:41 UTC (rev 101356)
@@ -32,11 +32,11 @@
     AC_MSG_ERROR([This version of Mac OS X is not supported
                   Please upgrade at http://store.apple.com/])
     ;;
-  10.4.[[0-9]]|10.4.10|10.5.[[0-7]]|10.6.[[0-7]]|10.7.[[0-2]])
+  10.4.[[0-9]]|10.4.10|10.5.[[0-7]]|10.6.[[0-7]]|10.7.[[0-4]]|10.8.[[0-1]])
     AC_MSG_WARN([This version of Mac OS X is out of date])
     AC_MSG_WARN([Please run Software Update to update it])
     ;;
-  10.4*|10.5*|10.6*|10.7*)
+  10.4*|10.5*|10.6*|10.7*|10.8*)
     dnl Supported version
     ;;
   *)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130109/bac227ab/attachment.html>


More information about the macports-changes mailing list