diff options
author | gerald <gerald@FreeBSD.org> | 2018-06-27 02:08:04 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2018-06-27 02:08:04 +0800 |
commit | 50d0b16c7361928a512cfc1cad74e564a7ce2e13 (patch) | |
tree | 934f4b4ac1d420f61da41f5e40fc3adc30e9fe21 | |
parent | 481536dd56fde6ca4ff75aab7946cc3387951599 (diff) | |
download | freebsd-ports-gnome-50d0b16c7361928a512cfc1cad74e564a7ce2e13.tar.gz freebsd-ports-gnome-50d0b16c7361928a512cfc1cad74e564a7ce2e13.tar.zst freebsd-ports-gnome-50d0b16c7361928a512cfc1cad74e564a7ce2e13.zip |
Update to Wine 3.11. This includes the following changes:
- More debugger support for Wow64 processes.
- Support for sha256/sha384 hashes in ECDSA signatures.
- Better reporting of hyper-threaded CPUs.
- Improvements to the standard Task Dialog.
- Various bug fixes.
-rw-r--r-- | emulators/wine-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 10 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 3 |
3 files changed, 9 insertions, 6 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 7b8ba65c74b1..739a7309e234 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 3.10 +DISTVERSION= 3.11 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= http://mirrors.ibiblio.org/wine/source/3.x/ \ diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index 62981bac748e..87318344acc6 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1528781139 -SHA256 (wine-3.10.tar.xz) = d7505cc79c7cd8950f1a46ecfcc0ae2ecc71717ce85414846264395b1e7ac6b5 -SIZE (wine-3.10.tar.xz) = 20485784 -SHA256 (v3.10.tar.gz) = 3f44f24dab0d59e08a2395960756a65485f0f5201dde2f8381d680ff235cf22d -SIZE (v3.10.tar.gz) = 9943542 +TIMESTAMP = 1529870310 +SHA256 (wine-3.11.tar.xz) = 25b492b3ba3e23a557b24d2d055c03018b749d293da98f9e4c792eafcc9f907e +SIZE (wine-3.11.tar.xz) = 20501100 +SHA256 (v3.11.tar.gz) = d3bded30a9e96d34ed9188230f9f0939b15891f3e61475b26f4544a63c9318d2 +SIZE (v3.11.tar.gz) = 9950753 diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index f118ec870ab7..41f9b0167c3a 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -450,6 +450,7 @@ include/wine/windows/inseng.h include/wine/windows/inseng.idl include/wine/windows/inspectable.h include/wine/windows/inspectable.idl +include/wine/windows/interactioncontext.h include/wine/windows/intshcut.h include/wine/windows/ipexport.h include/wine/windows/iphlpapi.h @@ -2475,6 +2476,7 @@ lib/wine/libmswsock.def lib/wine/libnddeapi.def lib/wine/libnetapi32.def lib/wine/libnewdev.def +lib/wine/libninput.def lib/wine/libnormaliz.def lib/wine/libntdll.def lib/wine/libntdsapi.def @@ -2531,6 +2533,7 @@ lib/wine/libuuid.a lib/wine/libuxtheme.def lib/wine/libvdmdbg.def lib/wine/libversion.def +lib/wine/libvulkan-1.def lib/wine/libwebservices.def lib/wine/libwer.def lib/wine/libwindowscodecs.def |