From owner-svn-ports-all@freebsd.org Wed Oct 4 20:40:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8257CE4236C; Wed, 4 Oct 2017 20:40:37 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F64371060; Wed, 4 Oct 2017 20:40:37 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94KeaFw032921; Wed, 4 Oct 2017 20:40:36 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94KeatX032919; Wed, 4 Oct 2017 20:40:36 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201710042040.v94KeatX032919@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Wed, 4 Oct 2017 20:40:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451249 - head/emulators/wine-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/emulators/wine-devel X-SVN-Commit-Revision: 451249 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Oct 2017 20:40:37 -0000 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