git: 4a754306fd0c - main - Mk/bsd.default-versions.mk: Update Node.js comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Jun 2022 02:30:12 UTC
The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=4a754306fd0c9131a82766ff0b8ff5e00fb90973 commit 4a754306fd0c9131a82766ff0b8ff5e00fb90973 Author: Joseph Mingrone <jrm@FreeBSD.org> AuthorDate: 2022-06-04 02:14:39 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2022-06-04 02:29:06 +0000 Mk/bsd.default-versions.mk: Update Node.js comment Update the comment to reflect that 17 is no longer a possible value for NODEJS_DEFAULT, but 18 now is. Sponsored by: The FreeBSD Foundation --- Mk/bsd.default-versions.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk index 5e4018a617dd..288217e5fcd0 100644 --- a/Mk/bsd.default-versions.mk +++ b/Mk/bsd.default-versions.mk @@ -163,7 +163,7 @@ TCLTK_DEFAULT?= 8.6 # Possible values: 4, 6 VARNISH_DEFAULT?= 4 -# Possible value: 14, 16, 17, lts, current +# Possible value: 14, 16, 18, lts, current NODEJS_DEFAULT?= lts .endif