<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/d2a4832b6ea512504e30d48b743679fad0258ff2">https://github.com/macports/macports-base/commit/d2a4832b6ea512504e30d48b743679fad0258ff2</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 d2a4832  Update list of supported macOS versions
</span>d2a4832 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d2a4832b6ea512504e30d48b743679fad0258ff2
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Apr 17 19:15:44 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    Update list of supported macOS versions
</span>---
 configure    | 6 +++---
 configure.ac | 6 +++---
 2 files changed, 6 insertions(+), 6 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 a994fe4..0878f58 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;'>@@ -2770,19 +2770,19 @@ $as_echo "$as_me: WARNING: This version of OS X 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.12|10.12.[1-5]|10.13|10.13.[1-4])
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+  10.12|10.12.[1-5]|10.13|10.13.[1-5])
</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.14|10.14.[1-4])
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+  10.14|10.14.[1-5]|10.15|10.15.[1-3])
</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.*)
</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.*|10.14.*|10.15.*)
</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 0fe9bfd..195f1f7 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;'>@@ -40,15 +40,15 @@ case "$MACOSX_VERSION" in
</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|10.12.[[1-5]]|10.13|10.13.[[1-4]])
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+  10.12|10.12.[[1-5]]|10.13|10.13.[[1-5]])
</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-4]])
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+  10.14|10.14.[[1-5]]|10.15|10.15.[[1-3]])
</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.*)
</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.*|10.14.*|10.15.*)
</span>     dnl Supported version
     ;;
   *)
</pre><pre style='margin:0'>

</pre>