Date: Sun, 9 Feb 2025 09:14:39 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: 1d7149682ea0 - main - emulators/wine-devel: Update to Wine 10.1 Message-ID: <202502090914.5199EdCY094097@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=1d7149682ea054f3df56085ee88fabb4ded4466f commit 1d7149682ea054f3df56085ee88fabb4ded4466f Author: Gerald Pfeifer <gerald@FreeBSD.org> AuthorDate: 2025-02-09 09:13:34 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2025-02-09 09:14:18 +0000 emulators/wine-devel: Update to Wine 10.1 This is the first snapshot of the Wine 10.x branch, and the first after the Wine 10.0 release. It includes the following changes: - A wide range of changes that were deferred during code freeze. - Root certificates fixes for Battle.net. - Print Provider improvements. - More progress on the Bluetooth driver. - Various bug fixes. --- emulators/wine-devel/Makefile | 4 ++-- emulators/wine-devel/distinfo | 6 +++--- emulators/wine-devel/pkg-plist | 3 +++ 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 38718b79b3a0..d0410003b933 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -1,8 +1,8 @@ PORTNAME= wine -DISTVERSION= 10.0-rc5 +DISTVERSION= 10.1 PORTEPOCH= 1 CATEGORIES= emulators -MASTER_SITES= https://dl.winehq.org/wine/source/10.0/ +MASTER_SITES= https://dl.winehq.org/wine/source/10.x/ PKGNAMESUFFIX= -devel MAINTAINER= ports@FreeBSD.org diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index bab7d66da773..870ec81f9689 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1736683554 -SHA256 (wine-10.0-rc5.tar.xz) = ec894f7b5c07d2d4c21d534d7f4394667b8ef27807e30e21289869a74d976ed2 -SIZE (wine-10.0-rc5.tar.xz) = 32000208 +TIMESTAMP = 1739013551 +SHA256 (wine-10.1.tar.xz) = 63471e37b1a515795ff3368d26a039261660e1377cb427d1b61b3a7b76091663 +SIZE (wine-10.1.tar.xz) = 32026152 diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index 0bfd77c65e01..795ddf432a6c 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -294,6 +294,8 @@ include/wine/windows/d3d8caps.h include/wine/windows/d3d8types.h include/wine/windows/d3d9.h include/wine/windows/d3d9caps.h +include/wine/windows/d3d9on12.h +include/wine/windows/d3d9on12.idl include/wine/windows/d3d9types.h include/wine/windows/d3dcaps.h include/wine/windows/d3dcommon.h @@ -2558,6 +2560,7 @@ lib/wine/%%WINEARCH%%-windows/windows.security.credentials.ui.userconsentverifie lib/wine/%%WINEARCH%%-windows/windows.storage.applicationdata.dll lib/wine/%%WINEARCH%%-windows/windows.system.profile.systemmanufacturers.dll lib/wine/%%WINEARCH%%-windows/windows.ui.dll +lib/wine/%%WINEARCH%%-windows/windows.ui.xaml.dll lib/wine/%%WINEARCH%%-windows/windows.web.dll lib/wine/%%WINEARCH%%-windows/windowscodecs.dll lib/wine/%%WINEARCH%%-windows/windowscodecsext.dll
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502090914.5199EdCY094097>