diff options
author | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-10-10 23:19:50 +0900 |
---|---|---|
committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-10-10 23:20:46 +0900 |
commit | 44b01739ec0c23b89a6fabe0b34042eff7a2cc51 (patch) | |
tree | 78fe5fc199987ff5082f1e0bdf9fee885fc2f175 | |
parent | devel/py-pyyaml: update to 6.0.3 (diff) |
*/*: bump port revision after electron37 update (0c59ce9cec3e)
-rw-r--r-- | deskutils/podman-desktop/Makefile | 1 | ||||
-rw-r--r-- | editors/vscode/Makefile | 2 | ||||
-rw-r--r-- | graphics/drawio/Makefile | 2 | ||||
-rw-r--r-- | net-im/signal-desktop/Makefile | 2 | ||||
-rw-r--r-- | textproc/obsidian/Makefile | 2 |
5 files changed, 5 insertions, 4 deletions
diff --git a/deskutils/podman-desktop/Makefile b/deskutils/podman-desktop/Makefile index 76c8b5e47bd0..02f1cfb46d45 100644 --- a/deskutils/podman-desktop/Makefile +++ b/deskutils/podman-desktop/Makefile @@ -1,5 +1,6 @@ PORTNAME= podman-desktop PORTVERSION= 1.21.0 +PORTREVISION= 1 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 a10314c1ceea..80bd57252b00 100644 --- a/editors/vscode/Makefile +++ b/editors/vscode/Makefile @@ -1,6 +1,6 @@ PORTNAME= vscode DISTVERSION= 1.104.2 -PORTREVISION= 1 +PORTREVISION= 2 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 697976df12a3..2834724ba6c5 100644 --- a/graphics/drawio/Makefile +++ b/graphics/drawio/Makefile @@ -1,6 +1,6 @@ PORTNAME= drawio PORTVERSION= 28.0.6 -PORTREVISION= 7 +PORTREVISION= 8 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 9709bdb4ecbe..f16e226e3767 100644 --- a/net-im/signal-desktop/Makefile +++ b/net-im/signal-desktop/Makefile @@ -1,7 +1,7 @@ PORTNAME= signal-desktop DISTVERSIONPREFIX= v DISTVERSION= 7.72.1 -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 9b1d8e8e0af8..1e9b96cd895b 100644 --- a/textproc/obsidian/Makefile +++ b/textproc/obsidian/Makefile @@ -8,7 +8,7 @@ PORTNAME= obsidian PORTVERSION= 1.9.10 -PORTREVISION= 4 +PORTREVISION= 5 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 |