Date: Sat, 20 May 2017 16:46:53 +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: r441319 - head/emulators/wine-devel Message-ID: <201705201646.v4KGkrbC009985@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sat May 20 16:46:53 2017 New Revision: 441319 URL: https://svnweb.freebsd.org/changeset/ports/441319 Log: Update to Wine 2.8. This includes the following changes: - Direct3D command stream runs asynchronously. - Better serial and parallel ports autodetection. - Still more fixes for high DPI settings. - 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 May 20 16:06:06 2017 (r441318) +++ head/emulators/wine-devel/Makefile Sat May 20 16:46:53 2017 (r441319) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 2.7 +DISTVERSION= 2.8 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Sat May 20 16:06:06 2017 (r441318) +++ head/emulators/wine-devel/distinfo Sat May 20 16:46:53 2017 (r441319) @@ -1,5 +1,5 @@ -TIMESTAMP = 1493821362 -SHA256 (wine-2.7.tar.xz) = e55a43088e313c45f7ab49272b7cb441c06f5659fb4220b2325dc060db0ee14c -SIZE (wine-2.7.tar.xz) = 19101108 -SHA256 (v2.7.tar.gz) = 3095f9c634f00b143c2407dce8c3f29c629ec95074cf14c8e8dc2e0cdba45b6d -SIZE (v2.7.tar.gz) = 10018082 +TIMESTAMP = 1495296270 +SHA256 (wine-2.8.tar.xz) = 83e9607af66d86020dc27a368ebba28fa7e8ffecfdf8f149da06b3531ac3e579 +SIZE (wine-2.8.tar.xz) = 19120740 +SHA256 (v2.8.tar.gz) = 8680614be6c3b01c7c577eb6924fc05cc3de92394384939dd5b2e12e08235fff +SIZE (v2.8.tar.gz) = 10043842 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Sat May 20 16:06:06 2017 (r441318) +++ head/emulators/wine-devel/pkg-plist Sat May 20 16:46:53 2017 (r441319) @@ -302,6 +302,8 @@ include/wine/windows/dplay8.h include/wine/windows/dplobby.h include/wine/windows/dplobby8.h include/wine/windows/dpnathlp.h +include/wine/windows/drmexternals.h +include/wine/windows/drmexternals.idl include/wine/windows/dsconf.h include/wine/windows/dsgetdc.h include/wine/windows/dshow.h @@ -822,6 +824,8 @@ include/wine/windows/winuser.h include/wine/windows/winuser.rh include/wine/windows/winver.h include/wine/windows/wlanapi.h +include/wine/windows/wmdrmsdk.h +include/wine/windows/wmdrmsdk.idl include/wine/windows/wmistr.h include/wine/windows/wmium.h include/wine/windows/wmiutils.h @@ -846,6 +850,7 @@ include/wine/windows/wsdbase.idl include/wine/windows/wsddisco.h include/wine/windows/wsddisco.idl include/wine/windows/wsdtypes.h +include/wine/windows/wsdutil.h include/wine/windows/wsdxml.h include/wine/windows/wsdxml.idl include/wine/windows/wsdxmldom.h @@ -1247,6 +1252,7 @@ lib/wine/expand.exe.so lib/wine/explorer.exe.so lib/wine/explorerframe.dll.so %%STAGING%%lib/wine/ext-ms-win-appmodel-usercontext-l1-1-0.dll.so +lib/wine/ext-ms-win-authz-context-l1-1-0.dll.so lib/wine/ext-ms-win-domainjoin-netjoin-l1-1-0.dll.so lib/wine/ext-ms-win-gdi-dc-create-l1-1-1.dll.so lib/wine/ext-ms-win-gdi-dc-l1-2-0.dll.so @@ -1614,6 +1620,7 @@ lib/wine/fakedlls/expand.exe lib/wine/fakedlls/explorer.exe lib/wine/fakedlls/explorerframe.dll %%STAGING%%lib/wine/fakedlls/ext-ms-win-appmodel-usercontext-l1-1-0.dll +lib/wine/fakedlls/ext-ms-win-authz-context-l1-1-0.dll lib/wine/fakedlls/ext-ms-win-domainjoin-netjoin-l1-1-0.dll lib/wine/fakedlls/ext-ms-win-gdi-dc-create-l1-1-1.dll lib/wine/fakedlls/ext-ms-win-gdi-dc-l1-2-0.dll @@ -2239,6 +2246,7 @@ lib/wine/libkernel32.def lib/wine/libloadperf.def lib/wine/liblz32.def lib/wine/libmapi32.def +lib/wine/libmfplat.def lib/wine/libmlang.def lib/wine/libmpr.def lib/wine/libmprapi.def
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705201646.v4KGkrbC009985>