svn commit: r525543 - head/emulators/wine-devel

Gerald Pfeifer gerald at FreeBSD.org
Sat Feb 8 10:20:17 UTC 2020


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


More information about the svn-ports-all mailing list