git: a04ee3f5c4a4 - main - emulators/wine-mono-devel: Update to version 7.0.0

From: Gerald Pfeifer <gerald_at_FreeBSD.org>
Date: Mon, 22 Nov 2021 08:36:36 UTC
The branch main has been updated by gerald:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a04ee3f5c4a46f3b074678b5e15d1f73b3d1c3e0

commit a04ee3f5c4a46f3b074678b5e15d1f73b3d1c3e0
Author:     Damjan Jovanovic <damjan.jov@gmail.com>
AuthorDate: 2021-11-22 08:33:08 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
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 <naylor.b.david@gmail.com>
 
 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