1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

Mk: unregister expired www/node20

This commit is contained in:
Rene Ladan
2026-05-31 21:22:53 +02:00
parent c63cde2c24
commit 1e29ea5d91
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -7,7 +7,7 @@
# - build use node as build-time dependency
# - run use node as runtime dependency
# - env set the environment (NODEJS_VERSION and NODEJS_SUFFIX)
# - version available version: lts, current, 20, 22, 24, 25, 26
# - version available version: lts, current, 22, 24, 25, 26
#
# Note:
# - The supported versions follow upstream release schedule
@@ -22,13 +22,13 @@
.if !defined(_INCLUDE_USES_NODEJS_MK)
_INCLUDE_USES_NODEJS_MK= yes
_VALID_NODEJS_VERSIONS= 20 22 24 25 26 current lts
_VALID_NODEJS_VERSIONS= 22 24 25 26 current lts
. if ! ${_VALID_NODEJS_VERSIONS:M${NODEJS_DEFAULT}}
IGNORE= Invalid default nodejs version ${NODEJS_DEFAULT}; valid versions are ${_VALID_NODEJS_VERSIONS}
. endif
. if !empty(nodejs_ARGS:Nbuild:Nenv:Nrun:Nlts:Ncurrent:N20:N22:N24:N25:N26)
. if !empty(nodejs_ARGS:Nbuild:Nenv:Nrun:Nlts:Ncurrent:N22:N24:N25:N26)
IGNORE= USES=nodejs has invalid arguments ${nodejs_ARGS}
. endif
+1 -1
View File
@@ -119,7 +119,7 @@ MONO_DEFAULT?= 5.20
MYSQL_DEFAULT?= 8.4
# Possible values: ninja, samurai
NINJA_DEFAULT?= ninja
# Possible value: 20, 22, 24, 25, 26, current, lts (Note: current = 26 and lts = 24)
# Possible value: 22, 24, 25, 26, current, lts (Note: current = 26 and lts = 24)
NODEJS_DEFAULT?= lts
# Possible value: 25, 26
OPENLDAP_DEFAULT?= 26