diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2010-02-07 12:44:59 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2010-02-07 12:44:59 +0000 |
commit | 97006606665c373ab53ba941645fbb4b9a210803 (patch) | |
tree | 2ff60f0908804c5481744e292d59aa2c62876d3d /emulators/wine | |
parent | e5a04ac37d053787bbe61b21eb4ac7c5b3c48edf (diff) | |
download | ports-97006606665c373ab53ba941645fbb4b9a210803.tar.gz ports-97006606665c373ab53ba941645fbb4b9a210803.zip |
Update to Wine 1.1.38. Among others, this includes the following changes:
- Better support for memory allocations debugging.
- Improved MIDI support.
- A wide range of Direct3D fixes.
- OLEDB fixes (should fix Clipart in Office).
- Many MSI fixes.
- Various bug fixes.
Notes
Notes:
svn path=/head/; revision=249369
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 3 | ||||
-rw-r--r-- | emulators/wine/distinfo | 6 | ||||
-rw-r--r-- | emulators/wine/pkg-plist | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 71f704337363..b2a7e80a1733 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -7,8 +7,7 @@ # PORTNAME= wine -DISTVERSION= 1.1.37 -PORTREVISION= 1 +DISTVERSION= 1.1.38 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ diff --git a/emulators/wine/distinfo b/emulators/wine/distinfo index 990759fd0ba1..6a35bc11df3f 100644 --- a/emulators/wine/distinfo +++ b/emulators/wine/distinfo @@ -1,3 +1,3 @@ -MD5 (wine-1.1.37.tar.bz2) = a9144360723c8276dffdbcea9c1028d5 -SHA256 (wine-1.1.37.tar.bz2) = 073a88b840b494a81f438651cfeaba9733d3913ef29e19a4dec8235eae4a9999 -SIZE (wine-1.1.37.tar.bz2) = 16141072 +MD5 (wine-1.1.38.tar.bz2) = ef5947bcb9667b75b8de4a2ce16d0ec2 +SHA256 (wine-1.1.38.tar.bz2) = 63f1929c47de8be7bcc72d8019628bc8b9ce1269d2e1e10379fb6a66cb45b3be +SIZE (wine-1.1.38.tar.bz2) = 16198816 diff --git a/emulators/wine/pkg-plist b/emulators/wine/pkg-plist index cc717b212700..7fdccf015aff 100644 --- a/emulators/wine/pkg-plist +++ b/emulators/wine/pkg-plist @@ -81,6 +81,7 @@ include/wine/windows/activscp.idl include/wine/windows/adshlp.h include/wine/windows/advpub.h include/wine/windows/af_irda.h +include/wine/windows/amaudio.h include/wine/windows/amstream.h include/wine/windows/amstream.idl include/wine/windows/amvideo.h @@ -428,6 +429,7 @@ include/wine/windows/powrprof.h include/wine/windows/profinfo.h include/wine/windows/propidl.h include/wine/windows/propidl.idl +include/wine/windows/propkey.h include/wine/windows/propkeydef.h include/wine/windows/propsys.h include/wine/windows/propsys.idl @@ -942,6 +944,7 @@ lib/wine/fakedlls/msvidc32.dll lib/wine/fakedlls/msvideo.dll16 lib/wine/fakedlls/mswsock.dll lib/wine/fakedlls/msxml3.dll +lib/wine/fakedlls/msxml4.dll lib/wine/fakedlls/nddeapi.dll lib/wine/fakedlls/net.exe lib/wine/fakedlls/netapi32.dll @@ -1385,6 +1388,7 @@ lib/wine/msvidc32.dll.so lib/wine/msvideo.dll16.so lib/wine/mswsock.dll.so lib/wine/msxml3.dll.so +lib/wine/msxml4.dll.so lib/wine/nddeapi.dll.so lib/wine/net.exe.so lib/wine/netapi32.dll.so |