Revision: 72992 http://trac.macports.org/changeset/72992 Author: jmr@macports.org Date: 2010-10-31 13:00:11 -0700 (Sun, 31 Oct 2010) Log Message: ----------- merge r71843 from trunk: update current OS version Revision Links: -------------- http://trac.macports.org/changeset/71843 Modified Paths: -------------- branches/release_1_9/base/configure branches/release_1_9/base/configure.ac Modified: branches/release_1_9/base/configure =================================================================== --- branches/release_1_9/base/configure 2010-10-31 19:58:31 UTC (rev 72991) +++ branches/release_1_9/base/configure 2010-10-31 20:00:11 UTC (rev 72992) @@ -2919,7 +2919,7 @@ 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-1]) + 10.4.[0-9]|10.4.10|10.5.[0-7]|10.6.[0-3]) { $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 Modified: branches/release_1_9/base/configure.ac =================================================================== --- branches/release_1_9/base/configure.ac 2010-10-31 19:58:31 UTC (rev 72991) +++ branches/release_1_9/base/configure.ac 2010-10-31 20:00:11 UTC (rev 72992) @@ -32,7 +32,7 @@ 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-1]]) + 10.4.[[0-9]]|10.4.10|10.5.[[0-7]]|10.6.[[0-3]]) AC_MSG_WARN([This version of Mac OS X is out of date]) AC_MSG_WARN([Please run Software Update to update it]) ;;