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

Gerald Pfeifer gerald at FreeBSD.org
Wed Oct 4 20:40:37 UTC 2017


Author: gerald
Date: Wed Oct  4 20:40:36 2017
New Revision: 451249
URL: https://svnweb.freebsd.org/changeset/ports/451249

Log:
  bin/widl actually never was dependent on the STAGING option, this was
  a test escaping into the tree as part of the recent version update.

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

Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile	Wed Oct  4 20:40:22 2017	(r451248)
+++ head/emulators/wine-devel/Makefile	Wed Oct  4 20:40:36 2017	(r451249)
@@ -3,6 +3,7 @@
 
 PORTNAME=	wine
 DISTVERSION=	2.18
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \

Modified: head/emulators/wine-devel/pkg-plist
==============================================================================
--- head/emulators/wine-devel/pkg-plist	Wed Oct  4 20:40:22 2017	(r451248)
+++ head/emulators/wine-devel/pkg-plist	Wed Oct  4 20:40:36 2017	(r451249)
@@ -4,7 +4,7 @@ bin/msiexec
 bin/notepad
 bin/regedit
 bin/regsvr32
-%%STAGING%%bin/widl
+bin/widl
 %%WINE32%%bin/wine
 %%WINE64%%bin/wine64
 bin/wineboot


More information about the svn-ports-all mailing list