Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Oct 2018 06:38:53 +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: r483112 - head/emulators/wine-devel
Message-ID:  <201810270638.w9R6crET091511@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sat Oct 27 06:38:52 2018
New Revision: 483112
URL: https://svnweb.freebsd.org/changeset/ports/483112

Log:
  Update to Wine 3.19.  This includes the following changes:
   - Support for file I/O completion modes.
   - WaitOnAddress synchronization primitives.
   - Better support for 32-bit .NET binaries on 64-bit.
   - Improved recovery on broken RPC connection.
   - Various bug fixes.
  
  And two files are no longer contingent on the Staging patchset,
  functionality is now in Wine proper.

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 Oct 27 06:00:24 2018	(r483111)
+++ head/emulators/wine-devel/Makefile	Sat Oct 27 06:38:52 2018	(r483112)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	wine
-DISTVERSION=	3.18
+DISTVERSION=	3.19
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \

Modified: head/emulators/wine-devel/distinfo
==============================================================================
--- head/emulators/wine-devel/distinfo	Sat Oct 27 06:00:24 2018	(r483111)
+++ head/emulators/wine-devel/distinfo	Sat Oct 27 06:38:52 2018	(r483112)
@@ -1,5 +1,3 @@
-TIMESTAMP = 1539500079
-SHA256 (wine-3.18.tar.xz) = 9be8d44b1b22814c76e6214fe8ce657ae90a7a17879e5cd2b2a87ad6a1391a77
-SIZE (wine-3.18.tar.xz) = 21479964
-SHA256 (v3.18.tar.gz) = 148b3312c3583e9b55b713fc201cb758aca022b27329b3b971c8923c8049576d
-SIZE (v3.18.tar.gz) = 9927742
+TIMESTAMP = 1540591223
+SHA256 (wine-3.19.tar.xz) = ef21c626aef09715de9640a79d42e8b5e305761d5f21491fe84d74cafa7a9c6a
+SIZE (wine-3.19.tar.xz) = 21503304

Modified: head/emulators/wine-devel/pkg-plist
==============================================================================
--- head/emulators/wine-devel/pkg-plist	Sat Oct 27 06:00:24 2018	(r483111)
+++ head/emulators/wine-devel/pkg-plist	Sat Oct 27 06:38:52 2018	(r483112)
@@ -183,6 +183,8 @@ include/wine/windows/d2d1.h
 include/wine/windows/d2d1.idl
 include/wine/windows/d2d1_1.h
 include/wine/windows/d2d1_1.idl
+include/wine/windows/d2d1_2.h
+include/wine/windows/d2d1_2.idl
 include/wine/windows/d2dbasetypes.h
 include/wine/windows/d2derr.h
 include/wine/windows/d3d.h
@@ -576,8 +578,8 @@ include/wine/windows/msxml6did.h
 include/wine/windows/msxmldid.h
 include/wine/windows/mtxdm.h
 include/wine/windows/multimon.h
-%%STAGING%%include/wine/windows/natupnp.h
-%%STAGING%%include/wine/windows/natupnp.idl
+include/wine/windows/natupnp.h
+include/wine/windows/natupnp.idl
 include/wine/windows/nb30.h
 include/wine/windows/ncrypt.h
 include/wine/windows/ndrtypes.h
@@ -763,6 +765,7 @@ include/wine/windows/strsafe.h
 include/wine/windows/structuredquerycondition.h
 include/wine/windows/structuredquerycondition.idl
 include/wine/windows/svrapi.h
+include/wine/windows/synchapi.h
 include/wine/windows/t2embapi.h
 include/wine/windows/tapi.h
 include/wine/windows/taskschd.h



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