diff options
author | gerald <gerald@FreeBSD.org> | 2010-10-31 12:52:58 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2010-10-31 12:52:58 +0800 |
commit | 274f1035a6092e8443b4912d012792927c606451 (patch) | |
tree | c47aa68562b51c6785f4f6c2ce3a5803a3711876 /emulators/wine/Makefile | |
parent | ca42ea2858623909c8834bfa6f1f82b4cf99273e (diff) | |
download | freebsd-ports-gnome-274f1035a6092e8443b4912d012792927c606451.tar.gz freebsd-ports-gnome-274f1035a6092e8443b4912d012792927c606451.tar.zst freebsd-ports-gnome-274f1035a6092e8443b4912d012792927c606451.zip |
Update to Wine 1.3.6. Among others, this includes the following changes:
- Support for GStreamer filters.
- Mapping of standard cursors to native desktop cursors.
- Improved support for installers with services.
- Many MSXML improvements.
- Decoder for TGA-format images.
- Translation updates.
- Various bug fixes.
And as far as this port goes, no more MD5 hash in distinfo.
Diffstat (limited to 'emulators/wine/Makefile')
-rw-r--r-- | emulators/wine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index ac577c0c5c34..ebd6aac5accc 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -7,7 +7,7 @@ # PORTNAME= wine -DISTVERSION= 1.3.5 +DISTVERSION= 1.3.6 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ |