diff options
author | gerald <gerald@FreeBSD.org> | 2007-08-12 03:51:40 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2007-08-12 03:51:40 +0800 |
commit | d037e777acbbdea9ea0b93d41cc6d1499d84e360 (patch) | |
tree | d83000b9ecfde95c5d2257ab72bf974a244bba9d /emulators/wine-devel/Makefile | |
parent | 06b5b6449783eb2c3961da04a0a4e02b691d12a7 (diff) | |
download | freebsd-ports-gnome-d037e777acbbdea9ea0b93d41cc6d1499d84e360.tar.gz freebsd-ports-gnome-d037e777acbbdea9ea0b93d41cc6d1499d84e360.tar.zst freebsd-ports-gnome-d037e777acbbdea9ea0b93d41cc6d1499d84e360.zip |
Update to Wine 0.9.43. Among others, this brings the following changes:
- Direct3D support on top of WGL instead of GLX for better portability.
- Many DirectSound fixes.
- Still more gdiplus functions.
- Many crypt32 improvements.
- Lots of bug fixes.
On the way, fix the sorting of several entries in pkg-plist.
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 7406bb53e32d..f977ee7bb3df 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -7,7 +7,7 @@ # PORTNAME= wine -PORTVERSION= 0.9.42 +PORTVERSION= 0.9.43 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} \ |