Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Feb 2020 11:19:57 +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: r525701 - head/emulators/i386-wine-devel
Message-ID:  <202002101119.01ABJvCI044464@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Mon Feb 10 11:19:56 2020
New Revision: 525701
URL: https://svnweb.freebsd.org/changeset/ports/525701

Log:
  Hand over maintainership to salvadore@ (from the vanilla ports@).
  
  Fix the optional dependency on emulators/wine-gecko-devel which is
  now at version 2.47.1.  This is the equivalent of revision 520954
  for emulators/i386-wine.
  
  PR:		238081

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

Modified: head/emulators/i386-wine-devel/Makefile.inc
==============================================================================
--- head/emulators/i386-wine-devel/Makefile.inc	Mon Feb 10 10:42:27 2020	(r525700)
+++ head/emulators/i386-wine-devel/Makefile.inc	Mon Feb 10 11:19:56 2020	(r525701)
@@ -13,7 +13,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
@@ -43,7 +43,7 @@ USE_LDCONFIG32=	${PREFIX}/lib32 ${PREFIX}/lib32/wine
 USES=		tar:xz desktop-file-utils
 BUNDLE_LIBS=	yes
 
-GECKO_RUN_DEPENDS=	${DATADIR}/gecko/wine_gecko-2.47-x86.msi:emulators/wine-gecko-devel
+GECKO_RUN_DEPENDS=	${DATADIR}/gecko/wine-gecko-2.47.1-x86.msi:emulators/wine-gecko-devel
 MONO_RUN_DEPENDS=	${DATADIR}/mono/wine-mono-4.9.4.msi:emulators/wine-mono-devel
 
 # Included for OPSYS and OSVERSION



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