diff options
author | gerald <gerald@FreeBSD.org> | 2016-08-08 17:55:32 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2016-08-08 17:55:32 +0800 |
commit | 2fc816b2b59dd761260d177c3eb495678d06ec7c (patch) | |
tree | af6c6e31f4be8cd511f0e9f775b28ed512df1b68 /emulators/wine-devel | |
parent | 493bf3b71bbbed790e821fbc23e813552da467bb (diff) | |
download | freebsd-ports-gnome-2fc816b2b59dd761260d177c3eb495678d06ec7c.tar.gz freebsd-ports-gnome-2fc816b2b59dd761260d177c3eb495678d06ec7c.tar.zst freebsd-ports-gnome-2fc816b2b59dd761260d177c3eb495678d06ec7c.zip |
Update to Wine 1.9.16. This includes the following changes:
- Performance improvements in JavaScript.
- More progress towards the Direct3D command stream.
- More shader instructions in Direct3D.
- Performance improvements in GDI.
- Various bug fixes.
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 10 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index d4541e2ae0b0..ad052cbc79c2 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.9.15 +DISTVERSION= 1.9.16 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index 1f16e640bc93..6f66477de3ba 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1469379036 -SHA256 (wine-1.9.15.tar.bz2) = cf992ac991b0e49fd0b186305021acf6e612d5df18d30e3d5808fa6f6731adda -SIZE (wine-1.9.15.tar.bz2) = 23357574 -SHA256 (v1.9.15.tar.gz) = 10b836e4f78b7da1693cf1199f1b16c160a844a6372733817be31de67ea85150 -SIZE (v1.9.15.tar.gz) = 9926094 +TIMESTAMP = 1470642852 +SHA256 (wine-1.9.16.tar.bz2) = e120d6673aada93935c6661b75c2edc835a45a8e658b80934c36434b56940f04 +SIZE (wine-1.9.16.tar.bz2) = 23419636 +SHA256 (v1.9.16.tar.gz) = 24b0386b3bd04a2e48b5233487b2b3479d6e4042b44378ad3b9f1e04c5082a1d +SIZE (v1.9.16.tar.gz) = 9919553 diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index 21c28d508117..de9252808612 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -216,6 +216,7 @@ include/wine/windows/d3dx10.h include/wine/windows/d3dx10async.h %%STAGING%%include/wine/windows/d3dx10core.h %%STAGING%%include/wine/windows/d3dx10core.idl +include/wine/windows/d3dx10math.h include/wine/windows/d3dx10tex.h include/wine/windows/d3dx11.h include/wine/windows/d3dx11async.h @@ -1599,6 +1600,7 @@ lib/wine/fakedlls/msvcp100.dll lib/wine/fakedlls/msvcp110.dll lib/wine/fakedlls/msvcp120.dll lib/wine/fakedlls/msvcp120_app.dll +lib/wine/fakedlls/msvcp140.dll lib/wine/fakedlls/msvcp60.dll lib/wine/fakedlls/msvcp70.dll lib/wine/fakedlls/msvcp71.dll @@ -2100,6 +2102,7 @@ lib/wine/libstrmiids.a lib/wine/libsxs.def lib/wine/libt2embed.def lib/wine/libtapi32.def +lib/wine/libucrtbase.def lib/wine/libunicows.def lib/wine/liburl.def lib/wine/liburlmon.def @@ -2207,6 +2210,7 @@ lib/wine/msvcp100.dll.so lib/wine/msvcp110.dll.so lib/wine/msvcp120.dll.so lib/wine/msvcp120_app.dll.so +lib/wine/msvcp140.dll.so lib/wine/msvcp60.dll.so lib/wine/msvcp70.dll.so lib/wine/msvcp71.dll.so |