Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2024 15:34:47 GMT
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e8e15e3903c8 - main - emulators/wine-devel: Update to Wine 9.4
Message-ID:  <202403231534.42NFYlOd071890@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gerald:

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

commit e8e15e3903c8f8317235e02fe7efc810b2e6c373
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2024-03-23 15:32:29 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2024-03-23 15:34:30 +0000

    emulators/wine-devel: Update to Wine 9.4
    
    This includes the following changes:
     - Bundled vkd3d upgraded to version 1.11.
     - Initial OpenGL support in the Wayland driver (which we don't use).
     - Support for elevating process privileges.
     - More HID pointer improvements.
     - Various bug fixes.
---
 emulators/wine-devel/Makefile  | 2 +-
 emulators/wine-devel/distinfo  | 6 +++---
 emulators/wine-devel/pkg-plist | 1 +
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 2fc29852418d..ee1c5f401e3e 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	wine
-DISTVERSION=	9.3
+DISTVERSION=	9.4
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	https://dl.winehq.org/wine/source/9.x/
diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo
index 394bcb31060e..da5198c1990f 100644
--- a/emulators/wine-devel/distinfo
+++ b/emulators/wine-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1709156707
-SHA256 (wine-9.3.tar.xz) = 148b2e34147d1fa148415637c723c99f4376e92c84e90cc1d0e00ad4ed3b1793
-SIZE (wine-9.3.tar.xz) = 30098792
+TIMESTAMP = 1711189329
+SHA256 (wine-9.4.tar.xz) = c55ff9957612549b8c7df7cddc79d7a00d19157d05b371148bf08d4ddf768ec6
+SIZE (wine-9.4.tar.xz) = 30166096
diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist
index 8b00311c764c..2a67a96e4f3c 100644
--- a/emulators/wine-devel/pkg-plist
+++ b/emulators/wine-devel/pkg-plist
@@ -889,6 +889,7 @@ include/wine/windows/rstinf.idl
 include/wine/windows/rstloc.idl
 include/wine/windows/rstnot.idl
 include/wine/windows/rstupd.idl
+include/wine/windows/rtlsupportapi.h
 include/wine/windows/rtutils.h
 include/wine/windows/rtworkq.h
 include/wine/windows/rtworkq.idl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403231534.42NFYlOd071890>