diff options
author | gerald <gerald@FreeBSD.org> | 2007-01-11 06:56:45 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2007-01-11 06:56:45 +0800 |
commit | 1b0a1b102975327c1ee1bb1632a61dc22d18992f (patch) | |
tree | ad4f42a715e33d4146a73657c281e136fdec6fae /emulators/wine | |
parent | fde2a0810fc06109b3a8ebaad523f883811ef54b (diff) | |
download | freebsd-ports-gnome-1b0a1b102975327c1ee1bb1632a61dc22d18992f.tar.gz freebsd-ports-gnome-1b0a1b102975327c1ee1bb1632a61dc22d18992f.tar.zst freebsd-ports-gnome-1b0a1b102975327c1ee1bb1632a61dc22d18992f.zip |
Update to Wine 0.9.29. Among others, this brings the following changes:
- More work on the new Direct3D state management.
- Many OLE fixes and improvements.
- Lots of bug fixes.
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine/distinfo | 6 | ||||
-rw-r--r-- | emulators/wine/pkg-plist | 3 |
3 files changed, 6 insertions, 5 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index a7e3761125f4..c76953a10a1d 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -7,7 +7,7 @@ # PORTNAME= wine -PORTVERSION= 0.9.28 +PORTVERSION= 0.9.29 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} \ diff --git a/emulators/wine/distinfo b/emulators/wine/distinfo index 674a7ebfa48f..b8d2d9d6b1d5 100644 --- a/emulators/wine/distinfo +++ b/emulators/wine/distinfo @@ -1,3 +1,3 @@ -MD5 (wine-0.9.28.tar.bz2) = f907d653229dfb4e53e0f48523fc45ca -SHA256 (wine-0.9.28.tar.bz2) = 1e235e475376b72da695971b0bf086e7f01fbdc48a90ef10d25a45f70fd6d89f -SIZE (wine-0.9.28.tar.bz2) = 11406644 +MD5 (wine-0.9.29.tar.bz2) = 4f6270a0828e0f8e524cf360b7fd58ee +SHA256 (wine-0.9.29.tar.bz2) = 30078ff0f8d2ed699d2fe72f3a756d005b8a85a4a9e66ba88322fc0897e8b52c +SIZE (wine-0.9.29.tar.bz2) = 11447017 diff --git a/emulators/wine/pkg-plist b/emulators/wine/pkg-plist index 3048401d6863..9dc945d78a20 100644 --- a/emulators/wine/pkg-plist +++ b/emulators/wine/pkg-plist @@ -320,6 +320,7 @@ include/wine/windows/regstr.h include/wine/windows/richedit.h include/wine/windows/richole.h include/wine/windows/richole.idl +include/wine/windows/rmxfguid.h include/wine/windows/rpc.h include/wine/windows/rpcdce.h include/wine/windows/rpcdcep.h @@ -527,7 +528,6 @@ lib/wine/infosoft.dll.so lib/wine/inseng.dll.so lib/wine/iphlpapi.dll.so lib/wine/itss.dll.so -lib/wine/joystick.drv.so lib/wine/kernel32.dll.so lib/wine/keyboard.drv16 lib/wine/krnl386.exe16 @@ -811,6 +811,7 @@ lib/wine/winedos.dll.so lib/wine/wineesd.drv.so lib/wine/winefile.exe.so lib/wine/winejack.drv.so +lib/wine/winejoystick.drv.so lib/wine/winemine.exe.so lib/wine/winemp3.acm.so lib/wine/wineoss.drv.so |