git: 4224d94ae30a - main - emulators/i386-wine: Fix the dependency on wine-mono
Gerald Pfeifer
gerald at FreeBSD.org
Thu Aug 5 15:47:20 UTC 2021
The branch main has been updated by gerald:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4224d94ae30a28447c2d3bdc1a3494738bd87dd9
commit 4224d94ae30a28447c2d3bdc1a3494738bd87dd9
Author: Gerald Pfeifer <gerald at FreeBSD.org>
AuthorDate: 2021-08-05 15:12:00 +0000
Commit: Gerald Pfeifer <gerald at 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 at 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}
More information about the dev-commits-ports-all
mailing list