<pre style='margin:0'>
Nils Breunese (breun) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5ac26923e6394244efc23ec3c0592723ff4a75df">https://github.com/macports/macports-ports/commit/5ac26923e6394244efc23ec3c0592723ff4a75df</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 5ac26923e63 openjdk24-zulu: include short description in long_description (#27932)
</span>5ac26923e63 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 5ac26923e6394244efc23ec3c0592723ff4a75df
</span>Author: Nils Breunese <breun@macports.org>
AuthorDate: Wed Mar 19 01:37:17 2025 +0100
<span style='display:block; white-space:pre;color:#404040;'> openjdk24-zulu: include short description in long_description (#27932)
</span>---
java/openjdk24-zulu/Portfile | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/java/openjdk24-zulu/Portfile b/java/openjdk24-zulu/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0c4c284949d..6604a428773 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/java/openjdk24-zulu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/java/openjdk24-zulu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,10 +21,13 @@ revision 0
</span> set openjdk_version ${feature}.0.0
description Azul Zulu Community OpenJDK ${feature} (Short Term Support until September 2025)
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description Azul® Zulu® is a Java Development Kit (JDK), and a compliant implementation of the Java Standard Edition (SE)\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- specification that contains all the Java components needed to build and run Java SE applications. Zulu has been\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- verified by passing all tests of the OpenJDK Community Technology Compatibility Kit (TCK) as available for each\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- respective Java SE version.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description {*}${description}\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ \n\nAzul® Zulu® is a Java Development Kit (JDK), and a compliant \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ implementation of the Java Standard Edition (SE) specification that \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ contains all the Java components needed to build and run Java SE \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ applications. Zulu has been verified by passing all tests of the OpenJDK \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ Community Technology Compatibility Kit (TCK) as available for each \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ respective Java SE version.
</span>
master_sites https://cdn.azul.com/zulu/bin/
</pre><pre style='margin:0'>
</pre>