From nobody Mon Nov 22 08:36:36 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id ABAFB189E94F; Mon, 22 Nov 2021 08:36:36 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HyLGX4Nj1z4hb7; Mon, 22 Nov 2021 08:36:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 779761F4DE; Mon, 22 Nov 2021 08:36:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1AM8aavO024778; Mon, 22 Nov 2021 08:36:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1AM8aacr024777; Mon, 22 Nov 2021 08:36:36 GMT (envelope-from git) Date: Mon, 22 Nov 2021 08:36:36 GMT Message-Id: <202111220836.1AM8aacr024777@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Gerald Pfeifer Subject: git: a04ee3f5c4a4 - main - emulators/wine-mono-devel: Update to version 7.0.0 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gerald X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a04ee3f5c4a46f3b074678b5e15d1f73b3d1c3e0 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=a04ee3f5c4a46f3b074678b5e15d1f73b3d1c3e0 commit a04ee3f5c4a46f3b074678b5e15d1f73b3d1c3e0 Author: Damjan Jovanovic AuthorDate: 2021-11-22 08:33:08 +0000 Commit: Gerald Pfeifer CommitDate: 2021-11-22 08:36:03 +0000 emulators/wine-mono-devel: Update to version 7.0.0 This includes the following changes: - SEH exceptions in Marshal.Release are now silently ignored. This fixes a crash in the launcher of Borderlands GOTY Enhanced. - The Interaction.Command method has been fixed to return only command line arguments, not the program name. - Implemented special marshaling behavior for IsCopyConstructed. This fixes a crash in SteamLayerWrap.dll on x86. - Updated Mono from upstream. Approved by: maintainer (= author) --- emulators/wine-mono-devel/Makefile | 2 +- emulators/wine-mono-devel/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/emulators/wine-mono-devel/Makefile b/emulators/wine-mono-devel/Makefile index 19a20f4e7d7a..1090d1f5efa5 100644 --- a/emulators/wine-mono-devel/Makefile +++ b/emulators/wine-mono-devel/Makefile @@ -1,7 +1,7 @@ # Created by: David Naylor PORTNAME= wine-mono -DISTVERSION= 6.4.0 +DISTVERSION= 7.0.0 DISTVERSIONSUFFIX=-x86 CATEGORIES= emulators MASTER_SITES= http://dl.winehq.org/wine/wine-mono/${DISTVERSION}/ diff --git a/emulators/wine-mono-devel/distinfo b/emulators/wine-mono-devel/distinfo index 04fbb93c9e23..7ffae79c1452 100644 --- a/emulators/wine-mono-devel/distinfo +++ b/emulators/wine-mono-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1633117262 -SHA256 (wine-mono-6.4.0-x86.msi) = db8b85f3b910590f61adbfa0005a995d613e299a1cc73d00553d70dc81010e36 -SIZE (wine-mono-6.4.0-x86.msi) = 86398976 +TIMESTAMP = 1637539775 +SHA256 (wine-mono-7.0.0-x86.msi) = b37e6fc9e590e582243dc25d72a5fcc330c3a7970dfdc98a7a81d23845ba8900 +SIZE (wine-mono-7.0.0-x86.msi) = 86433280