From owner-svn-ports-head@freebsd.org Fri Sep 28 21:53:27 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCC3410BA392; Fri, 28 Sep 2018 21:53:27 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9075F83A12; Fri, 28 Sep 2018 21:53:27 +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 8B59F1AB39; Fri, 28 Sep 2018 21:53:27 +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 w8SLrR8g017092; Fri, 28 Sep 2018 21:53:27 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8SLrR45017090; Fri, 28 Sep 2018 21:53:27 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201809282153.w8SLrR45017090@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Fri, 28 Sep 2018 21:53:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480884 - 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: 480884 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.27 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: Fri, 28 Sep 2018 21:53:28 -0000 Author: gerald Date: Fri Sep 28 21:53:26 2018 New Revision: 480884 URL: https://svnweb.freebsd.org/changeset/ports/480884 Log: Update to Wine 3.17. This includes the following changes: - Improved Shell Autocomplete support. - More implementation of OPC Services. - Improvements to the Pager common control. - 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 Fri Sep 28 21:40:10 2018 (r480883) +++ head/emulators/wine-devel/Makefile Fri Sep 28 21:53:26 2018 (r480884) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 3.16 +DISTVERSION= 3.17 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Fri Sep 28 21:40:10 2018 (r480883) +++ head/emulators/wine-devel/distinfo Fri Sep 28 21:53:26 2018 (r480884) @@ -1,5 +1,3 @@ -TIMESTAMP = 1537566755 -SHA256 (wine-3.16.tar.xz) = ad43bcf8f790c70a4d72e93c5bb818ed0d004c6a1fc6341d5d8fc7ab02a1a53c -SIZE (wine-3.16.tar.xz) = 21432308 -SHA256 (v3.16.tar.gz) = b7955b90e4cb415179a5a44f0511455ab4c0adc273753167a92f5d6a49a684aa -SIZE (v3.16.tar.gz) = 9928264 +TIMESTAMP = 1538170108 +SHA256 (wine-3.17.tar.xz) = 4cede2e1de426af2430abee84afd77379a1f4f05c3ec9cd4280110de54fccc21 +SIZE (wine-3.17.tar.xz) = 21457736 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Fri Sep 28 21:40:10 2018 (r480883) +++ head/emulators/wine-devel/pkg-plist Fri Sep 28 21:53:26 2018 (r480884) @@ -206,6 +206,8 @@ include/wine/windows/d3d11_3.h include/wine/windows/d3d11_3.idl include/wine/windows/d3d11_4.h include/wine/windows/d3d11_4.idl +include/wine/windows/d3d11on12.h +include/wine/windows/d3d11on12.idl include/wine/windows/d3d11sdklayers.h include/wine/windows/d3d11sdklayers.idl include/wine/windows/d3d11shader.h