git: b56e468134b7 - main - */*: bump port revision after electron34 update

From: Hiroki Tagato <tagattie_at_FreeBSD.org>
Date: Thu, 29 May 2025 21:49:47 UTC
The branch main has been updated by tagattie:

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

commit b56e468134b79e5ef4e0acce392f07248d7b0052
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2025-05-29 21:49:18 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2025-05-29 21:49:18 +0000

    */*: bump port revision after electron34 update
---
 editors/vscode/Makefile        | 1 +
 net-im/signal-desktop/Makefile | 1 +
 textproc/obsidian/Makefile     | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile
index cafb8b6b53d2..769d4e454be4 100644
--- a/editors/vscode/Makefile
+++ b/editors/vscode/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	vscode
 DISTVERSION=	1.100.2
+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 201843361163..b0bb38e8b150 100644
--- a/net-im/signal-desktop/Makefile
+++ b/net-im/signal-desktop/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	signal-desktop
 DISTVERSIONPREFIX=	v
 DISTVERSION=	7.54.0
+PORTREVISION=	1
 CATEGORIES=	net-im
 MASTER_SITES=	LOCAL/mikael/signal-desktop/:npm \
 		https://registry.npmjs.org/@esbuild/freebsd-arm64/-/:esbuildarm64 \
diff --git a/textproc/obsidian/Makefile b/textproc/obsidian/Makefile
index 59270bc9568f..24f5745fefa4 100644
--- a/textproc/obsidian/Makefile
+++ b/textproc/obsidian/Makefile
@@ -8,7 +8,7 @@
 
 PORTNAME=	obsidian
 PORTVERSION=	1.8.10
-PORTREVISION=	2
+PORTREVISION=	3
 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