From nobody Sun Mar 3 19:44:32 2024 X-Original-To: dev-commits-ports-all@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 4TnsjK3Llhz5CBB5; Sun, 3 Mar 2024 19:44:37 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4TnsjJ536Sz4vqN; Sun, 3 Mar 2024 19:44:36 +0000 (UTC) (envelope-from gerald@pfeifer.com) Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of gerald@pfeifer.com designates 209.68.5.143 as permitted sender) smtp.mailfrom=gerald@pfeifer.com Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 6FB0E33E90; Sun, 3 Mar 2024 14:44:35 -0500 (EST) Received: from daya.localdomain (62-47-131-163.adsl.highway.telekom.at [62.47.131.163]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 92DAB33E9F; Sun, 3 Mar 2024 14:44:34 -0500 (EST) Date: Sun, 3 Mar 2024 20:44:32 +0100 (CET) From: Gerald Pfeifer To: Joel Bodenmann , Lexi Winter cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 42f7e66f6c77 - main - emulators/wine-devel: Update to 9.2 In-Reply-To: <202402252355.41PNtI3K026281@gitrepo.freebsd.org> Message-ID: <2e266cad-aec2-10f4-ea2f-47afe1331eb7@pfeifer.com> References: <202402252355.41PNtI3K026281@gitrepo.freebsd.org> List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Scanned-By: mailmunge 3.11 on 209.68.5.143 X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.28 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.98)[-0.981]; R_SPF_ALLOW(-0.20)[+a:hamza.pair.com]; MIME_GOOD(-0.10)[text/plain]; FREEFALL_USER(0.00)[gerald]; MIME_TRACE(0.00)[0:+]; DMARC_NA(0.00)[pfeifer.com]; ARC_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; MISSING_XM_UA(0.00)[]; ASN(0.00)[asn:7859, ipnet:209.68.0.0/18, country:US]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; R_DKIM_NA(0.00)[]; MLMMJ_DEST(0.00)[dev-commits-ports-all@FreeBSD.org,dev-commits-ports-main@FreeBSD.org]; MID_RHS_MATCH_FROM(0.00)[]; RCPT_COUNT_FIVE(0.00)[5] X-Rspamd-Queue-Id: 4TnsjJ536Sz4vqN On Sun, 25 Feb 2024, Joel Bodenmann wrote: > commit 42f7e66f6c77db76d198c2f16690280ef0caa602 > Author: Lexi Winter > AuthorDate: 2024-02-13 10:39:17 +0000 > Commit: Joel Bodenmann > CommitDate: 2024-02-25 23:54:33 +0000 > > emulators/wine-devel: Update to 9.2 > > Changelog: https://gitlab.winehq.org/wine/wine/-/releases/wine-9.2 > > Changes in this release: > * Mono engine updated to version 9.0.0. Hmm, nothing in this commit actually did that. ;-) That was actually dealt with the following two weeks before: commit ef6a19d3a8077a320da91a9a1b61b4f49938df43 Author: Gerald Pfeifer Date: Sat Feb 10 16:15:30 2024 +0000 emulators/wine-mono-devel: Update to version 9.0.0 > * Exception handling improvements on ARM platforms. Our wine-devel port is not built on ARM platforms, so in the past I trimmed such items from the release notes for the commit message (and I recommend doing that). Hope this helps for further updates! Gerald