Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Dec 2020 01:00:18 +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: r557034 - head/emulators/wine-devel
Message-ID:  <202012050100.0B510Ink007108@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sat Dec  5 01:00:18 2020
New Revision: 557034
URL: https://svnweb.freebsd.org/changeset/ports/557034

Log:
  Update to Wine 6.0 RC1, the first milestone of the forthcoming Wine 6.0
  release series.
  
  This includes the following changes:
   - WindowsCodecs and QCap libraries converted to PE.
   - Faster font initialization at process start.
   - Support for named pipes with empty names.
   - Various bug fixes.

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	Sat Dec  5 00:40:19 2020	(r557033)
+++ head/emulators/wine-devel/Makefile	Sat Dec  5 01:00:18 2020	(r557034)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	wine
-DISTVERSION=	5.22
-PORTREVISION=	1
+DISTVERSION=	6.0-rc1
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \

Modified: head/emulators/wine-devel/distinfo
==============================================================================
--- head/emulators/wine-devel/distinfo	Sat Dec  5 00:40:19 2020	(r557033)
+++ head/emulators/wine-devel/distinfo	Sat Dec  5 01:00:18 2020	(r557034)
@@ -1,5 +1,3 @@
-TIMESTAMP = 1606042481
-SHA256 (wine-5.22.tar.xz) = 09bd06c87c8c974e6ad34507cec875d7217eb56fc09df838d5453e0ebbce4d21
-SIZE (wine-5.22.tar.xz) = 24214812
-SHA256 (v5.22.tar.gz) = 3f447949ca67933b2514effd46de864fedf7bd53d46a00af794f7d19775d84ce
-SIZE (v5.22.tar.gz) = 10342905
+TIMESTAMP = 1607126664
+SHA256 (wine-6.0-rc1.tar.xz) = 78ddc948f946c662779bd5943d91812740480021bc951cbcadeb102c38b53bc8
+SIZE (wine-6.0-rc1.tar.xz) = 24194552

Modified: head/emulators/wine-devel/pkg-plist
==============================================================================
--- head/emulators/wine-devel/pkg-plist	Sat Dec  5 00:40:19 2020	(r557033)
+++ head/emulators/wine-devel/pkg-plist	Sat Dec  5 01:00:18 2020	(r557034)
@@ -30,8 +30,10 @@ include/wine/itss.idl
 include/wine/svcctl.h
 include/wine/svcctl.idl
 include/wine/msvcrt/assert.h
+include/wine/msvcrt/complex.h
 include/wine/msvcrt/conio.h
 include/wine/msvcrt/corecrt.h
+include/wine/msvcrt/corecrt_io.h
 include/wine/msvcrt/corecrt_startup.h
 include/wine/msvcrt/corecrt_stdio_config.h
 include/wine/msvcrt/corecrt_wctype.h
@@ -950,6 +952,8 @@ include/wine/windows/windns.h
 include/wine/windows/windows.foundation.h
 include/wine/windows/windows.foundation.idl
 include/wine/windows/windows.h
+include/wine/windows/windowscontracts.h
+include/wine/windows/windowscontracts.idl
 include/wine/windows/windowsx.h
 include/wine/windows/winerror.h
 include/wine/windows/winevt.h
@@ -1440,6 +1444,7 @@ lib/wine/davclnt.dll.so
 lib/wine/dbgeng.dll.so
 lib/wine/dbghelp.dll.so
 lib/wine/dciman32.dll.so
+lib/wine/dcomp.dll.so
 %%WINE32%%lib/wine/ddeml.dll16.so
 lib/wine/ddraw.dll.so
 lib/wine/ddrawex.dll.so
@@ -1909,6 +1914,7 @@ lib/wine/fakedlls/davclnt.dll
 lib/wine/fakedlls/dbgeng.dll
 lib/wine/fakedlls/dbghelp.dll
 lib/wine/fakedlls/dciman32.dll
+lib/wine/fakedlls/dcomp.dll
 %%WINE32%%lib/wine/fakedlls/ddeml.dll16
 lib/wine/fakedlls/ddraw.dll
 lib/wine/fakedlls/ddrawex.dll
@@ -3027,6 +3033,7 @@ lib/wine/pstorec.dll.so
 lib/wine/pwrshplugin.dll.so
 lib/wine/qasf.dll.so
 lib/wine/qcap.dll.so
+lib/wine/qcap.so
 lib/wine/qdvd.dll.so
 lib/wine/qedit.dll.so
 lib/wine/qmgr.dll.so



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