Date: Sat, 24 Oct 2020 11:41:35 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r553186 - head/emulators/wine-devel Message-ID: <202010241141.09OBfZib022556@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sat Oct 24 11:41:34 2020 New Revision: 553186 URL: https://svnweb.freebsd.org/changeset/ports/553186 Log: Update to Wine 5.20. This includes the following changes: - More work on the DSS cryptographic provider. - A number of fixes for windowless RichEdit. - Support for FLS callbacks. - Window resizing in the new console host. - Various bug fixes. Modified: head/emulators/wine-devel/Makefile head/emulators/wine-devel/distinfo head/emulators/wine-devel/pkg-plist Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Sat Oct 24 11:32:30 2020 (r553185) +++ head/emulators/wine-devel/Makefile Sat Oct 24 11:41:34 2020 (r553186) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 5.19 +DISTVERSION= 5.20 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Sat Oct 24 11:32:30 2020 (r553185) +++ head/emulators/wine-devel/distinfo Sat Oct 24 11:41:34 2020 (r553186) @@ -1,5 +1,3 @@ -TIMESTAMP = 1602411556 -SHA256 (wine-5.19.tar.xz) = 0020482b9eeae84ea1a1281323a4bcd1b17dbd45ea2e8beb3a10073787e697c7 -SIZE (wine-5.19.tar.xz) = 24201860 -SHA256 (v5.19.tar.gz) = 9a0e0e1a7a21ffcb7ffadbd84d45875ef6ece86967b2815bca80792dffd48b78 -SIZE (v5.19.tar.gz) = 10348478 +TIMESTAMP = 1603488676 +SHA256 (wine-5.20.tar.xz) = 8f5522f8cebebdbaa12f58e1ba671a11f66372e0aedf74fb932cf5a89390861c +SIZE (wine-5.20.tar.xz) = 24177960 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Sat Oct 24 11:32:30 2020 (r553185) +++ head/emulators/wine-devel/pkg-plist Sat Oct 24 11:41:34 2020 (r553186) @@ -1450,6 +1450,7 @@ lib/wine/dmusic.dll.so lib/wine/dmusic32.dll.so lib/wine/dnsapi.dll.so lib/wine/dplay.dll.so +lib/wine/dplaysvr.exe.so lib/wine/dplayx.dll.so lib/wine/dpnaddr.dll.so lib/wine/dpnet.dll.so @@ -1457,6 +1458,7 @@ lib/wine/dpnhpast.dll.so lib/wine/dpnlobby.dll.so lib/wine/dpnsvr.exe.so lib/wine/dpvoice.dll.so +lib/wine/dpvsetup.exe.so lib/wine/dpwsockx.dll.so lib/wine/drmclien.dll.so lib/wine/dsdmo.dll.so @@ -1915,6 +1917,7 @@ lib/wine/fakedlls/dmusic.dll lib/wine/fakedlls/dmusic32.dll lib/wine/fakedlls/dnsapi.dll lib/wine/fakedlls/dplay.dll +lib/wine/fakedlls/dplaysvr.exe lib/wine/fakedlls/dplayx.dll lib/wine/fakedlls/dpnaddr.dll lib/wine/fakedlls/dpnet.dll @@ -1922,6 +1925,7 @@ lib/wine/fakedlls/dpnhpast.dll lib/wine/fakedlls/dpnlobby.dll lib/wine/fakedlls/dpnsvr.exe lib/wine/fakedlls/dpvoice.dll +lib/wine/fakedlls/dpvsetup.exe lib/wine/fakedlls/dpwsockx.dll lib/wine/fakedlls/drmclien.dll lib/wine/fakedlls/dsdmo.dll @@ -3147,6 +3151,7 @@ lib/wine/wimgapi.dll.so %%WINE32%%lib/wine/windebug.dll16.so %%STAGING%%lib/wine/windows.gaming.input.dll.so lib/wine/windowscodecs.dll.so +lib/wine/windowscodecs.so lib/wine/windowscodecsext.dll.so lib/wine/wineboot.exe.so lib/wine/winebrowser.exe.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010241141.09OBfZib022556>