svn commit: r544913 - branches/2020Q3/games/homura

Tobias C. Berner tcberner at FreeBSD.org
Sat Aug 15 06:00:28 UTC 2020


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


More information about the svn-ports-all mailing list