svn commit: r539797 - head/emulators/wine-devel

Gerald Pfeifer gerald at FreeBSD.org
Mon Jun 22 06:52:44 UTC 2020


Author: gerald
Date: Mon Jun 22 06:52:43 2020
New Revision: 539797
URL: https://svnweb.freebsd.org/changeset/ports/539797

Log:
  Update to Wine 5.11.  This includes the following changes:
   - Wine Mono engine 5.1.0 provides WpfGfx library support.
   - More work on the separate Unix library for NTDLL.
   - Beginnings of a NetIO kernel driver implementation.
   - Initial support for the Print Ticket API.
   - Various bug fixes.
  
  Among others my fix from files/patch-dlls_ntdll was accepted upstream,
  so remove it here.
  
  Two files have moved from the Staging patchset to the general tree, so
  package them across the board.
  
  This snapshot should also fix issues on recent -CURRENT. [1]
  
  PR:		247374 [1]

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 Jun 22 05:46:18 2020	(r539796)
+++ head/emulators/wine-devel/Makefile	Mon Jun 22 06:52:43 2020	(r539797)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	wine
-DISTVERSION=	5.10
+DISTVERSION=	5.11
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \

Modified: head/emulators/wine-devel/distinfo
==============================================================================
--- head/emulators/wine-devel/distinfo	Mon Jun 22 05:46:18 2020	(r539796)
+++ head/emulators/wine-devel/distinfo	Mon Jun 22 06:52:43 2020	(r539797)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1591460814
-SHA256 (wine-5.10.tar.xz) = 9baaa09216c817f61bce39626b869d1e387d436eccda3d9e054cfab84802333d
-SIZE (wine-5.10.tar.xz) = 23859084
-SHA256 (v5.10.tar.gz) = 4cbca4db68ce0d2f200ce9a267092ffdded84aab4ad49a71e5450f6cec687250
-SIZE (v5.10.tar.gz) = 9863893
+TIMESTAMP = 1592690710
+SHA256 (wine-5.11.tar.xz) = b3db23ce259ee07bf036d57021a9bedf6313064c38677ce7c0cc58db13821ae0
+SIZE (wine-5.11.tar.xz) = 23881408
+SHA256 (v5.11.tar.gz) = c218f9b312847f1d5d7dc087d9b2499fbc609efbf08b406d7ffc36e6ba7471f2
+SIZE (v5.11.tar.gz) = 9859071

Modified: head/emulators/wine-devel/pkg-plist
==============================================================================
--- head/emulators/wine-devel/pkg-plist	Mon Jun 22 05:46:18 2020	(r539796)
+++ head/emulators/wine-devel/pkg-plist	Mon Jun 22 06:52:43 2020	(r539797)
@@ -983,6 +983,7 @@ include/wine/windows/wmsdk.h
 include/wine/windows/wmsdkidl.h
 include/wine/windows/wmsdkidl.idl
 include/wine/windows/wnaspi32.h
+include/wine/windows/wownt16.h
 include/wine/windows/wownt32.h
 include/wine/windows/wpcapi.h
 include/wine/windows/wpcapi.idl
@@ -1417,7 +1418,7 @@ lib/wine/dhtmled.ocx.so
 lib/wine/difxapi.dll.so
 lib/wine/dinput.dll.so
 lib/wine/dinput8.dll.so
-%%STAGING%%lib/wine/directmanipulation.dll.so
+lib/wine/directmanipulation.dll.so
 lib/wine/dism.exe.so
 %%WINE32%%lib/wine/dispdib.dll16.so
 lib/wine/dispex.dll.so
@@ -1877,7 +1878,7 @@ lib/wine/fakedlls/dhtmled.ocx
 lib/wine/fakedlls/difxapi.dll
 lib/wine/fakedlls/dinput.dll
 lib/wine/fakedlls/dinput8.dll
-%%STAGING%%lib/wine/fakedlls/directmanipulation.dll
+lib/wine/fakedlls/directmanipulation.dll
 lib/wine/fakedlls/dism.exe
 %%WINE32%%lib/wine/fakedlls/dispdib.dll16
 lib/wine/fakedlls/dispex.dll
@@ -2223,6 +2224,7 @@ lib/wine/fakedlls/progman.exe
 lib/wine/fakedlls/propsys.dll
 lib/wine/fakedlls/psapi.dll
 lib/wine/fakedlls/pstorec.dll
+lib/wine/fakedlls/pwrshplugin.dll
 lib/wine/fakedlls/qasf.dll
 lib/wine/fakedlls/qcap.dll
 lib/wine/fakedlls/qdvd.dll
@@ -2622,6 +2624,7 @@ lib/wine/libdxerr8.a
 lib/wine/libdxerr9.a
 lib/wine/libdxgi.def
 lib/wine/libdxguid.a
+lib/wine/libevr.def
 lib/wine/libfaultrep.def
 lib/wine/libgdi32.def
 lib/wine/libgdiplus.def
@@ -2692,6 +2695,7 @@ lib/wine/libolesvr32.def
 lib/wine/libopengl32.def
 lib/wine/libpdh.def
 lib/wine/libpowrprof.def
+lib/wine/libprntvpt.def
 lib/wine/libpropsys.def
 lib/wine/libpsapi.def
 lib/wine/libquartz.def
@@ -2947,6 +2951,7 @@ lib/wine/progman.exe.so
 lib/wine/propsys.dll.so
 lib/wine/psapi.dll.so
 lib/wine/pstorec.dll.so
+lib/wine/pwrshplugin.dll.so
 lib/wine/qasf.dll.so
 lib/wine/qcap.dll.so
 lib/wine/qdvd.dll.so


More information about the svn-ports-all mailing list