summaryrefslogtreecommitdiff
path: root/security/bitwarden-cli/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/bitwarden-cli/Makefile')
-rw-r--r--security/bitwarden-cli/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/security/bitwarden-cli/Makefile b/security/bitwarden-cli/Makefile
index ad018a99d215..f0471f6a1d32 100644
--- a/security/bitwarden-cli/Makefile
+++ b/security/bitwarden-cli/Makefile
@@ -1,7 +1,6 @@
PORTNAME= bitwarden-cli
DISTVERSIONPREFIX= cli-v
-DISTVERSION= 2025.8.0
-PORTREVISION= 1
+DISTVERSION= 2025.9.0
CATEGORIES= security
MASTER_SITES= https://nodejs.org/dist/v${PKG_NODE_VER}/:node
DISTFILES= node-v${PKG_NODE_VER}${EXTRACT_SUFX}:node \
@@ -78,7 +77,7 @@ pre-fetch:
${CP} -R ${FILESDIR}/packagejsons/* ${WRKDIR}/node-modules-cache; \
cd ${WRKDIR}/node-modules-cache && \
${SETENV} HOME=${WRKDIR} \
- npm ci --ignore-scripts --no-progress --no-audit --no-fund; \
+ npm ci --ignore-scripts --no-progress --no-audit --no-fund --no-update-notifier; \
${FIND} ${WRKDIR}/node-modules-cache -type d -exec ${CHMOD} 755 {} ';'; \
for dir in `${FIND} -s ${WRKDIR}/node-modules-cache -type d -name node_modules -print | \
${GREP} -ve 'node_modules/.*/node_modules'`; do \
@@ -102,11 +101,10 @@ post-extract:
post-patch:
# apply FreeBSD patches for node
- for p in ${PATCHDIR}/node/patch-*;do \
- ${PATCH} -s -p0 -d ${WRKDIR}/node-v${PKG_NODE_VER} < $${p}; \
- done
+ @${BSDMAKE} PATCHDIR=${FILESDIR}/node \
+ WRKSRC=${WRKDIR}/node-v${PKG_NODE_VER} do-patch
# apply node patch from pkg-fetch
- ${PATCH} -s -p1 -d ${WRKDIR}/node-v${PKG_NODE_VER} < \
+ @${PATCH} -s -p1 -d ${WRKDIR}/node-v${PKG_NODE_VER} < \
${WRKSRC}/node_modules/@yao-pkg/pkg-fetch/patches/node.v${PKG_NODE_VER}.cpp.patch
pre-build: