Skip to content

Commit

Permalink
emulators/wine-devel: Update to Wine 9.11
Browse files Browse the repository at this point in the history
This includes the following changes:
 - C++ exception handling on ARM platforms (which we don't support yet).
 - More DPI Awareness support improvements.
 - Various bug fixes.
  • Loading branch information
Gerald Pfeifer authored and Gerald Pfeifer committed Jun 30, 2024
1 parent ebcf92e commit d3e0576
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 1 addition & 2 deletions emulators/wine-devel/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
PORTNAME= wine
DISTVERSION= 9.10
PORTREVISION= 1
DISTVERSION= 9.11
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= https://dl.winehq.org/wine/source/9.x/
Expand Down
6 changes: 3 additions & 3 deletions emulators/wine-devel/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1719215218
SHA256 (wine-9.10.tar.xz) = afc34b491bfa14c62c3fdf627dd2b5dcac5e7e9f3f145adb14332578af8cf1c0
SIZE (wine-9.10.tar.xz) = 30289048
TIMESTAMP = 1719652879
SHA256 (wine-9.11.tar.xz) = dfa00c264ea71169d02a849a833e48cae761fb08422a00df8644ebd67bf87240
SIZE (wine-9.11.tar.xz) = 30301904
3 changes: 3 additions & 0 deletions emulators/wine-devel/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,8 @@ include/wine/windows/dinput.h
include/wine/windows/dinputd.h
include/wine/windows/directmanipulation.h
include/wine/windows/directmanipulation.idl
include/wine/windows/dispatcherqueue.h
include/wine/windows/dispatcherqueue.idl
include/wine/windows/dispdib.h
include/wine/windows/dispex.h
include/wine/windows/dispex.idl
Expand Down Expand Up @@ -1643,6 +1645,7 @@ lib/wine/%%WINEARCH%%-windows/concrt140.dll
lib/wine/%%WINEARCH%%-windows/conhost.exe
lib/wine/%%WINEARCH%%-windows/connect.dll
lib/wine/%%WINEARCH%%-windows/control.exe
lib/wine/%%WINEARCH%%-windows/coremessaging.dll
lib/wine/%%WINEARCH%%-windows/credui.dll
lib/wine/%%WINEARCH%%-windows/crtdll.dll
lib/wine/%%WINEARCH%%-windows/crypt32.dll
Expand Down

0 comments on commit d3e0576

Please sign in to comment.