git: c4b633b2914d - main - */*: bump port revision after electron37 update (978986294bd4)

From: Hiroki Tagato <tagattie_at_FreeBSD.org>
Date: Mon, 15 Sep 2025 08:52:49 UTC
The branch main has been updated by tagattie:

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

commit c4b633b2914dc8beb70f8f957af2dfcda6bc1a3b
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2025-09-15 08:52:02 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2025-09-15 08:52:02 +0000

    */*: bump port revision after electron37 update (978986294bd4)
---
 editors/vscode/Makefile        | 2 +-
 graphics/drawio/Makefile       | 2 +-
 net-im/signal-desktop/Makefile | 1 +
 textproc/obsidian/Makefile     | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile
index 1cdf4fc29943..e23caeca30b0 100644
--- a/editors/vscode/Makefile
+++ b/editors/vscode/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	vscode
 DISTVERSION=	1.103.2
-PORTREVISION=	2
+PORTREVISION=	3
 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/graphics/drawio/Makefile b/graphics/drawio/Makefile
index 0ee5000d4f5b..81e2a24e0236 100644
--- a/graphics/drawio/Makefile
+++ b/graphics/drawio/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	drawio
 PORTVERSION=	28.0.6
-PORTREVISION=	4
+PORTREVISION=	5
 DISTVERSIONPREFIX=	x86_64-
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/jgraph/drawio-desktop/releases/download/v${PORTVERSION}/
diff --git a/net-im/signal-desktop/Makefile b/net-im/signal-desktop/Makefile
index 16d40a70a127..9926515846a9 100644
--- a/net-im/signal-desktop/Makefile
+++ b/net-im/signal-desktop/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	signal-desktop
 DISTVERSIONPREFIX=	v
 DISTVERSION=	7.70.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 cf9c1c5d8164..950fc3811515 100644
--- a/textproc/obsidian/Makefile
+++ b/textproc/obsidian/Makefile
@@ -8,7 +8,7 @@
 
 PORTNAME=	obsidian
 PORTVERSION=	1.9.10
-PORTREVISION=	1
+PORTREVISION=	2
 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