git: 2d20c0225acf - main - */*: bump port revision after electron30 update

From: Hiroki Tagato <tagattie_at_FreeBSD.org>
Date: Wed, 25 Sep 2024 04:07:51 UTC
The branch main has been updated by tagattie:

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

commit 2d20c0225acf058eaf41b47f758ed339d5e45849
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2024-09-25 04:06:48 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2024-09-25 04:07:42 +0000

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

diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile
index 4dd66adc8605..8e0e7e6bdc83 100644
--- a/editors/vscode/Makefile
+++ b/editors/vscode/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	vscode
 DISTVERSION=	1.93.1
+PORTREVISION=	1
 CATEGORIES=	editors
 MASTER_SITES=	https://github.com/tagattie/FreeBSD-VSCode/releases/download/${DISTVERSION}/:yarn_cache
 DISTFILES=	yarn-offline-cache-${DISTVERSION}${EXTRACT_SUFX}:yarn_cache \
diff --git a/graphics/drawio/Makefile b/graphics/drawio/Makefile
index e5f6b40fcf8a..ed1de69e9fe5 100644
--- a/graphics/drawio/Makefile
+++ b/graphics/drawio/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	drawio
 PORTVERSION=	24.5.3
-PORTREVISION=	6
+PORTREVISION=	7
 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 5c04e285558b..e4298409ab74 100644
--- a/net-im/signal-desktop/Makefile
+++ b/net-im/signal-desktop/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	signal-desktop
 DISTVERSIONPREFIX=	v
 DISTVERSION=	7.25.0
+PORTREVISION=	1
 CATEGORIES=	net-im
 MASTER_SITES=	LOCAL/mikael/signal-desktop/:npm \
 		https://build-artifacts.signal.org/desktop/:sqlcipher
diff --git a/textproc/obsidian/Makefile b/textproc/obsidian/Makefile
index b64e5e83490f..31e84aa203a4 100644
--- a/textproc/obsidian/Makefile
+++ b/textproc/obsidian/Makefile
@@ -8,7 +8,7 @@
 
 PORTNAME=	obsidian
 PORTVERSION=	1.6.7
-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