Date: Fri, 19 Apr 2024 08:20:51 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: f9807199b750 - main - */*: bump port revision after electron28 update Message-ID: <202404190820.43J8KpOB053038@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=f9807199b750976aa929b320cdfe59a53646c63b commit f9807199b750976aa929b320cdfe59a53646c63b Author: Hiroki Tagato <tagattie@FreeBSD.org> AuthorDate: 2024-04-19 08:19:28 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2024-04-19 08:20:32 +0000 */*: bump port revision after electron28 update --- editors/vscode/Makefile | 1 + graphics/drawio/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile index dc090f804a6d..460900fdf64f 100644 --- a/editors/vscode/Makefile +++ b/editors/vscode/Makefile @@ -1,5 +1,6 @@ PORTNAME= vscode DISTVERSION= 1.88.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 44a444f53924..8f784a668c09 100644 --- a/graphics/drawio/Makefile +++ b/graphics/drawio/Makefile @@ -1,5 +1,6 @@ PORTNAME= drawio PORTVERSION= 24.1.0 +PORTREVISION= 1 DISTVERSIONPREFIX= x86_64- CATEGORIES= graphics MASTER_SITES= https://github.com/jgraph/drawio-desktop/releases/download/v${PORTVERSION}/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404190820.43J8KpOB053038>