git: d3e3974b711b - main - emulators/wine-devel: Update to Wine 6.5

Gerald Pfeifer gerald at FreeBSD.org
Fri Apr 9 21:44:47 UTC 2021


The branch main has been updated by gerald:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d3e3974b711b852287ddd7ef65d396793f431d2e

commit d3e3974b711b852287ddd7ef65d396793f431d2e
Author:     Gerald Pfeifer <gerald at FreeBSD.org>
AuthorDate: 2021-04-09 21:43:23 +0000
Commit:     Gerald Pfeifer <gerald at FreeBSD.org>
CommitDate: 2021-04-09 21:44:09 +0000

    emulators/wine-devel: Update to Wine 6.5
    
    This includes the following changes:
     - OpenCL support updated to version 1.2.
     - More support for IE compatibility modes in MSHTML.
     - More windowless RichEdit work.
     - A few more WinRT library stubs.
     - Various bug fixes.
---
 emulators/wine-devel/Makefile  |  2 +-
 emulators/wine-devel/distinfo  | 10 +++++-----
 emulators/wine-devel/pkg-plist |  2 ++
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 81d9b91d638d..033a2c037d61 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -1,7 +1,7 @@
 # Created by: Gerald Pfeifer <gerald at FreeBSD.org>
 
 PORTNAME=	wine
-DISTVERSION=	6.4
+DISTVERSION=	6.5
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \
diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo
index 4920d67442fe..bab3393f47ce 100644
--- a/emulators/wine-devel/distinfo
+++ b/emulators/wine-devel/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1616318588
-SHA256 (wine-6.4.tar.xz) = 1b2d2b453d90d6c2d7124e47faeae50e5c54c25f69bee1d06531843261024c8f
-SIZE (wine-6.4.tar.xz) = 24340220
-SHA256 (v6.4.tar.gz) = 849daae53c114e85e5c3d5af13ae6dfd9b9bb46cf64f1c275e683212c5c5942e
-SIZE (v6.4.tar.gz) = 9778866
+TIMESTAMP = 1617088628
+SHA256 (wine-6.5.tar.xz) = 0600fd208c06925d6634d29f543bba0a64361c34e9bd7609c2f0e209610ad347
+SIZE (wine-6.5.tar.xz) = 24375196
+SHA256 (v6.5.tar.gz) = 965b96a5058d3b4403bafb46993a959b92a2eb7a896f1070368db795e32aeb10
+SIZE (v6.5.tar.gz) = 9743825
diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist
index 3783c704804a..242783e0669c 100644
--- a/emulators/wine-devel/pkg-plist
+++ b/emulators/wine-devel/pkg-plist
@@ -427,6 +427,8 @@ include/wine/windows/errorrep.h
 include/wine/windows/errors.h
 include/wine/windows/errrec.idl
 include/wine/windows/evcode.h
+include/wine/windows/eventtoken.h
+include/wine/windows/eventtoken.idl
 include/wine/windows/evntprov.h
 include/wine/windows/evntrace.h
 include/wine/windows/evr.h


More information about the dev-commits-ports-all mailing list