Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Mar 2026 21:26:02 +0000
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 052f8b4f5331 - main - net-im/deltachat-desktop: Switch to Electron 39
Message-ID:  <69c1afea.1eeb9.c8c1d4e@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69c1afea.1eeb9.c8c1d4e>