Skip to content

Commit

Permalink
Change "Mac OS X" to "macOS"
Browse files Browse the repository at this point in the history
This is not correct for older systems, where the historical name should
be used. The MacPorts port could be modified to replace this correctly,
but because I plan to overhaul the installer and move its creation from
the MacPorts port to a Makefile, I will postpone addressing this issue
until later.
  • Loading branch information
ryandesign committed Jun 8, 2018
1 parent daa11a1 commit 52ce12d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion portmgr/dmg/Distribution
Expand Up @@ -8,7 +8,7 @@
function InstallationCheck () {
if (system.compareVersions(system.version.ProductVersion, "__XVERS__") < 0
|| system.compareVersions(system.version.ProductVersion, "__NEXT_XVERS__") >= 0) {
my.result.message = "This package is meant to be installed on Mac OS X __XVERS__.";
my.result.message = "This package is meant to be installed on macOS __XVERS__.";
my.result.type = 'Fatal';
return false;
}
Expand Down
2 changes: 1 addition & 1 deletion portmgr/dmg/ReadMe.rtf
Expand Up @@ -18,7 +18,7 @@ MacPorts provides an infrastructure for building, installing, and packaging open
System Requirements:
\f0\b0 \
\
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.\
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.\
\
\

Expand Down

0 comments on commit 52ce12d

Please sign in to comment.