From owner-svn-ports-all@freebsd.org Sun Nov 3 09:23:39 2019 Return-Path: Delivered-To: svn-ports-all@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 6EC041ADBD8; Sun, 3 Nov 2019 09:23:39 +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 475Vpz27G8z3P9F; Sun, 3 Nov 2019 09:23:39 +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 2D7859AD6; Sun, 3 Nov 2019 09:23:39 +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 xA39Ndba037454; Sun, 3 Nov 2019 09:23:39 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xA39Nc2a037451; Sun, 3 Nov 2019 09:23:38 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201911030923.xA39Nc2a037451@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 3 Nov 2019 09:23:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516403 - 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: 516403 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Nov 2019 09:23:39 -0000 Author: gerald Date: Sun Nov 3 09:23:38 2019 New Revision: 516403 URL: https://svnweb.freebsd.org/changeset/ports/516403 Log: Update to Wine 4.19. This includes the following changes: - A number of additional VBScript features. - More stateblock support in WineD3D. - Some fixes for ARM64 support (which we do not have on FreeBSD). - Various bug fixes. And some bits have moved from STAGING into the main tree; yeah! 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 Nov 3 09:23:05 2019 (r516402) +++ head/emulators/wine-devel/Makefile Sun Nov 3 09:23:38 2019 (r516403) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 4.18 +DISTVERSION= 4.19 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -24,7 +24,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex \ LIB_DEPENDS= libFAudio.so:audio/faudio \ libxml2.so:textproc/libxml2 -USES= bison desktop-file-utils gmake localbase shebangfix tar:xz +USES= bison desktop-file-utils gmake localbase shebangfix tar:xz xorg CONFLICTS_INSTALL= wine-[0-9]* wine-staging-[0-9]* i386-wine-[0-9]* \ i386-wine-staging-[0-9]* i386-wine-devel-[0-9]* Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Sun Nov 3 09:23:05 2019 (r516402) +++ head/emulators/wine-devel/distinfo Sun Nov 3 09:23:38 2019 (r516403) @@ -1,5 +1,5 @@ -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 +TIMESTAMP = 1572739436 +SHA256 (wine-4.19.tar.xz) = 361abeebb676c65acafdb2bcdc96a7fbd2a7bc8689f7bebbcca97d8ca069ce20 +SIZE (wine-4.19.tar.xz) = 22283616 +SHA256 (v4.19.tar.gz) = 4538a986c1df700c4071d4044937f216c82eb6f73f3c19a9c00d909dda6cb05a +SIZE (v4.19.tar.gz) = 9908545 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Sun Nov 3 09:23:05 2019 (r516402) +++ head/emulators/wine-devel/pkg-plist Sun Nov 3 09:23:38 2019 (r516403) @@ -700,8 +700,8 @@ include/wine/windows/raserror.h include/wine/windows/reason.h include/wine/windows/regstr.h include/wine/windows/restartmanager.h -%%STAGING%%include/wine/windows/restrictederrorinfo.h -%%STAGING%%include/wine/windows/restrictederrorinfo.idl +include/wine/windows/restrictederrorinfo.h +include/wine/windows/restrictederrorinfo.idl include/wine/windows/richedit.h include/wine/windows/richole.h include/wine/windows/richole.idl