mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
Update to Wine 6.4. This includes the following changes:
- Support for the DTLS protocol. - Fontset support in DirectWrite. - Dialog for editing Access Control entries. - Theming support for a few more common controls. - Support for Korean Wansung encoding. - Various bug fixes.
This commit is contained in:
parent
8478359e41
commit
ae45a4d04e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=568379
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= wine
|
||||
DISTVERSION= 6.3
|
||||
DISTVERSION= 6.4
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF/${PORTNAME}/Source \
|
||||
|
@ -1,5 +1,3 @@
|
||||
TIMESTAMP = 1614415004
|
||||
SHA256 (wine-6.3.tar.xz) = 682a77c1fd12f56347ca2080d85fe17def1b655d3241d94582f87591d9d0cc3b
|
||||
SIZE (wine-6.3.tar.xz) = 24301496
|
||||
SHA256 (v6.3.tar.gz) = c490127b2bbbe326923ad32a5b730dc4d7541a07085a9553929b64b52a556c58
|
||||
SIZE (v6.3.tar.gz) = 9796930
|
||||
TIMESTAMP = 1615661908
|
||||
SHA256 (wine-6.4.tar.xz) = 1b2d2b453d90d6c2d7124e47faeae50e5c54c25f69bee1d06531843261024c8f
|
||||
SIZE (wine-6.4.tar.xz) = 24340220
|
||||
|
@ -184,6 +184,7 @@ include/wine/windows/cmnquery.idl
|
||||
include/wine/windows/codecapi.h
|
||||
include/wine/windows/colinf.idl
|
||||
include/wine/windows/colordlg.h
|
||||
include/wine/windows/colrst.idl
|
||||
include/wine/windows/comcat.h
|
||||
include/wine/windows/comcat.idl
|
||||
include/wine/windows/commctrl.h
|
||||
@ -1168,6 +1169,7 @@ lib/wine/api-ms-win-core-job-l1-1-0.dll.so
|
||||
lib/wine/api-ms-win-core-job-l2-1-0.dll.so
|
||||
lib/wine/api-ms-win-core-kernel32-legacy-l1-1-0.dll.so
|
||||
lib/wine/api-ms-win-core-kernel32-legacy-l1-1-1.dll.so
|
||||
lib/wine/api-ms-win-core-kernel32-legacy-l1-1-2.dll.so
|
||||
lib/wine/api-ms-win-core-kernel32-private-l1-1-1.dll.so
|
||||
lib/wine/api-ms-win-core-largeinteger-l1-1-0.dll.so
|
||||
lib/wine/api-ms-win-core-libraryloader-l1-1-0.dll.so
|
||||
@ -1654,6 +1656,7 @@ lib/wine/fakedlls/api-ms-win-core-job-l1-1-0.dll
|
||||
lib/wine/fakedlls/api-ms-win-core-job-l2-1-0.dll
|
||||
lib/wine/fakedlls/api-ms-win-core-kernel32-legacy-l1-1-0.dll
|
||||
lib/wine/fakedlls/api-ms-win-core-kernel32-legacy-l1-1-1.dll
|
||||
lib/wine/fakedlls/api-ms-win-core-kernel32-legacy-l1-1-2.dll
|
||||
lib/wine/fakedlls/api-ms-win-core-kernel32-private-l1-1-1.dll
|
||||
lib/wine/fakedlls/api-ms-win-core-largeinteger-l1-1-0.dll
|
||||
lib/wine/fakedlls/api-ms-win-core-libraryloader-l1-1-0.dll
|
||||
@ -3445,6 +3448,7 @@ share/applications/wine.desktop
|
||||
%%DATADIR%%/nls/c_20127.nls
|
||||
%%DATADIR%%/nls/c_20866.nls
|
||||
%%DATADIR%%/nls/c_20932.nls
|
||||
%%DATADIR%%/nls/c_20949.nls
|
||||
%%DATADIR%%/nls/c_21866.nls
|
||||
%%DATADIR%%/nls/c_28591.nls
|
||||
%%DATADIR%%/nls/c_28592.nls
|
||||
|
Loading…
Reference in New Issue
Block a user