Skip to content

Commit

Permalink
emulators/wine-devel: Update to Wine 6.10
Browse files Browse the repository at this point in the history
This brings the following changes:
 - Shell folders naming scheme follows recent Windows.
 - WinePulse library converted to PE.
 - More math functions from Musl in the C runtime.
 - Various bug fixes.
 - And the Mono engine has been updated to version 6.2.0.
  • Loading branch information
Gerald Pfeifer authored and Gerald Pfeifer committed Jun 7, 2021
1 parent e8aa959 commit 0c075c3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion emulators/wine-devel/Makefile
@@ -1,7 +1,7 @@
# Created by: Gerald Pfeifer <gerald@FreeBSD.org>

PORTNAME= wine
DISTVERSION= 6.9
DISTVERSION= 6.10
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/Source \
Expand Down
10 changes: 5 additions & 5 deletions emulators/wine-devel/distinfo
@@ -1,5 +1,5 @@
TIMESTAMP = 1621755941
SHA256 (wine-6.9.tar.xz) = 18554e601def86a9a20172b085c66832914fc21e75d555f6e54ff89e7eae5bfe
SIZE (wine-6.9.tar.xz) = 24526724
SHA256 (v6.9.tar.gz) = e6d66bde51ccab97adb2ea968e8713e64e28f427abfafa7e4b64fceb3a69e211
SIZE (v6.9.tar.gz) = 9687986
TIMESTAMP = 1622906152
SHA256 (wine-6.10.tar.xz) = 58ede148482d49188262d5a2d0c9d700a74c69c51ccaa11c5adf63d3f314419f
SIZE (wine-6.10.tar.xz) = 24562432
SHA256 (v6.10.tar.gz) = fe3fbea8b31eab63c5aec0418041e012dc3f7fc7951b8df97e42d542041f01df
SIZE (v6.10.tar.gz) = 9673740
8 changes: 8 additions & 0 deletions emulators/wine-devel/pkg-plist
Expand Up @@ -975,6 +975,10 @@ include/wine/windows/windows.media.devices.h
include/wine/windows/windows.media.devices.idl
include/wine/windows/windows.media.speechsynthesis.h
include/wine/windows/windows.media.speechsynthesis.idl
%%STAGING%%include/wine/windows/windows.networking.connectivity.h
%%STAGING%%include/wine/windows/windows.networking.connectivity.idl
%%STAGING%%include/wine/windows/windows.networking.h
%%STAGING%%include/wine/windows/windows.networking.idl
include/wine/windows/windows.system.h
include/wine/windows/windows.system.idl
include/wine/windows/windows.system.userprofile.h
Expand Down Expand Up @@ -2146,6 +2150,7 @@ lib/wine/%%WINEARCH%%-unix/softpub.dll.so
%%WINE32%%lib/wine/%%WINEARCH%%-unix/sound.drv16.so
lib/wine/%%WINEARCH%%-unix/spoolss.dll.so
lib/wine/%%WINEARCH%%-unix/spoolsv.exe.so
lib/wine/%%WINEARCH%%-unix/sppc.dll.so
lib/wine/%%WINEARCH%%-unix/srclient.dll.so
lib/wine/%%WINEARCH%%-unix/srvcli.dll.so
lib/wine/%%WINEARCH%%-unix/sspicli.dll.so
Expand Down Expand Up @@ -2243,6 +2248,7 @@ lib/wine/%%WINEARCH%%-unix/windows.gaming.input.dll.so
lib/wine/%%WINEARCH%%-unix/windows.globalization.dll.so
lib/wine/%%WINEARCH%%-unix/windows.media.devices.dll.so
lib/wine/%%WINEARCH%%-unix/windows.media.speech.dll.so
%%STAGING%%lib/wine/%%WINEARCH%%-unix/windows.networking.connectivity.so
lib/wine/%%WINEARCH%%-unix/windowscodecs.dll.so
lib/wine/%%WINEARCH%%-unix/windowscodecs.so
lib/wine/%%WINEARCH%%-unix/windowscodecsext.dll.so
Expand Down Expand Up @@ -3163,6 +3169,7 @@ lib/wine/%%WINEARCH%%-windows/softpub.dll
%%WINE32%%lib/wine/%%WINEARCH%%-windows/sound.drv16
lib/wine/%%WINEARCH%%-windows/spoolss.dll
lib/wine/%%WINEARCH%%-windows/spoolsv.exe
lib/wine/%%WINEARCH%%-windows/sppc.dll
lib/wine/%%WINEARCH%%-windows/srclient.dll
lib/wine/%%WINEARCH%%-windows/srvcli.dll
lib/wine/%%WINEARCH%%-windows/sspicli.dll
Expand Down Expand Up @@ -3258,6 +3265,7 @@ lib/wine/%%WINEARCH%%-windows/windows.gaming.input.dll
lib/wine/%%WINEARCH%%-windows/windows.globalization.dll
lib/wine/%%WINEARCH%%-windows/windows.media.devices.dll
lib/wine/%%WINEARCH%%-windows/windows.media.speech.dll
%%STAGING%%lib/wine/%%WINEARCH%%-windows/windows.networking.connectivity
lib/wine/%%WINEARCH%%-windows/windowscodecs.dll
lib/wine/%%WINEARCH%%-windows/windowscodecsext.dll
lib/wine/%%WINEARCH%%-windows/wineboot.exe
Expand Down

0 comments on commit 0c075c3

Please sign in to comment.