<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-base.

</pre>
<p><a href="https://github.com/macports/macports-base/commit/ea73da38d879fb96a9e69f4698318a05f15518b4">https://github.com/macports/macports-base/commit/ea73da38d879fb96a9e69f4698318a05f15518b4</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit ea73da38d879fb96a9e69f4698318a05f15518b4
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed Jun 12 03:05:01 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    Recognize initial version of each macOS version
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Apple does not include the trailing ".0" in the initial version number
</span><span style='display:block; white-space:pre;color:#404040;'>    of each major macOS version.
</span>---
 configure    | 10 +++++-----
 configure.ac | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/configure b/configure
</span><span style='display:block; white-space:pre;color:#808080;'>index 9003917..1daa699 100755
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/configure
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/configure
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2754,29 +2754,29 @@ $as_echo "$MACOSX_VERSION" >&6; }
</span> fi
 
 case "$MACOSX_VERSION" in
<span style='display:block; white-space:pre;background:#ffe0e0;'>-  10.0*|10.1|10.1.*|10.2*|10.3*)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+  10.0|10.0.*|10.1|10.1.*|10.2|10.2.*|10.3|10.3.*)
</span>     as_fn_error $? "This version of Mac OS X is not supported
                   Please upgrade at http://store.apple.com/" "$LINENO" 5
     ;;
<span style='display:block; white-space:pre;background:#ffe0e0;'>-  10.4.[0-9]|10.4.10|10.5.[0-7]|10.6.[0-7]|10.7.[0-4])
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+  10.4|10.4.[1-9]|10.4.10|10.5|10.5.[1-7]|10.6|10.6.[1-7]|10.7|10.7.[1-4])
</span>     { $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;}
     ;;
<span style='display:block; white-space:pre;background:#ffe0e0;'>-  10.8.[0-4]|10.9.[0-4]|10.10.[0-4]|10.11.[0-5])
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+  10.8|10.8.[1-4]|10.9|10.9.[1-4]|10.10|10.10.[1-4]|10.11|10.11.[1-5])
</span>     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: This version of OS X is out of date" >&5
 $as_echo "$as_me: WARNING: This version of OS X is out of date" >&2;}
     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Please use the Mac App Store to update it" >&5
 $as_echo "$as_me: WARNING: Please use the Mac App Store to update it" >&2;}
     ;;
<span style='display:block; white-space:pre;background:#ffe0e0;'>-  10.12.[0-5]|10.13.[0-4])
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+  10.12|10.12.[1-5]|10.13|10.13.[1-4])
</span>     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: This version of macOS is out of date" >&5
 $as_echo "$as_me: WARNING: This version of macOS is out of date" >&2;}
     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Please use the Mac App Store to update it" >&5
 $as_echo "$as_me: WARNING: Please use the Mac App Store to update it" >&2;}
     ;;
<span style='display:block; white-space:pre;background:#ffe0e0;'>-  10.4*|10.5*|10.6*|10.7*|10.8*|10.9*|10.10*|10.11*|10.12*|10.13*)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+  10.4.*|10.5.*|10.6.*|10.7.*|10.8.*|10.9.*|10.10.*|10.11.*|10.12.*|10.13.*)
</span>         ;;
   *)
     ;;
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/configure.ac b/configure.ac
</span><span style='display:block; white-space:pre;color:#808080;'>index d6dc8ea..a0ea39c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/configure.ac
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/configure.ac
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,23 +28,23 @@ if test "x$SW_VERS" != "x"; then
</span> fi
 
 case "$MACOSX_VERSION" in
<span style='display:block; white-space:pre;background:#ffe0e0;'>-  10.0*|10.1|10.1.*|10.2*|10.3*)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+  10.0|10.0.*|10.1|10.1.*|10.2|10.2.*|10.3|10.3.*)
</span>     AC_MSG_ERROR([This version of Mac OS X is not supported
                   Please upgrade at http://store.apple.com/])
     ;;
<span style='display:block; white-space:pre;background:#ffe0e0;'>-  10.4.[[0-9]]|10.4.10|10.5.[[0-7]]|10.6.[[0-7]]|10.7.[[0-4]])
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+  10.4|10.4.[[1-9]]|10.4.10|10.5|10.5.[[1-7]]|10.6|10.6.[[1-7]]|10.7|10.7.[[1-4]])
</span>     AC_MSG_WARN([This version of Mac OS X is out of date])
     AC_MSG_WARN([Please run Software Update to update it])
     ;;
<span style='display:block; white-space:pre;background:#ffe0e0;'>-  10.8.[[0-4]]|10.9.[[0-4]]|10.10.[[0-4]]|10.11.[[0-5]])
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+  10.8|10.8.[[1-4]]|10.9|10.9.[[1-4]]|10.10|10.10.[[1-4]]|10.11|10.11.[[1-5]])
</span>     AC_MSG_WARN([This version of OS X is out of date])
     AC_MSG_WARN([Please use the Mac App Store to update it])
     ;;
<span style='display:block; white-space:pre;background:#ffe0e0;'>-  10.12.[[0-5]]|10.13.[[0-4]])
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+  10.12|10.12.[[1-5]]|10.13|10.13.[[1-4]])
</span>     AC_MSG_WARN([This version of macOS is out of date])
     AC_MSG_WARN([Please use the Mac App Store to update it])
     ;;
<span style='display:block; white-space:pre;background:#ffe0e0;'>-  10.4*|10.5*|10.6*|10.7*|10.8*|10.9*|10.10*|10.11*|10.12*|10.13*)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+  10.4.*|10.5.*|10.6.*|10.7.*|10.8.*|10.9.*|10.10.*|10.11.*|10.12.*|10.13.*)
</span>     dnl Supported version
     ;;
   *)
</pre><pre style='margin:0'>

</pre>