diff options
| author | Thibault Payet <monwarez@mailoo.org> | 2026-07-11 15:33:58 +0000 |
|---|---|---|
| committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2026-07-11 15:33:58 +0000 |
| commit | 383868cc8be66509dd63deeee072ed23441182f4 (patch) | |
| tree | 1edf00e4006f2ba0ce58b079a8ec98eeb9986f86 | |
| parent | 77282dede0e2fc65ea3b476ca024b4413ea67738 (diff) | |
emulators/wine-devel: Update 11.12 => 11.13
Changelog:
- Better support for input pointers.
- Improved keyboard scancode mapping on X11.
- Various bug fixes.
https://gitlab.winehq.org/wine/wine/-/releases/wine-11.13
PR: 296690
Sponsored by: UNIS Labs
| -rw-r--r-- | emulators/wine-devel/Makefile | 2 | ||||
| -rw-r--r-- | emulators/wine-devel/distinfo | 6 | ||||
| -rw-r--r-- | emulators/wine-devel/pkg-plist | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index f2787a370069..92939ed04e1d 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= wine -DISTVERSION= 11.12 +DISTVERSION= 11.13 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= https://dl.winehq.org/wine/source/11.x/ diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index f611bb7a8791..50aa9d52b748 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1782881188 -SHA256 (wine-11.12.tar.xz) = d3bc091192d985846c9f20065cc81f21331f01e22b736b131e3449e1306671bc -SIZE (wine-11.12.tar.xz) = 46514188 +TIMESTAMP = 1783760798 +SHA256 (wine-11.13.tar.xz) = 9548390c5042126b6ecf0af2cba477b75aa3e99be9797ea70d5026374c5074f1 +SIZE (wine-11.13.tar.xz) = 46548088 diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index b5fe8e21e631..13c90c82da29 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -1014,6 +1014,7 @@ include/wine/windows/poppack.h include/wine/windows/powersetting.h include/wine/windows/powrprof.h include/wine/windows/prntvpt.h +include/wine/windows/processsnapshot.h include/wine/windows/processthreadsapi.h include/wine/windows/profinfo.h include/wine/windows/proofofpossessioncookieinfo.h |
