diff options
author | gerald <gerald@FreeBSD.org> | 2012-01-06 00:26:14 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2012-01-06 00:26:14 +0800 |
commit | 634eb9b1d721f5118ee56a32d0a99ab380e9b642 (patch) | |
tree | a7ac11cd31f459569ab1a807757c7726a3bdafb8 /emulators/wine/Makefile | |
parent | 11fc5837ed7943ef8dd49e9b017035e240e7037b (diff) | |
download | freebsd-ports-gnome-634eb9b1d721f5118ee56a32d0a99ab380e9b642.tar.gz freebsd-ports-gnome-634eb9b1d721f5118ee56a32d0a99ab380e9b642.tar.zst freebsd-ports-gnome-634eb9b1d721f5118ee56a32d0a99ab380e9b642.zip |
Update to Wine 1.3.36. This includes the following changes:
- UDisks backend for the dynamic device support.
- Polygons and geometric pens implemented in the DIB engine.
- JScript now compiles entire functions.
- Improved support for vertical fonts.
- A few more scripts in UniScribe.
- A bunch of ctype functions implemented in MSVCP.
- Various bug fixes.
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 863315d5320c..1ed7dd7d60c5 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -7,7 +7,7 @@ # PORTNAME= wine -DISTVERSION= 1.3.35 +DISTVERSION= 1.3.36 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ |