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

Gerald Pfeifer gerald at FreeBSD.org
Mon Feb 10 11:19:57 UTC 2020


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 at FreeBSD.org
+MAINTAINER=	salvadore at 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


More information about the svn-ports-all mailing list