diff options
-rw-r--r-- | editors/vscode/Makefile | 1 | ||||
-rw-r--r-- | graphics/drawio/Makefile | 2 | ||||
-rw-r--r-- | net-im/signal-desktop/Makefile | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile index 09803172ed8a..bc6c46e5efd6 100644 --- a/editors/vscode/Makefile +++ b/editors/vscode/Makefile @@ -1,5 +1,6 @@ PORTNAME= vscode DISTVERSION= 1.101.2 +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 4d8151345c97..b0a73ad0fd28 100644 --- a/graphics/drawio/Makefile +++ b/graphics/drawio/Makefile @@ -1,6 +1,6 @@ PORTNAME= drawio PORTVERSION= 26.2.15 -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 4e77ed87b0df..092b5f0a3144 100644 --- a/net-im/signal-desktop/Makefile +++ b/net-im/signal-desktop/Makefile @@ -1,6 +1,7 @@ PORTNAME= signal-desktop DISTVERSIONPREFIX= v DISTVERSION= 7.58.0 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= LOCAL/mikael/signal-desktop/:npm \ https://registry.npmjs.org/@esbuild/freebsd-arm64/-/:esbuildarm64 \ |