From owner-svn-ports-head@freebsd.org Thu Mar 5 08:58:50 2020 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 E70F2262D2B; Thu, 5 Mar 2020 08:58:50 +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 48Y4RX4MZjz4Xkv; Thu, 5 Mar 2020 08:58:48 +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 2F4204B2C; Thu, 5 Mar 2020 08:58:48 +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 0258wlXf049320; Thu, 5 Mar 2020 08:58:47 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0258wlLo049317; Thu, 5 Mar 2020 08:58:47 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <202003050858.0258wlLo049317@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Thu, 5 Mar 2020 08:58:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527817 - 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: 527817 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: Thu, 05 Mar 2020 08:58:51 -0000 Author: gerald Date: Thu Mar 5 08:58:47 2020 New Revision: 527817 URL: https://svnweb.freebsd.org/changeset/ports/527817 Log: Re-apply the main part of r527613 | gerald | 2020-03-02 that covers the update to Wine 5.3: Update to Wine 5.3. This includes the following changes: - More work towards Ucrtbase runtime support. - Full support for Unicode normalization. - Improvements in Shell Folders handling. - 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 Thu Mar 5 08:47:28 2020 (r527816) +++ head/emulators/wine-devel/Makefile Thu Mar 5 08:58:47 2020 (r527817) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 5.2 +DISTVERSION= 5.3 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Thu Mar 5 08:47:28 2020 (r527816) +++ head/emulators/wine-devel/distinfo Thu Mar 5 08:58:47 2020 (r527817) @@ -1,5 +1,5 @@ -TIMESTAMP = 1581930707 -SHA256 (wine-5.2.tar.xz) = c10c9c34f0eade1d1063ce983e6f1ad8904c9cb604d8fea4df5e1cefdba85d40 -SIZE (wine-5.2.tar.xz) = 22837712 -SHA256 (v5.2.tar.gz) = b0a477df57098cca41c78b18119a5172f6704587d8eae8816508ad70f46229e3 -SIZE (v5.2.tar.gz) = 9898002 +TIMESTAMP = 1583012717 +SHA256 (wine-5.3.tar.xz) = 9b1bc7228bad80a014b6dc55ef17ef532c5a88fd8e477658dda02953cc907fde +SIZE (wine-5.3.tar.xz) = 22918612 +SHA256 (v5.3.tar.gz) = 2d50b5abb51d0a9eea60768a5e1ee50705b94a295cfa7671ce35f3406d4bbc06 +SIZE (v5.3.tar.gz) = 9904213 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Thu Mar 5 08:47:28 2020 (r527816) +++ head/emulators/wine-devel/pkg-plist Thu Mar 5 08:58:47 2020 (r527817) @@ -33,8 +33,14 @@ include/wine/svcctl.idl include/wine/msvcrt/assert.h include/wine/msvcrt/conio.h include/wine/msvcrt/corecrt.h +include/wine/msvcrt/corecrt_startup.h include/wine/msvcrt/corecrt_stdio_config.h +include/wine/msvcrt/corecrt_wctype.h +include/wine/msvcrt/corecrt_wio.h include/wine/msvcrt/corecrt_wstdio.h +include/wine/msvcrt/corecrt_wstdlib.h +include/wine/msvcrt/corecrt_wstring.h +include/wine/msvcrt/corecrt_wtime.h include/wine/msvcrt/crtdbg.h include/wine/msvcrt/crtdefs.h include/wine/msvcrt/ctype.h @@ -318,6 +324,8 @@ include/wine/windows/dmdls.h include/wine/windows/dmerror.h include/wine/windows/dmksctrl.h include/wine/windows/dmo.h +include/wine/windows/dmodshow.h +include/wine/windows/dmodshow.idl include/wine/windows/dmoreg.h include/wine/windows/dmort.h include/wine/windows/dmplugin.h @@ -1029,6 +1037,7 @@ lib/libwine.so.1 lib/wine/acledit.dll.so lib/wine/aclui.dll.so lib/wine/activeds.dll.so +lib/wine/activeds.tlb.so lib/wine/actxprxy.dll.so lib/wine/adsldp.dll.so lib/wine/adsldpc.dll.so @@ -1482,6 +1491,7 @@ lib/wine/extrac32.exe.so lib/wine/fakedlls/acledit.dll lib/wine/fakedlls/aclui.dll lib/wine/fakedlls/activeds.dll +lib/wine/fakedlls/activeds.tlb lib/wine/fakedlls/actxprxy.dll lib/wine/fakedlls/adsldp.dll lib/wine/fakedlls/adsldpc.dll @@ -2175,6 +2185,7 @@ lib/wine/fakedlls/progman.exe lib/wine/fakedlls/propsys.dll lib/wine/fakedlls/psapi.dll lib/wine/fakedlls/pstorec.dll +lib/wine/fakedlls/qasf.dll lib/wine/fakedlls/qcap.dll lib/wine/fakedlls/qedit.dll lib/wine/fakedlls/qmgr.dll @@ -2880,6 +2891,7 @@ lib/wine/progman.exe.so lib/wine/propsys.dll.so lib/wine/psapi.dll.so lib/wine/pstorec.dll.so +lib/wine/qasf.dll.so lib/wine/qcap.dll.so lib/wine/qedit.dll.so lib/wine/qmgr.dll.so @@ -3237,6 +3249,11 @@ share/applications/wine.desktop %%DATADIR%%/nls/c_949.nls %%DATADIR%%/nls/c_950.nls %%DATADIR%%/nls/l_intl.nls +%%DATADIR%%/nls/normidna.nls +%%DATADIR%%/nls/normnfc.nls +%%DATADIR%%/nls/normnfd.nls +%%DATADIR%%/nls/normnfkc.nls +%%DATADIR%%/nls/normnfkd.nls %%DATADIR%%/winebus.inf %%DATADIR%%/winehid.inf %%PORTDOCS%%%%DOCSDIR%%/ANNOUNCE