Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2020 11:55:39 +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: r525808 - head/emulators/i386-wine
Message-ID:  <202002111155.01BBtdB3037022@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Tue Feb 11 11:55:38 2020
New Revision: 525808
URL: https://svnweb.freebsd.org/changeset/ports/525808

Log:
  Depend on emulators/wine-gecko instead of emulators/wine-gecko-devel.
  
  Similar to wine-mono/wine-mono-devel, where we made a similar change
  with revision 525373, right now both provide the same.  However the
  latter tracks the evolution of Wine during its development phase, so
  this is bound to diverge again.
  
  Also hand over maintainership to salvadore@ (from the vanilla ports@).

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

Modified: head/emulators/i386-wine/Makefile.inc
==============================================================================
--- head/emulators/i386-wine/Makefile.inc	Tue Feb 11 11:49:12 2020	(r525807)
+++ head/emulators/i386-wine/Makefile.inc	Tue Feb 11 11:55:38 2020	(r525808)
@@ -12,7 +12,7 @@ DISTNAME=	${PKGNAME}
 EXTRACT_SUFX=	.txz
 DIST_SUBDIR=	freebsd:${OSREL:C/\..*//}:x86:64
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	salvadore@FreeBSD.org
 COMMENT?=	32-bit Microsoft Windows compatibility environment for 64-bit FreeBSD
 
 LICENSE=        LGPL21 LGPL3
@@ -42,7 +42,7 @@ USE_LDCONFIG32=	${PREFIX}/lib32 ${PREFIX}/lib32/wine
 USES=		tar:xz
 BUNDLE_LIBS=	yes
 
-GECKO_RUN_DEPENDS=	${DATADIR}/gecko/wine-gecko-2.47.1-x86.msi:emulators/wine-gecko-devel
+GECKO_RUN_DEPENDS=	${DATADIR}/gecko/wine-gecko-2.47.1-x86.msi:emulators/wine-gecko
 MONO_RUN_DEPENDS=	${DATADIR}/mono/wine-mono-4.9.4.msi:emulators/wine-mono
 
 PORTSCOUT=	limitw:1,even



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