aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroki Tagato <tagattie@FreeBSD.org>2026-03-08 09:40:20 +0000
committerHiroki Tagato <tagattie@FreeBSD.org>2026-03-08 09:58:15 +0000
commit689e9ca2a38698738be78017cf6719976aa5739f (patch)
treec63c46ded63c1f95759a481cf681837b7b40686b
parentced337ab847b2f726ae6e752d6fc9d9e868870de (diff)
*/*: Bump port revision after electron39 update (c2d059c87d83)
-rw-r--r--deskutils/joplin-desktop/Makefile2
-rw-r--r--editors/vscode/Makefile2
-rw-r--r--net-im/signal-desktop/Makefile1
-rw-r--r--net-im/teams/Makefile1
-rw-r--r--textproc/obsidian/Makefile2
5 files changed, 5 insertions, 3 deletions
diff --git a/deskutils/joplin-desktop/Makefile b/deskutils/joplin-desktop/Makefile
index 2809dd9663c7..21eca7675444 100644
--- a/deskutils/joplin-desktop/Makefile
+++ b/deskutils/joplin-desktop/Makefile
@@ -1,7 +1,7 @@
PORTNAME= joplin
DISTVERSIONPREFIX= v
DISTVERSION= 3.5.12
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= deskutils
PKGNAMESUFFIX= -desktop
DISTFILES= ${DEFAULT_PLUGINS_NODE_MODULES_FILE}:prefetch \
diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile
index 6b6e5ca771a4..90cc55fad821 100644
--- a/editors/vscode/Makefile
+++ b/editors/vscode/Makefile
@@ -1,6 +1,6 @@
PORTNAME= vscode
DISTVERSION= ${VSCODE_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= editors
MASTER_SITES= https://github.com/tagattie/FreeBSD-VSCode/releases/download/${DISTVERSION}/:node_modules
DISTFILES= vscode-node-modules-${DISTVERSION}${EXTRACT_SUFX}:node_modules \
diff --git a/net-im/signal-desktop/Makefile b/net-im/signal-desktop/Makefile
index 4a37b8da2d32..ffb844322e7e 100644
--- a/net-im/signal-desktop/Makefile
+++ b/net-im/signal-desktop/Makefile
@@ -1,6 +1,7 @@
PORTNAME= signal-desktop
DISTVERSIONPREFIX= v
DISTVERSION= 8.0.0
+PORTREVISION= 1
CATEGORIES= net-im
MASTER_SITES= LOCAL/mikael/signal-desktop/:npm \
https://registry.npmjs.org/@esbuild/freebsd-arm64/-/:esbuildarm64 \
diff --git a/net-im/teams/Makefile b/net-im/teams/Makefile
index 0b218c312043..f73f3baf9851 100644
--- a/net-im/teams/Makefile
+++ b/net-im/teams/Makefile
@@ -1,6 +1,7 @@
PORTNAME= teams
DISTVERSIONPREFIX= v
DISTVERSION= 2.7.8
+PORTREVISION= 1
CATEGORIES= net-im
MAINTAINER= tagattie@FreeBSD.org
diff --git a/textproc/obsidian/Makefile b/textproc/obsidian/Makefile
index cc70459628ad..44cd3563ae24 100644
--- a/textproc/obsidian/Makefile
+++ b/textproc/obsidian/Makefile
@@ -8,7 +8,7 @@
PORTNAME= obsidian
PORTVERSION= 1.11.7
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= textproc
# Icon is taken from the Nix build recipe
# https://github.com/NixOS/nixpkgs/blob/de5448dab588ad41aef40f8c7c0c230981656698/pkgs/applications/misc/obsidian/default.nix#L31-L34