Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Feb 2020 08:53:43 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r524832 - head/emulators/i386-wine-devel
Message-ID:  <202002020853.0128rhZs098477@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sun Feb  2 08:53:43 2020
New Revision: 524832
URL: https://svnweb.freebsd.org/changeset/ports/524832

Log:
  Fix the (optional) dependency on wine-mono-devel, which was upgraded
  all the way up to version 4.9.4 starting with revision 475073 in 2018
  and further ones until revision 518293 last November.

Modified:
  head/emulators/i386-wine-devel/Makefile.inc

Modified: head/emulators/i386-wine-devel/Makefile.inc
==============================================================================
--- head/emulators/i386-wine-devel/Makefile.inc	Sun Feb  2 08:33:32 2020	(r524831)
+++ head/emulators/i386-wine-devel/Makefile.inc	Sun Feb  2 08:53:43 2020	(r524832)
@@ -44,7 +44,7 @@ USES=		tar:xz desktop-file-utils
 BUNDLE_LIBS=	yes
 
 GECKO_RUN_DEPENDS=	${DATADIR}/gecko/wine_gecko-2.47-x86.msi:emulators/wine-gecko-devel
-MONO_RUN_DEPENDS=	${DATADIR}/mono/wine-mono-4.7.1.msi:emulators/wine-mono-devel
+MONO_RUN_DEPENDS=	${DATADIR}/mono/wine-mono-4.9.4.msi:emulators/wine-mono-devel
 
 # Included for OPSYS and OSVERSION
 .include <bsd.port.pre.mk>



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