From owner-svn-ports-head@freebsd.org Tue Oct 20 15:54:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF338A1972C; Tue, 20 Oct 2015 15:54:38 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7AC64F20; Tue, 20 Oct 2015 15:54:38 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9KFsbFo078855; Tue, 20 Oct 2015 15:54:37 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9KFsbLA078852; Tue, 20 Oct 2015 15:54:37 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201510201554.t9KFsbLA078852@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Tue, 20 Oct 2015 15:54:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399865 - head/emulators/wine-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Oct 2015 15:54:38 -0000 Author: gerald Date: Tue Oct 20 15:54:37 2015 New Revision: 399865 URL: https://svnweb.freebsd.org/changeset/ports/399865 Log: Update to Wine 1.7.53. This includes the following changes: - Support for the various versions of XAudio. - More implementation of the Web Services DLL. - Improved OLE object embedding. - Various code cleanups in Direct3D. - 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 Tue Oct 20 15:44:29 2015 (r399864) +++ head/emulators/wine-devel/Makefile Tue Oct 20 15:54:37 2015 (r399865) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.7.52 +DISTVERSION= 1.7.53 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Tue Oct 20 15:44:29 2015 (r399864) +++ head/emulators/wine-devel/distinfo Tue Oct 20 15:54:37 2015 (r399865) @@ -1,4 +1,4 @@ -SHA256 (wine-1.7.52.tar.bz2) = 0773b32a0c358323db4c383ceb1e9e28d5d4ed4ea37570af2bcb41fecf0d554b -SIZE (wine-1.7.52.tar.bz2) = 22707539 -SHA256 (v1.7.52.tar.gz) = 84354a10e4226b5e456abb6d5727f4514c79d537ca809bb114a945830166cd73 -SIZE (v1.7.52.tar.gz) = 9654310 +SHA256 (wine-1.7.53.tar.bz2) = efba70b106cde683a50a4b1f42df3d900f8ffc291a3689cb897afcc12cc2c6a3 +SIZE (wine-1.7.53.tar.bz2) = 22763993 +SHA256 (v1.7.53.tar.gz) = 438f41165987a57635694dba2f67cc435cd630581b13cafe0c85daacf37a102a +SIZE (v1.7.53.tar.gz) = 9638222 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Tue Oct 20 15:44:29 2015 (r399864) +++ head/emulators/wine-devel/pkg-plist Tue Oct 20 15:54:37 2015 (r399865) @@ -731,6 +731,7 @@ include/wine/windows/wia_lh.h include/wine/windows/wia_lh.idl include/wine/windows/wia_xp.h include/wine/windows/wia_xp.idl +include/wine/windows/wiadef.h include/wine/windows/winbase.h include/wine/windows/wincodec.h include/wine/windows/wincodec.idl @@ -1676,6 +1677,7 @@ lib/wine/fakedlls/vbscript.dll lib/wine/fakedlls/vcomp.dll lib/wine/fakedlls/vcomp100.dll lib/wine/fakedlls/vcomp110.dll +lib/wine/fakedlls/vcomp120.dll lib/wine/fakedlls/vcomp90.dll %%STAGING%%lib/wine/fakedlls/vcruntime140.dll %%WINE32%%lib/wine/fakedlls/vdhcp.vxd @@ -1763,6 +1765,7 @@ lib/wine/fakedlls/wtsapi32.dll lib/wine/fakedlls/wuapi.dll lib/wine/fakedlls/wuaueng.dll lib/wine/fakedlls/wusa.exe +lib/wine/fakedlls/x3daudio1_0.dll lib/wine/fakedlls/x3daudio1_1.dll lib/wine/fakedlls/x3daudio1_2.dll lib/wine/fakedlls/x3daudio1_3.dll @@ -1771,9 +1774,17 @@ lib/wine/fakedlls/x3daudio1_5.dll lib/wine/fakedlls/x3daudio1_6.dll lib/wine/fakedlls/x3daudio1_7.dll lib/wine/fakedlls/xapofx1_1.dll +lib/wine/fakedlls/xapofx1_2.dll lib/wine/fakedlls/xapofx1_3.dll lib/wine/fakedlls/xapofx1_4.dll lib/wine/fakedlls/xapofx1_5.dll +lib/wine/fakedlls/xaudio2_0.dll +lib/wine/fakedlls/xaudio2_1.dll +lib/wine/fakedlls/xaudio2_2.dll +lib/wine/fakedlls/xaudio2_3.dll +lib/wine/fakedlls/xaudio2_4.dll +lib/wine/fakedlls/xaudio2_5.dll +lib/wine/fakedlls/xaudio2_6.dll lib/wine/fakedlls/xaudio2_8.dll lib/wine/fakedlls/xcopy.exe lib/wine/fakedlls/xinput1_1.dll @@ -2020,6 +2031,7 @@ lib/wine/libws2_32.def lib/wine/libwsnmp32.def lib/wine/libwsock32.def lib/wine/libwtsapi32.def +lib/wine/libx3daudio1_7.def lib/wine/libxinput.def lib/wine/libxmllite.def lib/wine/loadperf.dll.so @@ -2283,6 +2295,7 @@ lib/wine/vbscript.dll.so lib/wine/vcomp.dll.so lib/wine/vcomp100.dll.so lib/wine/vcomp110.dll.so +lib/wine/vcomp120.dll.so lib/wine/vcomp90.dll.so %%STAGING%%lib/wine/vcruntime140.dll.so %%WINE32%%lib/wine/vdhcp.vxd.so @@ -2370,6 +2383,7 @@ lib/wine/wtsapi32.dll.so lib/wine/wuapi.dll.so lib/wine/wuaueng.dll.so lib/wine/wusa.exe.so +lib/wine/x3daudio1_0.dll.so lib/wine/x3daudio1_1.dll.so lib/wine/x3daudio1_2.dll.so lib/wine/x3daudio1_3.dll.so @@ -2378,9 +2392,17 @@ lib/wine/x3daudio1_5.dll.so lib/wine/x3daudio1_6.dll.so lib/wine/x3daudio1_7.dll.so lib/wine/xapofx1_1.dll.so +lib/wine/xapofx1_2.dll.so lib/wine/xapofx1_3.dll.so lib/wine/xapofx1_4.dll.so lib/wine/xapofx1_5.dll.so +lib/wine/xaudio2_0.dll.so +lib/wine/xaudio2_1.dll.so +lib/wine/xaudio2_2.dll.so +lib/wine/xaudio2_3.dll.so +lib/wine/xaudio2_4.dll.so +lib/wine/xaudio2_5.dll.so +lib/wine/xaudio2_6.dll.so lib/wine/xaudio2_8.dll.so lib/wine/xcopy.exe.so lib/wine/xinput1_1.dll.so