git: e8c0c4c27c - main - [phb][Uses]: Add missing JAVA_VERSIONs
Fernando Apesteguía <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/doc/commit/?id=e8c0c4c27cd21f79a8b60f6521eda7acffeee0dd commit e8c0c4c27cd21f79a8b60f6521eda7acffeee0dd Author: Fernando Apesteguía <[email protected]> AuthorDate: 2025-11-03 17:44:20 +0000 Commit: Fernando Apesteguía <[email protected]> CommitDate: 2025-11-03 17:44:20 +0000 [phb][Uses]: Add missing JAVA_VERSIONs --- documentation/content/en/books/porters-handbook/uses/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/porters-handbook/uses/_index.adoc b/documentation/content/en/books/porters-handbook/uses/_index.adoc index 3f23a7e0f4..71c08cfeb3 100644 --- a/documentation/content/en/books/porters-handbook/uses/_index.adoc +++ b/documentation/content/en/books/porters-handbook/uses/_index.adoc @@ -1332,7 +1332,7 @@ The framework provides the following variables to be set by the port: `JAVA_VERSION`:: 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[+]`, `22[\+]`, `22[+]`) +`17[+]`, `18[\+]`, `19[+]`, `20[\+]`, `21[+]`, `22[\+]`, `23[+]` `24[\+]` `25[+]`) `JAVA_OS`:: List of space-separated suitable JDK port operating systems for the port.