Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Aug 2021 15:47:20 GMT
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4224d94ae30a - main - emulators/i386-wine: Fix the dependency on wine-mono
Message-ID:  <202108051547.175FlK5Y014858@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gerald:

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

commit 4224d94ae30a28447c2d3bdc1a3494738bd87dd9
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2021-08-05 15:12:00 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2021-08-05 15:46:42 +0000

    emulators/i386-wine: Fix the dependency on wine-mono
    
    This non-default, rarely used option was missed in the upgrade to
    Wine 6.0.1 in 3da5204497006152dbc5cbb73fb0e10002e7de6c.
    
    Also adjust the file name we use in the dependency to the upstream
    change for Wine Mono. [1]
    
    PR:             257630 [1]
    Submitted by:   Eric Camachat <eric@camachat.org>
---
 emulators/i386-wine/Makefile.amd64 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emulators/i386-wine/Makefile.amd64 b/emulators/i386-wine/Makefile.amd64
index 3ebd545f860e..8925dac6dfda 100644
--- a/emulators/i386-wine/Makefile.amd64
+++ b/emulators/i386-wine/Makefile.amd64
@@ -41,7 +41,7 @@ GECKO_DESC=     Bundle Gecko MSI package for Wine
 MONO_DESC=      Bundle Mono MSI package for Wine
 
 GECKO_RUN_DEPENDS=	${DATADIR}/gecko/wine-gecko-2.47.1-x86.msi:emulators/wine-gecko
-MONO_RUN_DEPENDS=	${DATADIR}/mono/wine-mono-4.9.4.msi:emulators/wine-mono
+MONO_RUN_DEPENDS=	${DATADIR}/mono/wine-mono-5.1.1-x86.msi:emulators/wine-mono
 
 do-extract:
 	@${RM} -r ${WRKDIR}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108051547.175FlK5Y014858>