diff options
author | gerald <gerald@FreeBSD.org> | 2012-05-28 16:43:52 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2012-05-28 16:43:52 +0800 |
commit | 8cd73c0d4e5aa9e58b9e8a481ff8207c2bc9ab52 (patch) | |
tree | 3e3cb842fe30b7d325cb9369031b656596723470 /emulators | |
parent | 0fd2f8f24ae3fd57518f77de81a98e84d2dd1399 (diff) | |
download | freebsd-ports-gnome-8cd73c0d4e5aa9e58b9e8a481ff8207c2bc9ab52.tar.gz freebsd-ports-gnome-8cd73c0d4e5aa9e58b9e8a481ff8207c2bc9ab52.tar.zst freebsd-ports-gnome-8cd73c0d4e5aa9e58b9e8a481ff8207c2bc9ab52.zip |
Update to Wine 1.5.5. This includes the following changes:
- Support for installing Mono as a Wine add-on package.
- Dithering of pattern brushes in the DIB engine.
- Support for installing the .NET 4.0 runtime.
- DDS files supported in D3DX9.
- Various bug fixes.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 4 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 4 |
3 files changed, 7 insertions, 3 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index a067b1d422a5..ba136073cc88 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= wine -DISTVERSION= 1.5.4 +DISTVERSION= 1.5.5 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index 8d1cb1b915f2..56b843bd9dfe 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (wine-1.5.4.tar.bz2) = 90b10450b1afb4d54dfd20529e040daa4ee901c52b2f3bc452a86c2e06b4b759 -SIZE (wine-1.5.4.tar.bz2) = 20187597 +SHA256 (wine-1.5.5.tar.bz2) = e7d5ba716d2ac47193fa31eff66cc179145ddcb453c6923eaea70596a82b084e +SIZE (wine-1.5.5.tar.bz2) = 20158084 diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index dcb1ec92db7b..62c73c5589a6 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -667,6 +667,10 @@ include/wine/windows/winuser.h include/wine/windows/winuser.rh include/wine/windows/winver.h include/wine/windows/wmistr.h +include/wine/windows/wmsbuffer.h +include/wine/windows/wmsbuffer.idl +include/wine/windows/wmsdkidl.h +include/wine/windows/wmsdkidl.idl include/wine/windows/wnaspi32.h include/wine/windows/wownt32.h include/wine/windows/wpcapi.h |