Bug 277385 - emulators/wine-devel: update to 9.3
Summary: emulators/wine-devel: update to 9.3
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-29 02:29 UTC by Lexi Winter
Modified: 2024-02-29 02:57 UTC (History)
1 user (show)

See Also:


Attachments
patch (7.44 KB, patch)
2024-02-29 02:29 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 2024-02-29 02:29:47 UTC
Created attachment 248819 [details]
patch

changes in this release:

* Improvements to Internet Proxy support.
* New HID pointer device driver.
* Timezone database update.
* More exception fixes on ARM platforms.
* Various bug fixes.

while here, moved manpages from man/ to share/man/.

* FreeBSD 15.0/amd64: OK (tested with Factorio 64-bit)
* FreeBSD 14.0/amd64: OK (tested with cURL 64-bit)
* FreeBSD 13.2/amd64: OK (tested with cURL 64-bit)
* FreeBSD 14.0/i386: OK (tested with cURL 32-bit)

jbo: this is ok to commit
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-02-29 02:56:04 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7127338d6a2b8af61ff94c03657169463ac968aa

commit 7127338d6a2b8af61ff94c03657169463ac968aa
Author:     Lexi Winter <lexi@le-Fay.ORG>
AuthorDate: 2024-02-28 22:04:27 +0000
Commit:     Joel Bodenmann <jbo@FreeBSD.org>
CommitDate: 2024-02-29 02:43:19 +0000

    emulators/wine-devel: Update to 9.3

    Changelog: https://gitlab.winehq.org/wine/wine/-/releases/wine-9.3

    What's new in this release:
      * Improvements to Internet Proxy support.
      * New HID pointer device driver.
      * Timezone database update.
      * More exception fixes on ARM platforms.
      * Various bug fixes.

    While here, move manpages from man/ to share/man/.

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

 emulators/wine-devel/Makefile  |  3 +-
 emulators/wine-devel/distinfo  |  6 ++--
 emulators/wine-devel/pkg-plist | 69 ++++++++++++++++++++++++------------------
 3 files changed, 45 insertions(+), 33 deletions(-)
Comment 2 Joel Bodenmann freebsd_committer freebsd_triage 2024-02-29 02:57:03 UTC
Committed - Thanks!
Comment 3 Lexi Winter 2024-02-29 02:57:14 UTC
thanks!