svn commit: r525808 - head/emulators/i386-wine
Gerald Pfeifer
gerald at FreeBSD.org
Tue Feb 11 11:55:39 UTC 2020
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 at FreeBSD.org
+MAINTAINER= salvadore at 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
More information about the svn-ports-all
mailing list