<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/096f335b3b187084edd685c5bb49e2db98b37690">https://github.com/macports/macports-ports/commit/096f335b3b187084edd685c5bb49e2db98b37690</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 096f335b3b187084edd685c5bb49e2db98b37690
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Mar 22 16:39:27 2022 -0500

<span style='display:block; white-space:pre;color:#404040;'>    openjdk8-zulu: Fix typos in comments/notes/errors
</span>---
 java/openjdk8-zulu/Portfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/java/openjdk8-zulu/Portfile b/java/openjdk8-zulu/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0e2e114b082..fcbfb7c3544 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/java/openjdk8-zulu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/java/openjdk8-zulu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,9 +6,9 @@ name             openjdk8-zulu
</span> categories       java devel
 maintainers      {breun.nl:nils @breun} openmaintainer
 platforms        darwin
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Thise port uses prebuilt binaries, 'NoMirror' makes sure MacPorts doesn't mirror/distribute these third-party binaries
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# This port uses prebuilt binaries; 'NoMirror' makes sure MacPorts doesn't mirror/distribute these third-party binaries
</span> license          GPL-2 NoMirror
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# This port uses prebuilt binaries for a particular architecture, they are not universal binaries
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# This port uses prebuilt binaries for a particular architecture; they are not universal binaries
</span> universal_variant no
 
 supported_archs  x86_64 arm64
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -48,7 +48,7 @@ if {${os.platform} eq "darwin" && ${os.major} < 18} {
</span>     # See https://www.azul.com/downloads/?os=macos&package=jdk
     known_fail yes
     pre-fetch {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        ui_error "${name} ${version} is only supported on Mac OS X 10.14 Mojave or later."
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ui_error "${name} ${version} is only supported on macOS 10.14 Mojave or later."
</span>         return -code error
     }
 }
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -97,7 +97,7 @@ destroot {
</span> }
 
 notes "
<span style='display:block; white-space:pre;background:#ffe0e0;'>-If you have more than one JDK installed you can make ${name} the default
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+If you have more than one JDK installed you can make ${name} the default\
</span> by adding the following line to your shell profile:
 
     export JAVA_HOME=${target}/Contents/Home
</pre><pre style='margin:0'>

</pre>