svn commit: r417086 - head/emulators/wine

Gerald Pfeifer gerald at FreeBSD.org
Sat Jun 18 21:28:27 UTC 2016


Author: gerald
Date: Sat Jun 18 21:28:25 2016
New Revision: 417086
URL: https://svnweb.freebsd.org/changeset/ports/417086

Log:
  Update to Wine 1.8.3 which brings
   - various bug fixes;
   - a lot of additional NVidia cards in the GPU description table; and
   - updates to the National Language Support files.
  
  A bit surprisingly given the nature of this maintenance release, also
  a handfull of changes to the packaging list (such as a new include file
  include/wine/windows/fontsub.h).

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

Modified: head/emulators/wine/Makefile
==============================================================================
--- head/emulators/wine/Makefile	Sat Jun 18 21:24:37 2016	(r417085)
+++ head/emulators/wine/Makefile	Sat Jun 18 21:28:25 2016	(r417086)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	wine
-DISTVERSION=	1.8.2
+DISTVERSION=	1.8.3
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \

Modified: head/emulators/wine/distinfo
==============================================================================
--- head/emulators/wine/distinfo	Sat Jun 18 21:24:37 2016	(r417085)
+++ head/emulators/wine/distinfo	Sat Jun 18 21:28:25 2016	(r417086)
@@ -1,2 +1,3 @@
-SHA256 (wine-1.8.2.tar.bz2) = 51624fadf0145e87f0c01e7ce8524ea1e8d9d360c3e8a86e78cd26a52ce55a6f
-SIZE (wine-1.8.2.tar.bz2) = 22857786
+TIMESTAMP = 1466283210
+SHA256 (wine-1.8.3.tar.bz2) = d7cecdf7aab93bfe950e6f83ec526681b8770788c7b2a802bfe50ff97fc17a6c
+SIZE (wine-1.8.3.tar.bz2) = 22901016

Modified: head/emulators/wine/pkg-plist
==============================================================================
--- head/emulators/wine/pkg-plist	Sat Jun 18 21:24:37 2016	(r417085)
+++ head/emulators/wine/pkg-plist	Sat Jun 18 21:28:25 2016	(r417086)
@@ -321,6 +321,7 @@ include/wine/windows/fci.h
 include/wine/windows/fdi.h
 include/wine/windows/fileapi.h
 include/wine/windows/fltdefs.h
+include/wine/windows/fontsub.h
 include/wine/windows/fusion.h
 include/wine/windows/fusion.idl
 include/wine/windows/gameux.h
@@ -1779,7 +1780,6 @@ lib/wine/fakedlls/xaudio2_3.dll
 lib/wine/fakedlls/xaudio2_4.dll
 lib/wine/fakedlls/xaudio2_5.dll
 lib/wine/fakedlls/xaudio2_6.dll
-lib/wine/fakedlls/xaudio2_8.dll
 lib/wine/fakedlls/xcopy.exe
 lib/wine/fakedlls/xinput1_1.dll
 lib/wine/fakedlls/xinput1_2.dll
@@ -1991,6 +1991,7 @@ lib/wine/libsti.def
 lib/wine/libstrmbase.a
 lib/wine/libstrmiids.a
 lib/wine/libsxs.def
+lib/wine/libt2embed.def
 lib/wine/libtapi32.def
 lib/wine/libunicows.def
 lib/wine/liburl.def
@@ -2390,7 +2391,6 @@ lib/wine/xaudio2_3.dll.so
 lib/wine/xaudio2_4.dll.so
 lib/wine/xaudio2_5.dll.so
 lib/wine/xaudio2_6.dll.so
-lib/wine/xaudio2_8.dll.so
 lib/wine/xcopy.exe.so
 lib/wine/xinput1_1.dll.so
 lib/wine/xinput1_2.dll.so


More information about the svn-ports-head mailing list