diff options
author | gerald <gerald@FreeBSD.org> | 2015-06-29 15:38:04 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2015-06-29 15:38:04 +0800 |
commit | c7316693899175f1b857c106870071b541fddd1a (patch) | |
tree | 734223e7287cf892cdb827fec108395e75b5cb44 /emulators | |
parent | a5ac657ec4e43ae047b053e8e32aa07da097d7ed (diff) | |
download | freebsd-ports-gnome-c7316693899175f1b857c106870071b541fddd1a.tar.gz freebsd-ports-gnome-c7316693899175f1b857c106870071b541fddd1a.tar.zst freebsd-ports-gnome-c7316693899175f1b857c106870071b541fddd1a.zip |
Update to Wine 1.7.46. This includes the following changes:
- Improvements in the BITS file transfer service.
- Still more progress on DirectWrite implementation.
- Support for shared user data on 64-bit.
- Various C++ runtime improvements.
- Various bug fixes.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 8 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 8 |
3 files changed, 13 insertions, 5 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 7fe394dd0db0..9cff6b9b6fc3 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.7.45 +DISTVERSION= 1.7.46 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index 945d5461c862..388fc521e4fd 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,4 +1,4 @@ -SHA256 (wine-1.7.45.tar.bz2) = a30cef1ee4ceaee4b6c9c2ad96df3b8a8847278246e7727624db314c68adaa23 -SIZE (wine-1.7.45.tar.bz2) = 22312840 -SHA256 (v1.7.45.tar.gz) = 06180e1189e8669892e8b3d640810306b0310c508842272eccc65034534e9411 -SIZE (v1.7.45.tar.gz) = 9216075 +SHA256 (wine-1.7.46.tar.bz2) = 9ab4046cc676de3054f9f2560e7d757b25324f72dd9a9cfed0d4aa48cc87350b +SIZE (wine-1.7.46.tar.bz2) = 22356320 +SHA256 (v1.7.46.tar.gz) = a3b681f38917889bc6dce3ea3e78e91da75789f212b69fd1a10a5bac329761d3 +SIZE (v1.7.46.tar.gz) = 9204220 diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index dbc55b7db1b3..e35c6cd9d94d 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -801,6 +801,8 @@ include/wine/windows/xmllite.idl include/wine/windows/zmouse.h include/wine/windows/ddk/compstui.h include/wine/windows/ddk/csq.h +include/wine/windows/ddk/hidclass.h +include/wine/windows/ddk/hidpi.h include/wine/windows/ddk/hidsdi.h include/wine/windows/ddk/imm.h include/wine/windows/ddk/mountmgr.h @@ -973,6 +975,8 @@ lib/wine/d3dcompiler_40.dll.so lib/wine/d3dcompiler_41.dll.so lib/wine/d3dcompiler_42.dll.so lib/wine/d3dcompiler_43.dll.so +lib/wine/d3dcompiler_46.dll.so +lib/wine/d3dcompiler_47.dll.so lib/wine/d3dim.dll.so lib/wine/d3drm.dll.so lib/wine/d3dx10_33.dll.so @@ -1212,6 +1216,8 @@ lib/wine/fakedlls/d3dcompiler_40.dll lib/wine/fakedlls/d3dcompiler_41.dll lib/wine/fakedlls/d3dcompiler_42.dll lib/wine/fakedlls/d3dcompiler_43.dll +lib/wine/fakedlls/d3dcompiler_46.dll +lib/wine/fakedlls/d3dcompiler_47.dll lib/wine/fakedlls/d3dim.dll lib/wine/fakedlls/d3drm.dll lib/wine/fakedlls/d3dx10_33.dll @@ -1409,6 +1415,7 @@ lib/wine/fakedlls/msls31.dll lib/wine/fakedlls/msnet32.dll lib/wine/fakedlls/mspatcha.dll lib/wine/fakedlls/msrle32.dll +lib/wine/fakedlls/msscript.ocx lib/wine/fakedlls/mssign32.dll lib/wine/fakedlls/mssip32.dll lib/wine/fakedlls/mstask.dll @@ -2007,6 +2014,7 @@ lib/wine/msls31.dll.so lib/wine/msnet32.dll.so lib/wine/mspatcha.dll.so lib/wine/msrle32.dll.so +lib/wine/msscript.ocx.so lib/wine/mssign32.dll.so lib/wine/mssip32.dll.so lib/wine/mstask.dll.so |