git: 31f4fae7edae - main - */*: bump port revision after electron37 update (ec752f47e431)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 17 Sep 2025 14:18:02 UTC
The branch main has been updated by tagattie:
URL: https://cgit.FreeBSD.org/ports/commit/?id=31f4fae7edae9a3ecab89c87fb464295ee1ea1f0
commit 31f4fae7edae9a3ecab89c87fb464295ee1ea1f0
Author: Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2025-09-17 14:17:15 +0000
Commit: Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2025-09-17 14:17:15 +0000
*/*: bump port revision after electron37 update (ec752f47e431)
---
editors/vscode/Makefile | 1 +
graphics/drawio/Makefile | 2 +-
net-im/signal-desktop/Makefile | 2 +-
textproc/obsidian/Makefile | 2 +-
4 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile
index bbc998671cd7..adbb0d0cd115 100644
--- a/editors/vscode/Makefile
+++ b/editors/vscode/Makefile
@@ -1,5 +1,6 @@
PORTNAME= vscode
DISTVERSION= 1.104.0
+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 81e2a24e0236..41cc2db3a09a 100644
--- a/graphics/drawio/Makefile
+++ b/graphics/drawio/Makefile
@@ -1,6 +1,6 @@
PORTNAME= drawio
PORTVERSION= 28.0.6
-PORTREVISION= 5
+PORTREVISION= 6
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 9926515846a9..b47e6566add7 100644
--- a/net-im/signal-desktop/Makefile
+++ b/net-im/signal-desktop/Makefile
@@ -1,7 +1,7 @@
PORTNAME= signal-desktop
DISTVERSIONPREFIX= v
DISTVERSION= 7.70.0
-PORTREVISION= 1
+PORTREVISION= 2
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 950fc3811515..e676fb016810 100644
--- a/textproc/obsidian/Makefile
+++ b/textproc/obsidian/Makefile
@@ -8,7 +8,7 @@
PORTNAME= obsidian
PORTVERSION= 1.9.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