From owner-svn-ports-all@freebsd.org Mon May 14 00:42:16 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A967AFDDAC1; Mon, 14 May 2018 00:42:16 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (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 5C31D79E9B; Mon, 14 May 2018 00:42:16 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id 484DA3F50D; Sun, 13 May 2018 20:42:15 -0400 (EDT) Received: from [172.20.10.60] (unknown [12.235.85.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id D3DAB3F50B; Sun, 13 May 2018 20:42:14 -0400 (EDT) Date: Sun, 13 May 2018 18:42:13 -0600 (MDT) From: Gerald Pfeifer To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r469843 - head/emulators/wine-devel In-Reply-To: <201805140025.w4E0PYSL028785@repo.freebsd.org> Message-ID: References: <201805140025.w4E0PYSL028785@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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: Mon, 14 May 2018 00:42:16 -0000 On Mon, 14 May 2018, Gerald Pfeifer wrote: > Author: gerald > Date: Mon May 14 00:25:33 2018 > New Revision: 469843 > URL: https://svnweb.freebsd.org/changeset/ports/469843 > > Log: > - Infrastructure for writing kernel driver tests. > - Support for showing file properties in the Shell browser. > - MP3 decoder as a DirectX Media Object. > - More support for the Task Scheduler. > - Support for COM aggregation in UrlMon. > - Various bug fixes. Umm, this is missing a leading "Update to Wine 3.7. This includes the following changes:" There is no good way to actually fix this in our repository, is there? Gerald