git: 052f8b4f5331 - main - net-im/deltachat-desktop: Switch to Electron 39
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 Mar 2026 21:26:02 UTC
The branch main has been updated by feld:
URL: https://cgit.FreeBSD.org/ports/commit/?id=052f8b4f53314df67be711e3ad2bcc360b9802ec
commit 052f8b4f53314df67be711e3ad2bcc360b9802ec
Author: Mark Felder <feld@FreeBSD.org>
AuthorDate: 2026-03-23 21:21:13 +0000
Commit: Mark Felder <feld@FreeBSD.org>
CommitDate: 2026-03-23 21:25:58 +0000
net-im/deltachat-desktop: Switch to Electron 39
Upstream will continue to support Electron 39, so now we can have
Deltachat Desktop on FreeBSD package mirrors.
See PR 270565 for details about the current status of packaging Electron
apps on FreeBSD.
---
net-im/deltachat-desktop/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-im/deltachat-desktop/Makefile b/net-im/deltachat-desktop/Makefile
index 54252c7ff7af..02cac1ca9f5c 100644
--- a/net-im/deltachat-desktop/Makefile
+++ b/net-im/deltachat-desktop/Makefile
@@ -1,7 +1,7 @@
PORTNAME= deltachat-desktop
DISTVERSIONPREFIX= v
DISTVERSION= 2.43.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net-im
MAINTAINER= feld@FreeBSD.org
@@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
# Important to keep the RPC server core in sync with the Desktop release
RUN_DEPENDS= deltachat-rpc-server>=2.43<2.44:net/deltachat-rpc-server
-USES= electron:40,build,run desktop-file-utils nodejs:22,build pkgconfig
+USES= electron:39,build,run desktop-file-utils nodejs:22,build pkgconfig
USE_ELECTRON= npm:pnpm prefetch extract
NPM_VER= 9.6.0