svn commit: r527544 - head/emulators/playonbsd

Gerald Pfeifer gerald at FreeBSD.org
Sun Mar 1 11:05:28 UTC 2020


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 at 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>


More information about the svn-ports-all mailing list