Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Feb 2020 10:20:16 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525543 - head/emulators/wine-devel
Message-ID:  <202002081020.018AKGYc052972@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sat Feb  8 10:20:16 2020
New Revision: 525543
URL: https://svnweb.freebsd.org/changeset/ports/525543

Log:
  $DATADIR/winebus.inf is now provided by Wine itself, no longer just by
  the Wine Staging patchset (which is contingent on the STAGING option).
  
  We did not detect this due to the way Mk/Scripts/check-stagedir.sh has
  false negatives in the presence of %%OPTION%%s in pkg-plist. [1]
  
  PR:		220950 [1]

Modified:
  head/emulators/wine-devel/Makefile
  head/emulators/wine-devel/pkg-plist

Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile	Sat Feb  8 09:17:19 2020	(r525542)
+++ head/emulators/wine-devel/Makefile	Sat Feb  8 10:20:16 2020	(r525543)
@@ -3,6 +3,7 @@
 
 PORTNAME=	wine
 DISTVERSION=	5.1
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \

Modified: head/emulators/wine-devel/pkg-plist
==============================================================================
--- head/emulators/wine-devel/pkg-plist	Sat Feb  8 09:17:19 2020	(r525542)
+++ head/emulators/wine-devel/pkg-plist	Sat Feb  8 10:20:16 2020	(r525543)
@@ -3159,7 +3159,7 @@ man/man1/wmc.1.gz
 man/man1/wrc.1.gz
 %%WINE32%%man/pl.UTF-8/man1/wine.1.gz
 share/applications/wine.desktop
-%%STAGING%%%%DATADIR%%/winebus.inf
+%%DATADIR%%/winebus.inf
 %%DATADIR%%/winehid.inf
 %%PORTDOCS%%%%DOCSDIR%%/ANNOUNCE
 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002081020.018AKGYc052972>