git: 5d1171cfb1a6 - main - all: expire direct consumers of www/node20 on 2026-09-30
Rene Ladan <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=5d1171cfb1a6240f60a3e84cdf2676ef5a998559 commit 5d1171cfb1a6240f60a3e84cdf2676ef5a998559 Author: Rene Ladan <[email protected]> AuthorDate: 2026-07-31 22:40:11 +0000 Commit: Rene Ladan <[email protected]> CommitDate: 2026-07-31 22:41:27 +0000 all: expire direct consumers of www/node20 on 2026-09-30 This happens to be the date when www/qt5-webengine expires, which is also a node20 consumer (on i386, same for qt6-webengine). --- comms/zigbee2mqtt/Makefile | 4 ++++ security/caldera/Makefile | 4 ++-- www/qt6-webengine/Makefile | 3 ++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/comms/zigbee2mqtt/Makefile b/comms/zigbee2mqtt/Makefile index 79d043a5dbd0..577ee21a327c 100644 --- a/comms/zigbee2mqtt/Makefile +++ b/comms/zigbee2mqtt/Makefile @@ -1,5 +1,6 @@ PORTNAME= zigbee2mqtt DISTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= LOCAL/otis/:nodemodules DISTFILES= ${DISTCACHEFILES_nodemodules}:nodemodules @@ -11,6 +12,9 @@ WWW= https://github.com/Koenkk/zigbee2mqtt LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Depends on expired www/node20 +EXPIRATION_DATE=2026-09-30 + BUILD_DEPENDS= node${NODEJS_VERSION}>0:www/node${NODEJS_VERSION} \ npm${NODEJS_SUFFIX}>0:www/npm${NODEJS_SUFFIX} RUN_DEPENDS= node${NODEJS_VERSION}>0:www/node${NODEJS_VERSION} diff --git a/security/caldera/Makefile b/security/caldera/Makefile index 5c61772d5930..aa2e6a29e9f3 100644 --- a/security/caldera/Makefile +++ b/security/caldera/Makefile @@ -1,6 +1,6 @@ PORTNAME= caldera DISTVERSION= 5.3.0 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= security python MAINTAINER= [email protected] @@ -13,7 +13,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE DEPRECATED= Depends on expired www/npm-node20 -EXPIRATION_DATE=2026-09-02 +EXPIRATION_DATE=2026-09-30 ONLY_FOR_ARCHS= aarch64 amd64 diff --git a/www/qt6-webengine/Makefile b/www/qt6-webengine/Makefile index d3452ced3eb8..c286ccf93e39 100644 --- a/www/qt6-webengine/Makefile +++ b/www/qt6-webengine/Makefile @@ -158,7 +158,8 @@ SNDIO_CMAKE_OFF= -DQT_FEATURE_webengine_system_sndio:BOOL=OFF .if !defined(BUILD_QTPDF) . if ${ARCH:Mi386} -USES+= nodejs:build,20 +DEPRECATED= Depends on expired www/node20 (on i386 only) +USES+= nodejs:build,20 # expired 2026-05-31 . else USES+= nodejs:build,lts . endif