diff options
author | gerald <gerald@FreeBSD.org> | 2008-09-24 16:37:17 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2008-09-24 16:37:17 +0800 |
commit | 429541854d661ceaa7640b912d44879cb79897c7 (patch) | |
tree | e9aa3c65cc7b41aa0a5f29043c22da6fb3efd161 /emulators/wine | |
parent | 415b78f5f48bc6d1668a2794293937723585e540 (diff) | |
download | freebsd-ports-gnome-429541854d661ceaa7640b912d44879cb79897c7.tar.gz freebsd-ports-gnome-429541854d661ceaa7640b912d44879cb79897c7.tar.zst freebsd-ports-gnome-429541854d661ceaa7640b912d44879cb79897c7.zip |
Update to Wine 1.1.5. Among others, this includes the following changes:
- Substantial JavaScript implementation.
- Partial support for layered windows.
- Support for Unicode file export in Regedit.
- Proper exception handling in widl-generated code.
- Asynchronous requests and cookies support in WinHTTP.
- Various bug fixes.
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index ddab7142cf3b..2277f3d8b00a 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -7,7 +7,7 @@ # PORTNAME= wine -DISTVERSION= 1.1.4 +DISTVERSION= 1.1.5 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SFE \ diff --git a/emulators/wine/distinfo b/emulators/wine/distinfo index d1c946e3ee18..e48de620a3ed 100644 --- a/emulators/wine/distinfo +++ b/emulators/wine/distinfo @@ -1,3 +1,3 @@ -MD5 (wine-1.1.4.tar.bz2) = dd6e2dfdadb7b023803948d0a1814a39 -SHA256 (wine-1.1.4.tar.bz2) = 745ae9142dbd11e430410200e09128e3ffe114faade8f97be83fced8e0327230 -SIZE (wine-1.1.4.tar.bz2) = 14362995 +MD5 (wine-1.1.5.tar.bz2) = 8e06b02323f2dff1f6db0fea6df89b5b +SHA256 (wine-1.1.5.tar.bz2) = 759208a35cb243ab25338d42facf73e21523b1afac074ba4605a66099e454493 +SIZE (wine-1.1.5.tar.bz2) = 14467703 |