Bug 277020 - emulators/wine-devel: update to 9.2
Summary: emulators/wine-devel: update to 9.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Joel Bodenmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-13 10:41 UTC by Lexi Winter
Modified: 2024-02-25 23:56 UTC (History)
1 user (show)

See Also:


Attachments
patch (1.34 KB, patch)
2024-02-13 10:41 UTC, Lexi Winter
no flags Details | Diff
patch (2.55 KB, patch)
2024-02-25 19:31 UTC, Lexi Winter
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lexi Winter freebsd_triage 2024-02-13 10:41:39 UTC
Created attachment 248428 [details]
patch

changes in this release:

* Mono engine updated to version 9.0.0.
* A number of system tray fixes.
* Exception handling improvements on ARM platforms.
* Various bug fixes.

tested with Factorio (Windows game).

no changes needed to the patches as they still apply.
Comment 1 Joel Bodenmann freebsd_committer freebsd_triage 2024-02-16 16:52:33 UTC
poudriere-testport is failing on 13.2-RELEASE and 14.0-RELEASE as discussed on IRC.
Comment 2 Lexi Winter freebsd_triage 2024-02-25 19:31:43 UTC
Created attachment 248744 [details]
patch

new patch, fixes plist issues.  my bad for not noticing this.

testport on 15.0 is fine, testport on 14.0 and 13.2 are running now.
Comment 3 Lexi Winter freebsd_triage 2024-02-25 21:36:48 UTC
new patch tested fine on 14.0, 13.2 running now.
Comment 4 Lexi Winter freebsd_triage 2024-02-25 23:39:46 UTC
13.2 testport + runtime passed.

jbo: this is okay to commit.
Comment 5 commit-hook freebsd_committer freebsd_triage 2024-02-25 23:56:03 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=42f7e66f6c77db76d198c2f16690280ef0caa602

commit 42f7e66f6c77db76d198c2f16690280ef0caa602
Author:     Lexi Winter <lexi@le-Fay.ORG>
AuthorDate: 2024-02-13 10:39:17 +0000
Commit:     Joel Bodenmann <jbo@FreeBSD.org>
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.
      * A number of system tray fixes.
      * Exception handling improvements on ARM platforms.
      * Various bug fixes.

    PR:             277020
    Approved by:    tcberner (mentor, implicit)

 emulators/wine-devel/Makefile  | 2 +-
 emulators/wine-devel/distinfo  | 6 +++---
 emulators/wine-devel/pkg-plist | 4 ++++
 3 files changed, 8 insertions(+), 4 deletions(-)
Comment 6 Joel Bodenmann freebsd_committer freebsd_triage 2024-02-25 23:56:43 UTC
Committed - Thanks!