You've already forked macports-base
mirror of
https://github.com/macports/macports-base.git
synced 2026-07-12 18:18:43 -07:00
Change "Mac OS X" to "macOS"
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.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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.\
|
||||
\
|
||||
\
|
||||
|
||||
|
||||
Reference in New Issue
Block a user