Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Feb 2021 23:15:26 +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: r563849 - head/emulators/wine-devel
Message-ID:  <202102022315.112NFQsb044829@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Tue Feb  2 23:15:26 2021
New Revision: 563849
URL: https://svnweb.freebsd.org/changeset/ports/563849

Log:
  Update to Wine 6.1, the first development snapshot after the Wine 6.0
  release and first step towards Wine 7.0.
  
  This includes the following changes:
   - Arabic text shaping.
   - More WinRT support in WIDL.
   - VKD3D version 1.2 is used for Direct3D 12.
   - Various bug fixes.
  
  Two files have propagated from the Staging patchset to mainline.

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	Tue Feb  2 23:15:15 2021	(r563848)
+++ head/emulators/wine-devel/Makefile	Tue Feb  2 23:15:26 2021	(r563849)
@@ -2,11 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	wine
-DISTVERSION=	6.0-rc6
+DISTVERSION=	6.1
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \
-		http://mirrors.ibiblio.org/wine/source/5.x/
+		http://mirrors.ibiblio.org/wine/source/6.x/
 PKGNAMESUFFIX?=	-devel
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
 

Modified: head/emulators/wine-devel/distinfo
==============================================================================
--- head/emulators/wine-devel/distinfo	Tue Feb  2 23:15:15 2021	(r563848)
+++ head/emulators/wine-devel/distinfo	Tue Feb  2 23:15:26 2021	(r563849)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1610292333
-SHA256 (wine-6.0-rc6.tar.xz) = e67a97f198c96b3a624b637902be39be68c6dc5540d5594513078cf89780e6c1
-SIZE (wine-6.0-rc6.tar.xz) = 24201148
-SHA256 (v6.0-rc6.tar.gz) = 9ee8a6d9eefae3bca4a6550d5336edac96537e5da0c3669003d21f08b55cbd13
-SIZE (v6.0-rc6.tar.gz) = 9863498
+TIMESTAMP = 1612094047
+SHA256 (wine-6.1.tar.xz) = a92c24308c48b851b5dc22a1d35696a57311c447b31ec9fa543ec5b0aa73a149
+SIZE (wine-6.1.tar.xz) = 24227160
+SHA256 (v6.1.tar.gz) = f4de54fe026b920191db6c5001cfd563503d0fa3e2b191315311285019afddf4
+SIZE (v6.1.tar.gz) = 9855125

Modified: head/emulators/wine-devel/pkg-plist
==============================================================================
--- head/emulators/wine-devel/pkg-plist	Tue Feb  2 23:15:15 2021	(r563848)
+++ head/emulators/wine-devel/pkg-plist	Tue Feb  2 23:15:26 2021	(r563849)
@@ -960,8 +960,8 @@ include/wine/windows/windows.foundation.idl
 %%STAGING%%include/wine/windows/windows.globalization.h
 %%STAGING%%include/wine/windows/windows.globalization.idl
 include/wine/windows/windows.h
-%%STAGING%%include/wine/windows/windows.media.speechsynthesis.h
-%%STAGING%%include/wine/windows/windows.media.speechsynthesis.idl
+include/wine/windows/windows.media.speechsynthesis.h
+include/wine/windows/windows.media.speechsynthesis.idl
 %%STAGING%%include/wine/windows/windows.system.h
 %%STAGING%%include/wine/windows/windows.system.idl
 %%STAGING%%include/wine/windows/windows.system.userprofile.h



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