diff options
author | Damjan Jovanovic <damjan.jov@gmail.com> | 2022-07-11 16:29:15 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2022-07-11 16:29:15 +0000 |
commit | 10e44112da8a91a26d013d791b0740b093c93084 (patch) | |
tree | a08d12938fd073528fc5a10547ced9f27211f056 | |
parent | 9416091e7a66f13907d00d173a8343e4d7b3a46f (diff) |
emulators/wine-devel: update to version 7.10
This includes the following changes:
- macOS driver converted to PE.
- Mono engine updated to version 7.3.0.
- Windows-compatible Unicode collation.
- Wow64 support in SECUR32.
- Various bug fixes.
Approved by: damjan.jov@gmail.com (maintainer)
-rw-r--r-- | emulators/wine-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 587abf3e0ba9..1fcae8b81ab5 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -1,7 +1,7 @@ # Created by: Gerald Pfeifer <gerald@FreeBSD.org> PORTNAME= wine -DISTVERSION= 7.9 +DISTVERSION= 7.10 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index 3ba22ed07fd5..9d83c70b4d5a 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1656517555 -SHA256 (wine-7.9.tar.xz) = d0c3cdcb25f7f0a667f3cf1548d58355060e95bb49a17936f6326d6b10cbb95c -SIZE (wine-7.9.tar.xz) = 27783272 -SHA256 (v7.9.tar.gz) = 38e0011aba31e48195666a7911e9069c9d95866f5d20c5fa4f96309913487d0f -SIZE (v7.9.tar.gz) = 9657482 +TIMESTAMP = 1656914127 +SHA256 (wine-7.10.tar.xz) = 3feb24cd8598c10f6af711e74ac2b5d2442bb4d3b8c078f9d3a253ae8736480d +SIZE (wine-7.10.tar.xz) = 27915328 +SHA256 (v7.10.tar.gz) = 06b728072f6fe251f8db7552c78a567cbbd9cd394734e6ff77c90e2613d27baa +SIZE (v7.10.tar.gz) = 9646352 |