diff options
author | gerald <gerald@FreeBSD.org> | 2008-06-28 19:07:17 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2008-06-28 19:07:17 +0800 |
commit | ab488048b071cc0a7677b75382d90346e29af97c (patch) | |
tree | b07e942430a2aaf412115b97459fe901a0e7f6ec /emulators/wine-devel/Makefile | |
parent | bf58e80443cfc42f0d62d2ad8822ca7f42c349bd (diff) | |
download | freebsd-ports-gnome-ab488048b071cc0a7677b75382d90346e29af97c.tar.gz freebsd-ports-gnome-ab488048b071cc0a7677b75382d90346e29af97c.tar.zst freebsd-ports-gnome-ab488048b071cc0a7677b75382d90346e29af97c.zip |
Update to Wine 1.1.0. Among others, this includes the following changes:
- Many more gdiplus functions implemented.
- Improved graphics tablet support.
- Many Richedit fixes and improvements.
- Support for HWND_MESSAGE windows. - A lot of new MSHTML functions.
- Many fixes in MSI registry handling.
- Initial implementation of the inetmib1 DLL.
- Improvements to the quartz renderers.
- Various bug fixes.
Diffstat (limited to 'emulators/wine-devel/Makefile')
-rw-r--r-- | emulators/wine-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index d3e846f72bcd..aea88602905a 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -7,7 +7,7 @@ # PORTNAME= wine -DISTVERSION= 1.0 +DISTVERSION= 1.1.0 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SFE \ |