<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/52ce12d20f242bf8421ca82d9b714cbffd1498e0">https://github.com/macports/macports-base/commit/52ce12d20f242bf8421ca82d9b714cbffd1498e0</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 52ce12d20f242bf8421ca82d9b714cbffd1498e0
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Jun 5 06:18:33 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    Change "Mac OS X" to "macOS"
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    This is not correct for older systems, where the historical name should
</span><span style='display:block; white-space:pre;color:#404040;'>    be used. The MacPorts port could be modified to replace this correctly,
</span><span style='display:block; white-space:pre;color:#404040;'>    but because I plan to overhaul the installer and move its creation from
</span><span style='display:block; white-space:pre;color:#404040;'>    the MacPorts port to a Makefile, I will postpone addressing this issue
</span><span style='display:block; white-space:pre;color:#404040;'>    until later.
</span>---
 portmgr/dmg/Distribution | 2 +-
 portmgr/dmg/ReadMe.rtf   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/portmgr/dmg/Distribution b/portmgr/dmg/Distribution
</span><span style='display:block; white-space:pre;color:#808080;'>index 9c7b846..66a3bbd 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/portmgr/dmg/Distribution
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/portmgr/dmg/Distribution
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,7 +8,7 @@
</span> function InstallationCheck () {
     if (system.compareVersions(system.version.ProductVersion, "__XVERS__") < 0
         || system.compareVersions(system.version.ProductVersion, "__NEXT_XVERS__") >= 0) {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        my.result.message = "This package is meant to be installed on Mac OS X __XVERS__.";
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        my.result.message = "This package is meant to be installed on macOS __XVERS__.";
</span>         my.result.type = 'Fatal';
         return false;
     }
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/portmgr/dmg/ReadMe.rtf b/portmgr/dmg/ReadMe.rtf
</span><span style='display:block; white-space:pre;color:#808080;'>index f844c0a..cb37f2c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/portmgr/dmg/ReadMe.rtf
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/portmgr/dmg/ReadMe.rtf
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,7 +18,7 @@ MacPorts provides an infrastructure for building, installing, and packaging open
</span> System Requirements:
 \f0\b0 \
 \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-This installer is built for Mac OS X __XVERS__.x and requires valid curl and OpenSSL installations to function - all present by default on Mac OS X. Also required is the installation of Apple's Xcode development suite, available from the Mac App Store or from {\field{\*\fldinst{HYPERLINK "https://developer.apple.com/xcode/"}}{\fldrslt Apple's Developer site}}. It is also available as a separate installation on Mac OS X CDs and DVDs.\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+This installer is built for macOS __XVERS__.x and requires valid curl and OpenSSL installations to function - all present by default on macOS. Also required is the installation of Apple's Xcode development suite, available from the Mac App Store or from {\field{\*\fldinst{HYPERLINK "https://developer.apple.com/xcode/"}}{\fldrslt Apple's Developer site}}. It is also available as a separate installation on Mac OS X CDs and DVDs.\
</span> \
 \
 
</pre><pre style='margin:0'>

</pre>