From owner-svn-ports-head@freebsd.org Sun Aug 18 07:36:04 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CB068BED1F; Sun, 18 Aug 2019 07:36:04 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46B84N53BVz4F7f; Sun, 18 Aug 2019 07:36:04 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A41AF269EC; Sun, 18 Aug 2019 07:36:04 +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 x7I7a4Sr062702; Sun, 18 Aug 2019 07:36:04 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7I7a3Cm062699; Sun, 18 Aug 2019 07:36:03 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201908180736.x7I7a3Cm062699@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 18 Aug 2019 07:36:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509189 - head/emulators/wine-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/emulators/wine-devel X-SVN-Commit-Revision: 509189 X-SVN-Commit-Repository: ports 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.29 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: Sun, 18 Aug 2019 07:36:04 -0000 Author: gerald Date: Sun Aug 18 07:36:03 2019 New Revision: 509189 URL: https://svnweb.freebsd.org/changeset/ports/509189 Log: Update to Wine 4.14. This includes the following changes: - New version of the Mono engine (4.9.2) with upstream updates. - 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 Sun Aug 18 07:31:56 2019 (r509188) +++ head/emulators/wine-devel/Makefile Sun Aug 18 07:36:03 2019 (r509189) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 4.13 -PORTREVISION= 1 +DISTVERSION= 4.14 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -92,7 +91,7 @@ LDAP_USE= OPENLDAP=yes LIBXSLT_CONFIGURE_WITH= xslt LIBXSLT_LIB_DEPENDS= libxslt.so:textproc/libxslt -MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-4.9.0.msi:emulators/wine-mono-devel +MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-4.9.2.msi:emulators/wine-mono-devel MPG123_CONFIGURE_WITH= mpg123 MPG123_LIB_DEPENDS= libmpg123.so:audio/mpg123 Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Sun Aug 18 07:31:56 2019 (r509188) +++ head/emulators/wine-devel/distinfo Sun Aug 18 07:36:03 2019 (r509189) @@ -1,5 +1,5 @@ -TIMESTAMP = 1564860042 -SHA256 (wine-4.13.tar.xz) = 79174151cbc403250d4727dc9c55df8d6a60a2fe28343642c2452a92c6431d67 -SIZE (wine-4.13.tar.xz) = 22137820 -SHA256 (v4.13.tar.gz) = e9b01570092c2e7659119e0ff5d71e7733209b47b065495c073332c0bbe906a3 -SIZE (v4.13.tar.gz) = 9913015 +TIMESTAMP = 1566027937 +SHA256 (wine-4.14.tar.xz) = dad56e090c7466d10fdce72cb379b7acc366159fc8b46058f710645de65081e6 +SIZE (wine-4.14.tar.xz) = 22151304 +SHA256 (v4.14.tar.gz) = d25ca6fa48b0a2ed812b4d72c4939c52937c3df2d4518061e2c2899655865c73 +SIZE (v4.14.tar.gz) = 9910499 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Sun Aug 18 07:31:56 2019 (r509188) +++ head/emulators/wine-devel/pkg-plist Sun Aug 18 07:36:03 2019 (r509189) @@ -32,6 +32,7 @@ include/wine/svcctl.h include/wine/svcctl.idl include/wine/msvcrt/assert.h include/wine/msvcrt/conio.h +include/wine/msvcrt/corecrt.h include/wine/msvcrt/crtdbg.h include/wine/msvcrt/crtdefs.h include/wine/msvcrt/ctype.h @@ -804,6 +805,7 @@ include/wine/windows/tlogstg.idl include/wine/windows/tmschema.h include/wine/windows/tom.h include/wine/windows/tom.idl +include/wine/windows/tpcshrd.h include/wine/windows/traffic.h include/wine/windows/transact.h include/wine/windows/transact.idl @@ -2258,6 +2260,7 @@ lib/wine/fakedlls/usbd.sys lib/wine/fakedlls/user32.dll lib/wine/fakedlls/userenv.dll lib/wine/fakedlls/usp10.dll +lib/wine/fakedlls/utildll.dll lib/wine/fakedlls/uxtheme.dll lib/wine/fakedlls/vbscript.dll lib/wine/fakedlls/vcomp.dll @@ -2340,6 +2343,7 @@ lib/wine/fakedlls/wintrust.dll lib/wine/fakedlls/winusb.dll lib/wine/fakedlls/winver.exe lib/wine/fakedlls/wlanapi.dll +lib/wine/fakedlls/wlanui.dll lib/wine/fakedlls/wldap32.dll lib/wine/fakedlls/wmasf.dll lib/wine/fakedlls/wmi.dll @@ -2949,6 +2953,7 @@ lib/wine/usbd.sys.so lib/wine/user32.dll.so lib/wine/userenv.dll.so lib/wine/usp10.dll.so +lib/wine/utildll.dll.so lib/wine/uxtheme.dll.so lib/wine/vbscript.dll.so lib/wine/vcomp.dll.so @@ -3031,6 +3036,7 @@ lib/wine/wintrust.dll.so lib/wine/winusb.dll.so lib/wine/winver.exe.so lib/wine/wlanapi.dll.so +lib/wine/wlanui.dll.so lib/wine/wldap32.dll.so lib/wine/wmasf.dll.so lib/wine/wmi.dll.so