diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-06-07 05:45:10 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-06-07 05:47:05 +0000 |
commit | 0c075c34730868649471217ad2d975ce8b671e1d (patch) | |
tree | c21bdf6ebeecbfb3a51b62818741391cd6ee26e6 | |
parent | e8aa9591b338dee8335d4d4ccf088871bdb78b54 (diff) | |
download | ports-0c075c34730868649471217ad2d975ce8b671e1d.tar.gz ports-0c075c34730868649471217ad2d975ce8b671e1d.zip |
emulators/wine-devel: Update to Wine 6.10
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.
-rw-r--r-- | emulators/wine-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 10 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 8 |
3 files changed, 14 insertions, 6 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index da5cbfad8ee4..d1fb99515f42 100644 --- a/emulators/wine-devel/Makefile +++ b/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 \ diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index 1c8f99fb40c2..b6fa196846d1 100644 --- a/emulators/wine-devel/distinfo +++ b/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 diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index 3247a80e1df5..12929545005a 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 |