From nobody Thu Apr 18 13:44:12 2024 X-Original-To: ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4VKzXQ68PLz5GtJv for ; Thu, 18 Apr 2024 13:44:22 +0000 (UTC) (envelope-from SRS0=kxRp=LX=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4VKzXQ3jjvz4MNK for ; Thu, 18 Apr 2024 13:44:22 +0000 (UTC) (envelope-from SRS0=kxRp=LX=quip.cz=000.fbsd@elsa.codelab.cz) Authentication-Results: mx1.freebsd.org; none Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 3766AD788C; Thu, 18 Apr 2024 15:44:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quip.cz; s=private; t=1713447854; bh=TREw1Z6cTaGppscZPSwIEwfbqPOlCCWnKAaBJSvs0N8=; h=Date:Subject:To:References:From:In-Reply-To; b=um94kb0e9ojvx9bXlwy86pUr/Xp3rajikVx7z/rN+boBhP62aB0sA6A/2NcBaGskG zhiucMdBrwra+IoUyfqoQb9jlNameHimP+GFub42fBSLC6b6tbvIijsYAnHs2gu67y h+PXFZu8fp+i/ebG8Gl1xNiaO3xh0cKFX0mxfro0= Received: from [192.168.145.49] (ip-89-177-27-225.bb.vodafone.cz [89.177.27.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 0D5B1D7884; Thu, 18 Apr 2024 15:44:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quip.cz; s=private; t=1713447853; bh=TREw1Z6cTaGppscZPSwIEwfbqPOlCCWnKAaBJSvs0N8=; h=Date:Subject:To:References:From:In-Reply-To; b=BYYu8PVP3PS2R8XCWxk5Ijz2p8fB1T7Vzz3QzmVIgrN2r6YsIQM5GlFFFGfggEoDK ZzAnnHwV50mIk2C3PWHSAppw1GVZH/eFjUCZIh5YXFwKYCiBMjoShTf6S45Qx1nsR5 WLTTRgBhwr9laUzpKieNDUsmjmL15sWUGl/2Qtmk= Message-ID: Date: Thu, 18 Apr 2024 15:44:12 +0200 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: FreeBSD Port: net-im/signal-desktop To: Alexander Burke , ports@FreeBSD.org References: Content-Language: en-US From: Miroslav Lachman <000.fbsd@quip.cz> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:42000, ipnet:94.124.104.0/21, country:CZ] X-Rspamd-Queue-Id: 4VKzXQ3jjvz4MNK On 18/04/2024 13:15, Alexander Burke wrote: > Hello, > > First, thank you for all the hard work you do. > > The signal-desktop port is now outdated to the point where Signal is > refusing to send messages. Could someone please bump it to the latest > (7.5)? > > https://github.com/signalapp/Signal-Desktop/releases/tag/v7.5.0 "There is no maintainer for this port." :( Can I ask what version of Signal are you running? I have 6.42.0_1 installed and it says it is outdated for about a week or so. I tried to updated my desktop today but there is no Signal package in quarterly 2024Q2: % pkg version -vRL = | grep signal signal-desktop-6.42.0_1 ? orphaned: net-im/signal-deskto I see there is an updated version (6.48.1) in a quarterly ports tree https://cgit.freebsd.org/ports/tree/net-im/signal-desktop?h=2024Q2 But why is it missing from the packages? I can try to build it my-self in a Poudriere but is 6.48 still working or is it outdated too? (I really hate this style of deprecating application every 3 months or so without any incompatible changes in a protocol) Kind regards Miroslav Lachman