Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Feb 2020 13:29:14 +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: r525161 - head/emulators/wine-devel
Message-ID:  <202002041329.014DTEEZ028767@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Tue Feb  4 13:29:13 2020
New Revision: 525161
URL: https://svnweb.freebsd.org/changeset/ports/525161

Log:
  Wine 5.1 is the first snapshot after the Wine 5.0 release, indicating that
  development for Wine 6 has started.  This brings the following changes:
   - Better reporting of error location in JScript and VBScript.
   - Support for relocatable installation of the Winelib tools.
   - Ellipse drawing in Direct2D.
   - OLE monikers improvements.
   - Various bug fixes.
  
  Two files (.h/.idl) moved out of the staging patchset with this snapshot.

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  4 13:27:02 2020	(r525160)
+++ head/emulators/wine-devel/Makefile	Tue Feb  4 13:29:13 2020	(r525161)
@@ -2,11 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	wine
-DISTVERSION=	5.0-rc6
+DISTVERSION=	5.1
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \
-		http://mirrors.ibiblio.org/wine/source/5.0/
+		http://mirrors.ibiblio.org/wine/source/5.x/
 PKGNAMESUFFIX?=	-devel
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
 

Modified: head/emulators/wine-devel/distinfo
==============================================================================
--- head/emulators/wine-devel/distinfo	Tue Feb  4 13:27:02 2020	(r525160)
+++ head/emulators/wine-devel/distinfo	Tue Feb  4 13:29:13 2020	(r525161)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1579514763
-SHA256 (wine-5.0-rc6.tar.xz) = 8cbbf8e6ccb86c33d2e233b0d66c981c3dea41409c8acd47cfb1607cefd933b4
-SIZE (wine-5.0-rc6.tar.xz) = 22464408
-SHA256 (v5.0-rc6.tar.gz) = 08d8e737f912e0d1ab43afbeaf5759b7e10af6f3882260cd57b356e5924de8b4
-SIZE (v5.0-rc6.tar.gz) = 9935835
+TIMESTAMP = 1580685823
+SHA256 (wine-5.1.tar.xz) = de8380f78bb0dc0f0ee26a8f16675f8c80c0bf45cf4e305acb82eb9ec3c2c9cd
+SIZE (wine-5.1.tar.xz) = 22500180
+SHA256 (v5.1.tar.gz) = 810f9841cdd1645cad615a7640765159036ac5f79b5f4bfe9c71ede920d9d91f
+SIZE (v5.1.tar.gz) = 9924758

Modified: head/emulators/wine-devel/pkg-plist
==============================================================================
--- head/emulators/wine-devel/pkg-plist	Tue Feb  4 13:27:02 2020	(r525160)
+++ head/emulators/wine-devel/pkg-plist	Tue Feb  4 13:29:13 2020	(r525161)
@@ -302,8 +302,8 @@ include/wine/windows/dimm.h
 include/wine/windows/dimm.idl
 include/wine/windows/dinput.h
 include/wine/windows/dinputd.h
-%%STAGING%%include/wine/windows/directmanipulation.h
-%%STAGING%%include/wine/windows/directmanipulation.idl
+include/wine/windows/directmanipulation.h
+include/wine/windows/directmanipulation.idl
 include/wine/windows/dispdib.h
 include/wine/windows/dispex.h
 include/wine/windows/dispex.idl
@@ -974,6 +974,7 @@ include/wine/windows/wtypes.idl
 include/wine/windows/wuapi.h
 include/wine/windows/wuapi.idl
 include/wine/windows/x3daudio.h
+include/wine/windows/xact3wb.h
 include/wine/windows/xapo.h
 include/wine/windows/xapo.idl
 include/wine/windows/xapofx.h
@@ -2292,6 +2293,7 @@ lib/wine/fakedlls/vcomp120.dll
 lib/wine/fakedlls/vcomp140.dll
 lib/wine/fakedlls/vcomp90.dll
 lib/wine/fakedlls/vcruntime140.dll
+lib/wine/fakedlls/vcruntime140_1.dll
 %%WINE32%%lib/wine/fakedlls/vdhcp.vxd
 lib/wine/fakedlls/vdmdbg.dll
 %%WINE32%%lib/wine/fakedlls/ver.dll16
@@ -2992,6 +2994,7 @@ lib/wine/vcomp120.dll.so
 lib/wine/vcomp140.dll.so
 lib/wine/vcomp90.dll.so
 lib/wine/vcruntime140.dll.so
+lib/wine/vcruntime140_1.dll.so
 %%WINE32%%lib/wine/vdhcp.vxd.so
 lib/wine/vdmdbg.dll.so
 %%WINE32%%lib/wine/ver.dll16.so



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