<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-base.

</pre>
<p><a href="https://github.com/macports/macports-base/commit/1a4266ba2feeee465b5cd5d5c0d3cd6d7332f8ec">https://github.com/macports/macports-base/commit/1a4266ba2feeee465b5cd5d5c0d3cd6d7332f8ec</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 1a4266ba Update current OS versions in configure script
</span>1a4266ba is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1a4266ba2feeee465b5cd5d5c0d3cd6d7332f8ec
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Sat Nov 14 09:30:16 2020 +1100

<span style='display:block; white-space:pre;color:#404040;'>    Update current OS versions in configure script
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Also remove what amounts to an overcomplicated second default case in
</span><span style='display:block; white-space:pre;color:#404040;'>    the case statement.
</span>---
 configure       | 6 ++----
 configure.ac    | 6 ++----
 src/config.h.in | 6 +++---
 3 files changed, 7 insertions(+), 11 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 b431800f..3cfc0e90 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;'>@@ -2776,16 +2776,14 @@ $as_echo "$as_me: WARNING: This version of macOS is out of date" >&2;}
</span>     { $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.14|10.14.[1-5]|10.15|10.15.[1-3])
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+  10.14|10.14.[1-5]|10.15|10.15.[1-6]|11.0)
</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 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.4.*|10.5.*|10.6.*|10.7.*|10.8.*|10.9.*|10.10.*|10.11.*|10.12.*|10.13.*|10.14.*|10.15.*)
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        ;;
</span>   *)
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    ;;
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ;;
</span> esac
 
 # locate currently selected Xcode path
<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 e6a15358..2bbb765e 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;'>@@ -44,14 +44,12 @@ case "$MACOSX_VERSION" in
</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.14|10.14.[[1-5]]|10.15|10.15.[[1-3]])
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+  10.14|10.14.[[1-5]]|10.15|10.15.[[1-6]]|11.0)
</span>     AC_MSG_WARN([This version of macOS is out of date])
     AC_MSG_WARN([Please run Software Update 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.*|10.14.*|10.15.*)
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    dnl Supported version
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    ;;
</span>   *)
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    dnl Not known to be an outdated version
</span>     ;;
 esac
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/config.h.in b/src/config.h.in
</span><span style='display:block; white-space:pre;color:#808080;'>index a854a6e8..e8602c2f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/config.h.in
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/config.h.in
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -44,9 +44,6 @@
</span>    and to 0 if you don't. */
 #undef HAVE_DECL_USERNAME_COMPLETION_FUNCTION
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-/* Define to 1 if you have the `_dyld_shared_cache_contains_path' function. */
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-#undef HAVE__DYLD_SHARED_CACHE_CONTAINS_PATH
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> /* Define to 1 if you have the <err.h> header file. */
 #undef HAVE_ERR_H
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -228,6 +225,9 @@
</span> /* Define to 1 if you have the <utime.h> header file. */
 #undef HAVE_UTIME_H
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+/* Define to 1 if you have the `_dyld_shared_cache_contains_path' function. */
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#undef HAVE__DYLD_SHARED_CACHE_CONTAINS_PATH
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> /* Define to 1 if you have the `__getdirentries64' function. */
 #undef HAVE___GETDIRENTRIES64
 
</pre><pre style='margin:0'>

</pre>