From owner-svn-ports-all@freebsd.org Mon Sep 7 12:04:25 2015 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 5C2AE9CB89C; Mon, 7 Sep 2015 12:04:25 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 400C518C2; Mon, 7 Sep 2015 12:04:25 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t87C4Pnw018685; Mon, 7 Sep 2015 12:04:25 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t87C4OL8018682; Mon, 7 Sep 2015 12:04:24 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201509071204.t87C4OL8018682@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Mon, 7 Sep 2015 12:04:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396265 - head/emulators/wine-devel X-SVN-Group: ports-head 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.20 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, 07 Sep 2015 12:04:25 -0000 Author: gerald Date: Mon Sep 7 12:04:23 2015 New Revision: 396265 URL: https://svnweb.freebsd.org/changeset/ports/396265 Log: Update to Wine 1.7.51. This includes the following changes: - XAudio2 implementation using OpenAL Soft. - Support for the new Universal C Runtime DLL. - Dropdown menu support in the standard Open Dialog. - Grayscale rendering mode in DirectWrite. - Various bug fixes. With the STAGING option enabled (or using the wine-staging port), fonts/times.ttf is now also present. Modified: head/emulators/wine-devel/Makefile head/emulators/wine-devel/distinfo head/emulators/wine-devel/pkg-plist Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Mon Sep 7 11:57:18 2015 (r396264) +++ head/emulators/wine-devel/Makefile Mon Sep 7 12:04:23 2015 (r396265) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.7.50 +DISTVERSION= 1.7.51 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Mon Sep 7 11:57:18 2015 (r396264) +++ head/emulators/wine-devel/distinfo Mon Sep 7 12:04:23 2015 (r396265) @@ -1,4 +1,4 @@ -SHA256 (wine-1.7.50.tar.bz2) = 7c5410fab820281f337d478c18305027363c9012f30f742339ef1eb0f9dd711e -SIZE (wine-1.7.50.tar.bz2) = 22586575 -SHA256 (v1.7.50.tar.gz) = 04803fe71edc5d5149624946ffd89de1ddadcd151a47e25cd7e0290b31c1f395 -SIZE (v1.7.50.tar.gz) = 9239831 +SHA256 (wine-1.7.51.tar.bz2) = 397fc95b463d6ae1b65ab0477d9fe5d0871e8e2a3322bc9d984e438f2c4d0f52 +SIZE (wine-1.7.51.tar.bz2) = 22639053 +SHA256 (v1.7.51.tar.gz) = 662cbfcca95405045ba063f312fa4f605d8c48b7b0930c951e2ebac817f3b763 +SIZE (v1.7.51.tar.gz) = 9628831 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Mon Sep 7 11:57:18 2015 (r396264) +++ head/emulators/wine-devel/pkg-plist Mon Sep 7 12:04:23 2015 (r396265) @@ -1764,7 +1764,6 @@ lib/wine/fakedlls/xapofx1_1.dll lib/wine/fakedlls/xapofx1_3.dll lib/wine/fakedlls/xapofx1_4.dll lib/wine/fakedlls/xapofx1_5.dll -lib/wine/fakedlls/xaudio2_7.dll lib/wine/fakedlls/xaudio2_8.dll lib/wine/fakedlls/xcopy.exe lib/wine/fakedlls/xinput1_1.dll @@ -1977,7 +1976,6 @@ lib/wine/libstrmbase.a lib/wine/libstrmiids.a lib/wine/libsxs.def lib/wine/libtapi32.def -%%STAGING%%lib/wine/libucrtbase.def lib/wine/libunicows.def lib/wine/liburl.def lib/wine/liburlmon.def @@ -2371,7 +2369,6 @@ lib/wine/xapofx1_1.dll.so lib/wine/xapofx1_3.dll.so lib/wine/xapofx1_4.dll.so lib/wine/xapofx1_5.dll.so -lib/wine/xaudio2_7.dll.so lib/wine/xaudio2_8.dll.so lib/wine/xcopy.exe.so lib/wine/xinput1_1.dll.so @@ -2421,6 +2418,7 @@ share/applications/wine.desktop %%STAGING%%%%X11%%%%DATADIR%%/fonts/arial.ttf %%STAGING%%%%X11%%%%DATADIR%%/fonts/cour.ttf %%STAGING%%%%X11%%%%DATADIR%%/fonts/msyh.ttf +%%STAGING%%%%X11%%%%DATADIR%%/fonts/times.ttf %%X11%%%%DATADIR%%/fonts/coue1255.fon %%X11%%%%DATADIR%%/fonts/coue1256.fon %%X11%%%%DATADIR%%/fonts/coue1257.fon