Date: Fri, 10 Apr 2020 21:18:14 +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: r531339 - in head/emulators/wine-devel: . files Message-ID: <202004102118.03ALIEBo081203@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Fri Apr 10 21:18:13 2020 New Revision: 531339 URL: https://svnweb.freebsd.org/changeset/ports/531339 Log: Update to Wine 5.6. This includes the following changes: - Still more Media Foundation work. - Improvements to Active Directory LDAP support. - A few more modules converted to PE. - Improvements to gdb proxy mode. - Various bug fixes. My fix for a build problem on some versions of FreeBSD in files/patch-dlls-dbghelp has been accepted upstream, so remove here. The Wine Staging patch set is lagging once again; we'll add support once it's available. Deleted: head/emulators/wine-devel/files/patch-dlls-dbghelp 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 Fri Apr 10 20:09:31 2020 (r531338) +++ head/emulators/wine-devel/Makefile Fri Apr 10 21:18:13 2020 (r531339) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 5.5 +DISTVERSION= 5.6 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Fri Apr 10 20:09:31 2020 (r531338) +++ head/emulators/wine-devel/distinfo Fri Apr 10 21:18:13 2020 (r531339) @@ -1,5 +1,3 @@ -TIMESTAMP = 1585468461 -SHA256 (wine-5.5.tar.xz) = a0e3139b0beaa8cd0cd3fbafc96cd6097df615caa7045f377aeccce70cddf5fc -SIZE (wine-5.5.tar.xz) = 23630916 -SHA256 (v5.5.tar.gz) = 3559ed0f91dd9a863b4d3df70c41cdba385ce7a64f15102501a39e9f2c53b69c -SIZE (v5.5.tar.gz) = 9920540 +TIMESTAMP = 1586547097 +SHA256 (wine-5.6.tar.xz) = 50198a7e71d58fbdc521bbfde8b45bd9727b6cff5c8f101b586bc455d1bc00e6 +SIZE (wine-5.6.tar.xz) = 23678216 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Fri Apr 10 20:09:31 2020 (r531338) +++ head/emulators/wine-devel/pkg-plist Fri Apr 10 21:18:13 2020 (r531339) @@ -168,6 +168,7 @@ include/wine/windows/cmdbas.idl include/wine/windows/cmdtxt.idl include/wine/windows/cmnquery.h include/wine/windows/cmnquery.idl +include/wine/windows/codecapi.h include/wine/windows/colinf.idl include/wine/windows/colordlg.h include/wine/windows/comcat.h @@ -351,6 +352,7 @@ include/wine/windows/dplobby8.h include/wine/windows/dpnathlp.h include/wine/windows/drmexternals.h include/wine/windows/drmexternals.idl +include/wine/windows/dsclient.h include/wine/windows/dsconf.h include/wine/windows/dsgetdc.h include/wine/windows/dshow.h @@ -795,6 +797,8 @@ include/wine/windows/slerror.h include/wine/windows/slpublic.h include/wine/windows/snmp.h include/wine/windows/softpub.h +include/wine/windows/spatialaudioclient.h +include/wine/windows/spatialaudioclient.idl include/wine/windows/sperror.h include/wine/windows/sql.h include/wine/windows/sqlext.h @@ -1424,6 +1428,7 @@ lib/wine/dsdmo.dll.so lib/wine/dsound.dll.so lib/wine/dsquery.dll.so lib/wine/dssenh.dll.so +lib/wine/dsuiext.dll.so lib/wine/dswave.dll.so lib/wine/dwmapi.dll.so lib/wine/dwrite.dll.so @@ -1879,6 +1884,7 @@ lib/wine/fakedlls/dsdmo.dll lib/wine/fakedlls/dsound.dll lib/wine/fakedlls/dsquery.dll lib/wine/fakedlls/dssenh.dll +lib/wine/fakedlls/dsuiext.dll lib/wine/fakedlls/dswave.dll lib/wine/fakedlls/dwmapi.dll lib/wine/fakedlls/dwrite.dll
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004102118.03ALIEBo081203>