diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2022-09-05 06:26:09 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2022-09-05 15:30:15 +0000 |
commit | 09e5822c0fc94e8595d14137c0ef6d539ceffdbf (patch) | |
tree | 505335e1aac4e06eec902df2395a07a19cd96535 | |
parent | 70009608365143710899a79417ddf88f29138de2 (diff) |
emulators/wine-devel: Update to Wine 7.15
This includes the following changes:
- Command lists in Direct2D.
- RSA encryption.
- Initial Wow64 thunking in WIN32U.
- Optional support for colors in test output.
- Various bug fixes.
Approved by: maintainer
-rw-r--r-- | emulators/wine-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 10 | ||||
-rw-r--r-- | 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 2351c30be556..280cf424bb74 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= wine -DISTVERSION= 7.14 +DISTVERSION= 7.15 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= https://dl.winehq.org/wine/source/7.x/ diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index 0206ec4a1531..670abdd8a68a 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1659467915 -SHA256 (wine-7.14.tar.xz) = 5e5bcba60a27fb7d9e60a64b6a697fad6e6f436b53833dbcc2339682af81a6cf -SIZE (wine-7.14.tar.xz) = 28274396 -SHA256 (v7.14.tar.gz) = b59a85c4098147b2c37e3ce9b962eaf692e99c2a68dd6d133808362d2d0aa227 -SIZE (v7.14.tar.gz) = 9644603 +TIMESTAMP = 1662348556 +SHA256 (wine-7.15.tar.xz) = d1ab8a19aae6fe6c0833c3d882a32448abfa4a28590f146e95450eb9f58fb91c +SIZE (wine-7.15.tar.xz) = 28324772 +SHA256 (v7.15.tar.gz) = d087889e8ae592ede55b4079ef6661d36c4e3054e4e56d0848381ac13caa3e31 +SIZE (v7.15.tar.gz) = 9644942 diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index 0c5567245981..73eec0bcb5c1 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -32,6 +32,8 @@ include/wine/iaccessible2.h include/wine/iaccessible2.idl include/wine/itss.h include/wine/itss.idl +include/wine/mfinternal.h +include/wine/mfinternal.idl include/wine/svcctl.h include/wine/svcctl.idl include/wine/msvcrt/assert.h |