Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Sep 2015 12:04:24 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396265 - head/emulators/wine-devel
Message-ID:  <201509071204.t87C4OL8018682@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509071204.t87C4OL8018682>