mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
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.
This commit is contained in:
parent
ce0249b815
commit
1d7149682e
3 changed files with 8 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue