diff options
author | gerald <gerald@FreeBSD.org> | 2007-04-15 19:22:55 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2007-04-15 19:22:55 +0800 |
commit | e099a947d3ff99beaf0644b9f896d3b0ad49941f (patch) | |
tree | 31b1ef126b6d2e0d0f3510afa89f6b5c44906c78 /emulators/wine-devel/Makefile | |
parent | 2532ecd35d59f33b620522933e4e95ea917bec2b (diff) | |
download | freebsd-ports-gnome-e099a947d3ff99beaf0644b9f896d3b0ad49941f.tar.gz freebsd-ports-gnome-e099a947d3ff99beaf0644b9f896d3b0ad49941f.tar.zst freebsd-ports-gnome-e099a947d3ff99beaf0644b9f896d3b0ad49941f.zip |
Update to Wine 0.9.35. Among others, this brings the following changes:
- Broken aRts sound driver now removed for good.
- Many fixes to the Quartz DLL sound support.
- File I/O performance improvements.
- The usual assortment of Direct3D fixes.
- Lots of 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 a2fb9fe9ca08..31055b2a4b17 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -7,7 +7,7 @@ # PORTNAME= wine -PORTVERSION= 0.9.34 +PORTVERSION= 0.9.35 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} \ |