aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Clausecker <fuz@FreeBSD.org>2025-06-09 21:23:56 +0000
committerRobert Clausecker <fuz@FreeBSD.org>2025-06-09 21:23:56 +0000
commit31d6564ed9f5a500c934a4a8dacfc795840c234e (patch)
treea8545dceb38c6678f7e71f3e969ed63e0bbc5a8d
parent8b8cbe699ad1a253e78fd1d20a7e7633cbf6d58f (diff)
devel/simdjson: bump dependencies after soname change
PR: 287401 Reported by: Ale <discipline@tiscali.it>
-rw-r--r--security/bitwarden-cli/Makefile1
-rw-r--r--sysutils/intel-pcm/Makefile2
-rw-r--r--www/node20/Makefile2
-rw-r--r--www/node22/Makefile1
-rw-r--r--www/node24/Makefile1
5 files changed, 5 insertions, 2 deletions
diff --git a/security/bitwarden-cli/Makefile b/security/bitwarden-cli/Makefile
index 36270c4cd783..0369033d3fee 100644
--- a/security/bitwarden-cli/Makefile
+++ b/security/bitwarden-cli/Makefile
@@ -1,6 +1,7 @@
PORTNAME= bitwarden-cli
DISTVERSIONPREFIX= cli-v
DISTVERSION= 2025.5.0
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= https://nodejs.org/dist/v${PKG_NODE_VER}/:node
DISTFILES= node-v${PKG_NODE_VER}${EXTRACT_SUFX}:node \
diff --git a/sysutils/intel-pcm/Makefile b/sysutils/intel-pcm/Makefile
index 7423ca4ac8d8..ba1c955a9a9f 100644
--- a/sysutils/intel-pcm/Makefile
+++ b/sysutils/intel-pcm/Makefile
@@ -1,6 +1,6 @@
PORTNAME= intel-pcm
DISTVERSION= 202405
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MAINTAINER= imp@FreeBSD.org
diff --git a/www/node20/Makefile b/www/node20/Makefile
index 010cd5adbd2a..2669d7efed11 100644
--- a/www/node20/Makefile
+++ b/www/node20/Makefile
@@ -1,7 +1,7 @@
PORTNAME= node
PORTVERSION= ${NODEJS_PORTVERSION}
DISTVERSIONPREFIX= v
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= https://nodejs.org/dist/v${PORTVERSION}/
PKGNAMESUFFIX= ${PORTVERSION:R:R}
diff --git a/www/node22/Makefile b/www/node22/Makefile
index 159606d42d9d..b97cfaa70a60 100644
--- a/www/node22/Makefile
+++ b/www/node22/Makefile
@@ -1,6 +1,7 @@
PORTNAME= node
PORTVERSION= ${NODEJS_PORTVERSION}
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= https://nodejs.org/dist/v${PORTVERSION}/
PKGNAMESUFFIX= ${PORTVERSION:R:R}
diff --git a/www/node24/Makefile b/www/node24/Makefile
index 67d17435d3d7..ebd2d193301a 100644
--- a/www/node24/Makefile
+++ b/www/node24/Makefile
@@ -1,6 +1,7 @@
PORTNAME= node
PORTVERSION= ${NODEJS_PORTVERSION}
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= https://nodejs.org/dist/v${PORTVERSION}/
PKGNAMESUFFIX= ${PORTVERSION:R:R}