svn commit: r466181 - head/emulators/wine

Gerald Pfeifer gerald at FreeBSD.org
Sun Apr 1 20:40:03 UTC 2018


Author: gerald
Date: Sun Apr  1 20:40:02 2018
New Revision: 466181
URL: https://svnweb.freebsd.org/changeset/ports/466181

Log:
  Change dependencies from wine-gecko-devel to wine-gecko and wine-mono-devel
  to wine-mono.
  
  Technically this is not required at this point, since the -devel and
  regular ports provide the same versions temporarily, but it sets us up
  for when the -devel ports are going to diverge again later.

Modified:
  head/emulators/wine/Makefile

Modified: head/emulators/wine/Makefile
==============================================================================
--- head/emulators/wine/Makefile	Sun Apr  1 20:30:37 2018	(r466180)
+++ head/emulators/wine/Makefile	Sun Apr  1 20:40:02 2018	(r466181)
@@ -3,6 +3,7 @@
 
 PORTNAME=	wine
 DISTVERSION=	3.0
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \
@@ -69,7 +70,7 @@ CUPS_LIB_DEPENDS=	libcups.so:print/cups
 
 DOSBOX_RUN_DEPENDS=	dosbox:emulators/dosbox
 
-GECKO_RUN_DEPENDS=	${DATADIR}/gecko/wine_gecko-2.47-x86.msi:emulators/wine-gecko-devel
+GECKO_RUN_DEPENDS=	${DATADIR}/gecko/wine_gecko-2.47-x86.msi:emulators/wine-gecko
 
 GNUTLS_CONFIGURE_WITH=	gnutls
 GNUTLS_LIB_DEPENDS=	libgnutls.so:security/gnutls
@@ -83,7 +84,7 @@ LDAP_USE=		OPENLDAP=yes
 LIBXSLT_CONFIGURE_WITH=	xslt
 LIBXSLT_LIB_DEPENDS=	libxslt.so:textproc/libxslt
 
-MONO_RUN_DEPENDS=	${DATADIR}/mono/wine-mono-4.7.1.msi:emulators/wine-mono-devel
+MONO_RUN_DEPENDS=	${DATADIR}/mono/wine-mono-4.7.1.msi:emulators/wine-mono
 
 MPG123_CONFIGURE_WITH=	mpg123
 MPG123_LIB_DEPENDS=	libmpg123.so:audio/mpg123


More information about the svn-ports-head mailing list