mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
emulators/wine-devel: Update to Wine 8.20
This includes the following changes: - More DirectMusic implementation. - Protocol associations exported to the Unix desktop. - Code cleanups in preparation for code freeze. - Various bug fixes.
This commit is contained in:
parent
f598e35593
commit
22ca9450fa
@ -1,5 +1,5 @@
|
||||
PORTNAME= wine
|
||||
DISTVERSION= 8.19
|
||||
DISTVERSION= 8.20
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= https://dl.winehq.org/wine/source/8.x/
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1698786722
|
||||
SHA256 (wine-8.19.tar.xz) = 9253f81c8880ddcc9b7914974c2fc198485457a476683fa27a71fe73522ed31d
|
||||
SIZE (wine-8.19.tar.xz) = 29858012
|
||||
TIMESTAMP = 1699716498
|
||||
SHA256 (wine-8.20.tar.xz) = 48d6b76bd64305a202057fbc19d922c1f49625f6d1a9825927c0a18572739982
|
||||
SIZE (wine-8.20.tar.xz) = 29879412
|
||||
|
@ -1892,6 +1892,7 @@ lib/wine/%%WINEARCH%%-unix/msscript.ocx.so
|
||||
lib/wine/%%WINEARCH%%-unix/mssign32.dll.so
|
||||
lib/wine/%%WINEARCH%%-unix/mssip32.dll.so
|
||||
lib/wine/%%WINEARCH%%-unix/mstask.dll.so
|
||||
lib/wine/%%WINEARCH%%-unix/msttsengine.dll.so
|
||||
lib/wine/%%WINEARCH%%-unix/msv1_0.dll.so
|
||||
lib/wine/%%WINEARCH%%-unix/msv1_0.so
|
||||
lib/wine/%%WINEARCH%%-unix/msvcirt.dll.so
|
||||
@ -2679,6 +2680,7 @@ lib/wine/%%WINEARCH%%-windows/msscript.ocx
|
||||
lib/wine/%%WINEARCH%%-windows/mssign32.dll
|
||||
lib/wine/%%WINEARCH%%-windows/mssip32.dll
|
||||
lib/wine/%%WINEARCH%%-windows/mstask.dll
|
||||
lib/wine/%%WINEARCH%%-windows/msttsengine.dll
|
||||
lib/wine/%%WINEARCH%%-windows/msv1_0.dll
|
||||
lib/wine/%%WINEARCH%%-windows/msvcirt.dll
|
||||
lib/wine/%%WINEARCH%%-windows/msvcm80.dll
|
||||
|
Loading…
Reference in New Issue
Block a user