Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Nov 2023 17:09:33 GMT
From:      Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: d81a583439 - main - [phb] Using JAVA: Fix format and update version
Message-ID:  <202311261709.3AQH9XGZ031117@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/doc/commit/?id=d81a583439d2bcbdeaec1dd8b51d1850e6c62d51

commit d81a583439d2bcbdeaec1dd8b51d1850e6c62d51
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2023-11-26 17:08:23 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2023-11-26 17:08:23 +0000

    [phb] Using JAVA: Fix format and update version
    
    Fix formatting for special character +.
    While here update to show the actual supported versions.
---
 documentation/content/en/books/porters-handbook/special/_index.adoc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/documentation/content/en/books/porters-handbook/special/_index.adoc b/documentation/content/en/books/porters-handbook/special/_index.adoc
index 608f93123e..fd06d589d1 100644
--- a/documentation/content/en/books/porters-handbook/special/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/special/_index.adoc
@@ -3170,7 +3170,8 @@ The most current version is package:java/openjdk18[], with package:java/openjdk1
 |Define for the remaining variables to have any effect.
 
 |`JAVA_VERSION`
-|List of space-separated suitable Java versions for the port. An optional `"+"` allows specifying a range of versions (allowed values: `7[+] 8[+] 11[+] 12[+] 13[+] 14[+] 15[+] 16[+] 17[+] 18[+]`).
+|List of space-separated suitable Java versions for the port.
+An optional `\+` allows specifying a range of versions (allowed values: `8[+] 11[\+] 17[+] 18[\+] 19[+] 20[\+] 21[+]`).
 
 |`JAVA_OS`
 |List of space-separated suitable JDK port operating systems for the port (allowed values: `native linux`).



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311261709.3AQH9XGZ031117>