Date: Mon, 19 Aug 2024 04:48:38 GMT From: Hiroki Tagato <tagattie@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 23ff5d623c1f - main - */*: bump port revision after electron30 update Message-ID: <202408190448.47J4mcnc095765@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=23ff5d623c1f194dd329983041ca2c5e45328976 commit 23ff5d623c1f194dd329983041ca2c5e45328976 Author: Hiroki Tagato <tagattie@FreeBSD.org> AuthorDate: 2024-08-19 04:47:24 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2024-08-19 04:48:29 +0000 */*: bump port revision after electron30 update --- editors/vscode/Makefile | 1 + graphics/drawio/Makefile | 2 +- net-im/signal-desktop/Makefile | 2 +- textproc/obsidian/Makefile | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile index 3a15999d1968..a214d5f97386 100644 --- a/editors/vscode/Makefile +++ b/editors/vscode/Makefile @@ -1,5 +1,6 @@ PORTNAME= vscode DISTVERSION= 1.92.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 3ccb531c3fc8..9babde58e6cf 100644 --- a/graphics/drawio/Makefile +++ b/graphics/drawio/Makefile @@ -1,6 +1,6 @@ PORTNAME= drawio PORTVERSION= 24.5.3 -PORTREVISION= 4 +PORTREVISION= 5 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 e49d37599342..ad2b4a8fe94c 100644 --- a/net-im/signal-desktop/Makefile +++ b/net-im/signal-desktop/Makefile @@ -1,7 +1,7 @@ PORTNAME= signal-desktop DISTVERSIONPREFIX= v DISTVERSION= 7.16.0 -PORTREVISION= 2 +PORTREVISION= 3 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 854f3b81dc59..72de98c5ce86 100644 --- a/textproc/obsidian/Makefile +++ b/textproc/obsidian/Makefile @@ -8,6 +8,7 @@ PORTNAME= obsidian PORTVERSION= 1.6.7 +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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408190448.47J4mcnc095765>