Date: Mon, 21 Oct 2019 11:48:57 +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: r515101 - head/emulators/wine-devel Message-ID: <201910211148.x9LBmvUr039786@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Mon Oct 21 11:48:57 2019 New Revision: 515101 URL: https://svnweb.freebsd.org/changeset/ports/515101 Log: Update to Wine 4.18. This includes the following changes: - Many new VBScript functions. - A number of cleanups and improvements in Quartz. - Fixes for several test failures. - Various bug fixes. Both the standard installation and the Staging patchset have gained new libraries. 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 Mon Oct 21 10:38:06 2019 (r515100) +++ head/emulators/wine-devel/Makefile Mon Oct 21 11:48:57 2019 (r515101) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 4.17 +DISTVERSION= 4.18 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Mon Oct 21 10:38:06 2019 (r515100) +++ head/emulators/wine-devel/distinfo Mon Oct 21 11:48:57 2019 (r515101) @@ -1,5 +1,5 @@ -TIMESTAMP = 1569769286 -SHA256 (wine-4.17.tar.xz) = 7480a1436687486996ba6cf91fef71b70e6dafffbf2c55ea2430094c1025b2ae -SIZE (wine-4.17.tar.xz) = 22230616 -SHA256 (v4.17.tar.gz) = 8c7ec7ca44641930d990286305bcfd6b027566d608ca9e3e9d7accff39d53a39 -SIZE (v4.17.tar.gz) = 9914906 +TIMESTAMP = 1571469845 +SHA256 (wine-4.18.tar.xz) = d10b0550215f789655a1c67db91a8afc0b4284416bae1869396f06e2db360e32 +SIZE (wine-4.18.tar.xz) = 22263936 +SHA256 (v4.18.tar.gz) = e34c0047004ac7ade8e55c273c8ecf0fa201a22f9fb1ab332c9e0a638e5089d0 +SIZE (v4.18.tar.gz) = 9917480 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Mon Oct 21 10:38:06 2019 (r515100) +++ head/emulators/wine-devel/pkg-plist Mon Oct 21 11:48:57 2019 (r515101) @@ -731,6 +731,7 @@ include/wine/windows/rtutils.h include/wine/windows/sal.h include/wine/windows/sapi.h include/wine/windows/sapi.idl +include/wine/windows/sapiaut.idl include/wine/windows/sapiddk.h include/wine/windows/sapiddk.idl include/wine/windows/scarderr.h @@ -1388,6 +1389,7 @@ lib/wine/dpnsvr.exe.so lib/wine/dpvoice.dll.so lib/wine/dpwsockx.dll.so lib/wine/drmclien.dll.so +%%STAGING%%lib/wine/dsdmo.dll.so lib/wine/dsound.dll.so lib/wine/dsquery.dll.so lib/wine/dssenh.dll.so @@ -1839,6 +1841,7 @@ lib/wine/fakedlls/dpnsvr.exe lib/wine/fakedlls/dpvoice.dll lib/wine/fakedlls/dpwsockx.dll lib/wine/fakedlls/drmclien.dll +%%STAGING%%lib/wine/fakedlls/dsdmo.dll lib/wine/fakedlls/dsound.dll lib/wine/fakedlls/dsquery.dll lib/wine/fakedlls/dssenh.dll
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910211148.x9LBmvUr039786>