Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Mar 2020 11:05:28 +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: r527544 - head/emulators/playonbsd
Message-ID:  <202003011105.021B5StT047702@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sun Mar  1 11:05:28 2020
New Revision: 527544
URL: https://svnweb.freebsd.org/changeset/ports/527544

Log:
  Update run-time dependencies to current versions of the emulators/wine-mono
  and emulators/wine-gecko.
  
  Approved by:	se (maintainer)

Modified:
  head/emulators/playonbsd/Makefile

Modified: head/emulators/playonbsd/Makefile
==============================================================================
--- head/emulators/playonbsd/Makefile	Sun Mar  1 10:20:45 2020	(r527543)
+++ head/emulators/playonbsd/Makefile	Sun Mar  1 11:05:28 2020	(r527544)
@@ -3,7 +3,7 @@
 
 PORTNAME=	playonbsd
 PORTVERSION=	4.2.10
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	emulators games
 
 MAINTAINER=	se@FreeBSD.org
@@ -38,8 +38,8 @@ GH_PROJECT=	POL-POM-4
 OPTIONS_DEFINE=	GECKO MONO NLS
 OPTIONS_DEFAULT=	GECKO MONO
 GECKO_DESC=	Wine-gecko HTML rendering support
-MONO_RUN_DEPENDS=	wine-mono>=4.5.6:emulators/wine-mono
-GECKO_RUN_DEPENDS=	wine-gecko>=2.21:emulators/wine-gecko
+MONO_RUN_DEPENDS=	wine-mono>=4.9.4:emulators/wine-mono
+GECKO_RUN_DEPENDS=	wine-gecko>=2.47.1:emulators/wine-gecko
 NLS_USES=	gettext
 
 .include <bsd.port.pre.mk>



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