git: b2228a605f9d - main - */*: bump port revision after electron37 update (19b59c559e76)

From: Hiroki Tagato <tagattie_at_FreeBSD.org>
Date: Fri, 29 Aug 2025 07:25:00 UTC
The branch main has been updated by tagattie:

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

commit b2228a605f9d3aa0ba93329bde0da9c2ca30066f
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2025-08-29 07:24:13 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2025-08-29 07:24:13 +0000

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

diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile
index dc3b404cf332..ad4015344afb 100644
--- a/editors/vscode/Makefile
+++ b/editors/vscode/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	vscode
 DISTVERSION=	1.103.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/graphics/drawio/Makefile b/graphics/drawio/Makefile
index 16ef6e1a6436..0ee5000d4f5b 100644
--- a/graphics/drawio/Makefile
+++ b/graphics/drawio/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	drawio
 PORTVERSION=	28.0.6
-PORTREVISION=	3
+PORTREVISION=	4
 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 caac64ac8aa1..0dfbfa538865 100644
--- a/net-im/signal-desktop/Makefile
+++ b/net-im/signal-desktop/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	signal-desktop
 DISTVERSIONPREFIX=	v
 DISTVERSION=	7.66.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 4de716b9b8d7..cf9c1c5d8164 100644
--- a/textproc/obsidian/Makefile
+++ b/textproc/obsidian/Makefile
@@ -8,6 +8,7 @@
 
 PORTNAME=	obsidian
 PORTVERSION=	1.9.10
+PORTREVISION=	1
 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