diff options
-rw-r--r-- | editors/vscode/Makefile | 1 | ||||
-rw-r--r-- | graphics/drawio/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile index f22c60588d32..d5ceb2a19622 100644 --- a/editors/vscode/Makefile +++ b/editors/vscode/Makefile @@ -1,5 +1,6 @@ PORTNAME= vscode DISTVERSION= 1.89.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 8f784a668c09..91a6270dd5ac 100644 --- a/graphics/drawio/Makefile +++ b/graphics/drawio/Makefile @@ -1,6 +1,6 @@ PORTNAME= drawio PORTVERSION= 24.1.0 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= x86_64- CATEGORIES= graphics MASTER_SITES= https://github.com/jgraph/drawio-desktop/releases/download/v${PORTVERSION}/ |