git: a3a3f7b625aa - main - */*: Bump port revision after electron39 update (17b68db36a2a)

From: Hiroki Tagato <tagattie_at_FreeBSD.org>
Date: Thu, 19 Mar 2026 06:04:29 UTC
The branch main has been updated by tagattie:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a3a3f7b625aa9f61da4b7e5c29537e37a4b06bfe

commit a3a3f7b625aa9f61da4b7e5c29537e37a4b06bfe
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2026-03-19 05:59:14 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2026-03-19 05:59:14 +0000

    */*: Bump port revision after electron39 update (17b68db36a2a)
---
 deskutils/joplin-desktop/Makefile | 2 +-
 editors/vscode/Makefile           | 1 +
 net-im/signal-desktop/Makefile    | 1 +
 net-im/teams/Makefile             | 1 +
 textproc/obsidian/Makefile        | 2 +-
 5 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/deskutils/joplin-desktop/Makefile b/deskutils/joplin-desktop/Makefile
index 21eca7675444..d1eeef763a38 100644
--- a/deskutils/joplin-desktop/Makefile
+++ b/deskutils/joplin-desktop/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	joplin
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.5.12
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	deskutils
 PKGNAMESUFFIX=	-desktop
 DISTFILES=	${DEFAULT_PLUGINS_NODE_MODULES_FILE}:prefetch \
diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile
index 538728ffb0a2..08aa392b89f1 100644
--- a/editors/vscode/Makefile
+++ b/editors/vscode/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	vscode
 DISTVERSION=	${VSCODE_VERSION}
+PORTREVISION=	1
 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 633d5e4a5aa6..fb742439fb18 100644
--- a/net-im/signal-desktop/Makefile
+++ b/net-im/signal-desktop/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	signal-desktop
 DISTVERSIONPREFIX=	v
 DISTVERSION=	8.2.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 9c8315fe924f..baa973b61591 100644
--- a/net-im/teams/Makefile
+++ b/net-im/teams/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	teams
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.7.9
+PORTREVISION=	1
 CATEGORIES=	net-im
 
 MAINTAINER=	tagattie@FreeBSD.org
diff --git a/textproc/obsidian/Makefile b/textproc/obsidian/Makefile
index 44cd3563ae24..97867caf6f5e 100644
--- a/textproc/obsidian/Makefile
+++ b/textproc/obsidian/Makefile
@@ -8,7 +8,7 @@
 
 PORTNAME=	obsidian
 PORTVERSION=	1.11.7
-PORTREVISION=	4
+PORTREVISION=	5
 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