diff options
author | gerald <gerald@FreeBSD.org> | 2011-10-11 09:46:32 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2011-10-11 09:46:32 +0800 |
commit | d77b2e4cfa9fbb9a3db5db9e75bc8fd2945da197 (patch) | |
tree | eb1ccb7392d87b90f65bba616dfbb90396f9cd70 /emulators/wine | |
parent | 407f6ba6242632ad1a9c7dd35c0f0a1080d962ed (diff) | |
download | freebsd-ports-gnome-d77b2e4cfa9fbb9a3db5db9e75bc8fd2945da197.tar.gz freebsd-ports-gnome-d77b2e4cfa9fbb9a3db5db9e75bc8fd2945da197.tar.zst freebsd-ports-gnome-d77b2e4cfa9fbb9a3db5db9e75bc8fd2945da197.zip |
Update to Wine 1.3.30. This includes the following changes:
- DirectSound reimplemented on top of MMDevAPI.
- Support for StretchBlt in the DIB engine.
- User interface improvements in HTML help.
- Some MSXML fixes.
- Performance improvements in cmd.
- Various bug fixes.
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine/distinfo | 4 | ||||
-rw-r--r-- | emulators/wine/pkg-plist | 3 |
3 files changed, 5 insertions, 4 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 3f278370a351..675475b9d5ba 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -7,7 +7,7 @@ # PORTNAME= wine -DISTVERSION= 1.3.29 +DISTVERSION= 1.3.30 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ diff --git a/emulators/wine/distinfo b/emulators/wine/distinfo index bd01f90f9655..4cd6bb0f3035 100644 --- a/emulators/wine/distinfo +++ b/emulators/wine/distinfo @@ -1,2 +1,2 @@ -SHA256 (wine-1.3.29.tar.bz2) = 41fa0f7a9d67de65bd5813405a49b3f6b91a1672cde85570b22a567cd7ef24d6 -SIZE (wine-1.3.29.tar.bz2) = 19642438 +SHA256 (wine-1.3.30.tar.bz2) = 05edc5b5a214edf6f1d0a3a7f6e2cdbace7d261763b41d832d62b6d3872a543e +SIZE (wine-1.3.30.tar.bz2) = 19662318 diff --git a/emulators/wine/pkg-plist b/emulators/wine/pkg-plist index dbfebe2e80da..1c35693ebaba 100644 --- a/emulators/wine/pkg-plist +++ b/emulators/wine/pkg-plist @@ -244,7 +244,6 @@ include/wine/windows/dplobby.h include/wine/windows/dplobby8.h include/wine/windows/dpnathlp.h include/wine/windows/dsconf.h -include/wine/windows/dsdriver.h include/wine/windows/dsgetdc.h include/wine/windows/dshow.h include/wine/windows/dsound.h @@ -337,6 +336,7 @@ include/wine/windows/ksmedia.h include/wine/windows/lm.h include/wine/windows/lmaccess.h include/wine/windows/lmapibuf.h +include/wine/windows/lmat.h include/wine/windows/lmbrowsr.h include/wine/windows/lmcons.h include/wine/windows/lmerr.h @@ -466,6 +466,7 @@ include/wine/windows/oleidl.idl include/wine/windows/opnrst.idl include/wine/windows/optary.h include/wine/windows/optary.idl +include/wine/windows/patchapi.h include/wine/windows/pdh.h include/wine/windows/pdhmsg.h include/wine/windows/perhist.h |