diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-05-03 03:58:21 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-05-03 03:58:21 +0800 |
commit | 94713bad761a1307f0722b8649a59c8601d22e74 (patch) | |
tree | 0e1edebe5073458dacc12f9e58a26619739e8e76 /editors | |
parent | archivers/upx: Fix build on 14-CURRENT (diff) |
devel/re2: Update to 20230301
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/google/re2/releases
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vscode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile index 84adb94c35bf..b97efaeea3c0 100644 --- a/editors/vscode/Makefile +++ b/editors/vscode/Makefile @@ -1,6 +1,6 @@ PORTNAME= vscode DISTVERSION= 1.77.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= https://github.com/tagattie/FreeBSD-VSCode/releases/download/${DISTVERSION}/:yarn_cache DISTFILES= yarn-offline-cache-${DISTVERSION}${EXTRACT_SUFX}:yarn_cache \ |