diff options
author | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-05-16 12:31:46 +0900 |
---|---|---|
committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-05-16 12:31:46 +0900 |
commit | 281c6e812377ba6ca6c707c1b6434bc339cd8b3e (patch) | |
tree | 918208655854eafc52efd0f1a626b7147f3cca0c | |
parent | devel/electron34: update to 34.5.6 (diff) |
*/*: bump port revision after electron34 update
-rw-r--r-- | editors/vscode/Makefile | 1 | ||||
-rw-r--r-- | net-im/signal-desktop/Makefile | 2 | ||||
-rw-r--r-- | textproc/obsidian/Makefile | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile index f373ba08b4a1..c398550c8703 100644 --- a/editors/vscode/Makefile +++ b/editors/vscode/Makefile @@ -1,5 +1,6 @@ PORTNAME= vscode DISTVERSION= 1.100.1 +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 1488c4f6a468..f92338f33295 100644 --- a/net-im/signal-desktop/Makefile +++ b/net-im/signal-desktop/Makefile @@ -1,7 +1,7 @@ PORTNAME= signal-desktop DISTVERSIONPREFIX= v DISTVERSION= 7.52.0 -PORTREVISION= 2 +PORTREVISION= 3 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 9275459afd13..59270bc9568f 100644 --- a/textproc/obsidian/Makefile +++ b/textproc/obsidian/Makefile @@ -8,7 +8,7 @@ PORTNAME= obsidian PORTVERSION= 1.8.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 |