diff options
author | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-10-18 12:47:49 +0900 |
---|---|---|
committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-10-18 12:47:49 +0900 |
commit | d277abfb0188ee35597a1c71fc78f28c9fd13e85 (patch) | |
tree | 0083bd1b9bdc028ecdcd07a4ef4aa6f72360cd1a | |
parent | devel/electron37: update to 37.7.0 (diff) |
*/*: bump port revision after electron37 update (b4f186c00266)
-rw-r--r-- | deskutils/podman-desktop/Makefile | 2 | ||||
-rw-r--r-- | editors/vscode/Makefile | 1 | ||||
-rw-r--r-- | graphics/drawio/Makefile | 2 | ||||
-rw-r--r-- | net-im/signal-desktop/Makefile | 1 | ||||
-rw-r--r-- | textproc/obsidian/Makefile | 1 |
5 files changed, 5 insertions, 2 deletions
diff --git a/deskutils/podman-desktop/Makefile b/deskutils/podman-desktop/Makefile index 02f1cfb46d45..f8971faf626f 100644 --- a/deskutils/podman-desktop/Makefile +++ b/deskutils/podman-desktop/Makefile @@ -1,6 +1,6 @@ PORTNAME= podman-desktop PORTVERSION= 1.21.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= https://github.com/arrowd/podman-desktop/releases/download/v${PORTVERSION}/ \ https://raw.githubusercontent.com/podman-desktop/podman-desktop/refs/tags/v${PORTVERSION}/buildResources/:icon diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile index 1f65642f9dd0..2c26f4b74603 100644 --- a/editors/vscode/Makefile +++ b/editors/vscode/Makefile @@ -1,5 +1,6 @@ PORTNAME= vscode DISTVERSION= 1.105.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 2834724ba6c5..6fe4d0d5dfc8 100644 --- a/graphics/drawio/Makefile +++ b/graphics/drawio/Makefile @@ -1,6 +1,6 @@ PORTNAME= drawio PORTVERSION= 28.0.6 -PORTREVISION= 8 +PORTREVISION= 9 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 30b0af8ea497..ec78134b4e7c 100644 --- a/net-im/signal-desktop/Makefile +++ b/net-im/signal-desktop/Makefile @@ -1,6 +1,7 @@ PORTNAME= signal-desktop DISTVERSIONPREFIX= v DISTVERSION= 7.74.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 c88c4116df61..ce144a644143 100644 --- a/textproc/obsidian/Makefile +++ b/textproc/obsidian/Makefile @@ -8,6 +8,7 @@ PORTNAME= obsidian PORTVERSION= 1.9.14 +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 |