Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Aug 2020 06:00:27 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r544913 - branches/2020Q3/games/homura
Message-ID:  <202008150600.07F60RTM003127@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Aug 15 06:00:27 2020
New Revision: 544913
URL: https://svnweb.freebsd.org/changeset/ports/544913

Log:
  MFH: r544912
  
  games/homura: Switch back to wine-devel
  
  This fixes internet problems in AdventureQuest3D, Origin and maybe in other
  games too.
  
  PR:		248539
  Submitted by:	Alexander Vereeken <Alexander88207@protonmail.com> (maintainer)
  
  Approved by:	ports-secteam (implicit)

Modified:
  branches/2020Q3/games/homura/Makefile
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/games/homura/Makefile
==============================================================================
--- branches/2020Q3/games/homura/Makefile	Sat Aug 15 05:59:37 2020	(r544912)
+++ branches/2020Q3/games/homura/Makefile	Sat Aug 15 06:00:27 2020	(r544913)
@@ -3,6 +3,7 @@
 
 PORTNAME=	homura
 PORTVERSION=	5.0
+PORTREVISION=	1
 CATEGORIES=	games
 
 MAINTAINER=	Alexander88207@protonmail.com
@@ -33,9 +34,9 @@ PLIST_FILES=	bin/Homura
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "i386"
-RUN_DEPENDS+=	wine:emulators/wine
+RUN_DEPENDS+=	wine:emulators/wine-devel
 .else
-RUN_DEPENDS+=	wine:emulators/i386-wine
+RUN_DEPENDS+=	wine:emulators/i386-wine-devel
 .endif
 
 do-install:



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