Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jul 2016 06:24:38 +0000 (UTC)
From:      David Naylor <dbn@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r418515 - branches/2016Q3/emulators/i386-wine-devel
Message-ID:  <201607140624.u6E6OcLE060417@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbn
Date: Thu Jul 14 06:24:38 2016
New Revision: 418515
URL: https://svnweb.freebsd.org/changeset/ports/418515

Log:
  MFH: r418486
  
  emulators/i386-wine-devel: fix gecko dependency bump.
  
  PR:		210740, 219095
  Reported by:	Piotr Kubaj <pkubaj@anongoth.pl>, Ivan Klymenko <fidaj@ukr.net
  Approved by:	ports-secteam (junovitch)

Modified:
  branches/2016Q3/emulators/i386-wine-devel/Makefile.inc
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/emulators/i386-wine-devel/Makefile.inc
==============================================================================
--- branches/2016Q3/emulators/i386-wine-devel/Makefile.inc	Thu Jul 14 05:32:26 2016	(r418514)
+++ branches/2016Q3/emulators/i386-wine-devel/Makefile.inc	Thu Jul 14 06:24:38 2016	(r418515)
@@ -42,7 +42,7 @@ USE_LDCONFIG32=	${PREFIX}/lib32 ${PREFIX
 USES=		tar:xz
 BUNDLE_LIBS=	yes
 
-GECKO_RUN_DEPENDS=	${DATADIR}/gecko/wine_gecko-2.44-x86.msi:emulators/wine-gecko-devel
+GECKO_RUN_DEPENDS=	${DATADIR}/gecko/wine_gecko-2.47-x86.msi:emulators/wine-gecko-devel
 MONO_RUN_DEPENDS=	${DATADIR}/mono/wine-mono-4.6.3.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?201607140624.u6E6OcLE060417>