svn commit: r418486 - head/emulators/i386-wine-devel

David Naylor dbn at FreeBSD.org
Wed Jul 13 15:38:05 UTC 2016


Author: dbn
Date: Wed Jul 13 15:38:04 2016
New Revision: 418486
URL: https://svnweb.freebsd.org/changeset/ports/418486

Log:
  emulators/i386-wine-devel: fix gecko dependency bump.
  
  PR:		210740, 219095
  Reported by:	Piotr Kubaj <pkubaj at anongoth.pl>, Ivan Klymenko <fidaj at ukr.net
  MFH:		2016Q3

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

Modified: head/emulators/i386-wine-devel/Makefile.inc
==============================================================================
--- head/emulators/i386-wine-devel/Makefile.inc	Wed Jul 13 13:55:29 2016	(r418485)
+++ head/emulators/i386-wine-devel/Makefile.inc	Wed Jul 13 15:38:04 2016	(r418486)
@@ -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


More information about the svn-ports-all mailing list