svn commit: r567553 - head/emulators/wine

Gerald Pfeifer gerald at FreeBSD.org
Sun Mar 7 08:19:48 UTC 2021


Author: gerald
Date: Sun Mar  7 08:19:47 2021
New Revision: 567553
URL: https://svnweb.freebsd.org/changeset/ports/567553

Log:
  Remove conflicts with wine-staging-[0-9]* and i386-wine-staging-[0-9]*
  which have not existed for years.

Modified:
  head/emulators/wine/Makefile

Modified: head/emulators/wine/Makefile
==============================================================================
--- head/emulators/wine/Makefile	Sun Mar  7 07:23:43 2021	(r567552)
+++ head/emulators/wine/Makefile	Sun Mar  7 08:19:47 2021	(r567553)
@@ -25,8 +25,8 @@ LIB_DEPENDS=	libFAudio.so:audio/faudio \
 USES=		bison desktop-file-utils gmake localbase pkgconfig shebangfix tar:xz
 USE_GCC=	yes
 
-CONFLICTS_INSTALL=	wine-staging-[0-9]* wine-devel-[0-9]* i386-wine-[0-9]* \
-			i386-wine-staging-[0-9]* i386-wine-devel-[0-9]*
+CONFLICTS_INSTALL=	wine-devel-[0-9]* \
+			i386-wine-[0-9]* i386-wine-devel-[0-9]*
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--verbose \


More information about the svn-ports-head mailing list