<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/25aa51cb013202a33ab64e61a7b057ead809f515">https://github.com/macports/macports-ports/commit/25aa51cb013202a33ab64e61a7b057ead809f515</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 25aa51cb013 openjdk8: replace 'subport' with 'name'
</span>25aa51cb013 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 25aa51cb013202a33ab64e61a7b057ead809f515
</span>Author: Nils Breunese <nils@breun.nl>
AuthorDate: Wed Apr 6 16:15:15 2022 +0200

<span style='display:block; white-space:pre;color:#404040;'>    openjdk8: replace 'subport' with 'name'
</span>---
 java/openjdk8/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/java/openjdk8/Portfile b/java/openjdk8/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9d048f21108..dbc4b6dad33 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/java/openjdk8/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/java/openjdk8/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -94,9 +94,9 @@ post-destroot {
</span> }
 
 notes "
<span style='display:block; white-space:pre;background:#ffe0e0;'>-If you want to make ${subport} the default JDK, add this to shell profile:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+If you want to make ${name} the default JDK, add this to shell profile:
</span> export JAVA_HOME=${jdk_path}/Contents/Home
<span style='display:block; white-space:pre;background:#ffe0e0;'>-If you want to make the JRE installed by the ${subport} the default JRE, add this to shell profile:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+If you want to make the JRE installed by the ${name} the default JRE, add this to shell profile:
</span> export JAVA_HOME=${jre_path}/Contents/Home
 "
     
</pre><pre style='margin:0'>

</pre>