diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2006-11-25 18:15:21 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2006-11-25 18:15:21 +0000 |
commit | 0343b63483a57ea829e1919f041f07110558de05 (patch) | |
tree | b3b15cec8aab805b939cb16b40ae0334aacc2ed6 /emulators/wine | |
parent | 6c53ea3b40e6404fffac30f0cdde5245562d4484 (diff) |
Update to Wine 0.9.26. Among others, this brings the following changes:
- Better support for Unix locale settings.
- Improved X11 keyboard support.
- Various MSI fixes.
- Winecfg improvements.
- Lots of bug fixes.
Notes
Notes:
svn path=/head/; revision=178031
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 | 5 |
3 files changed, 9 insertions, 4 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 9ccc0e0fad03..3e97dcc3c7d1 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -7,7 +7,7 @@ # PORTNAME= wine -PORTVERSION= 0.9.25 +PORTVERSION= 0.9.26 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} \ diff --git a/emulators/wine/distinfo b/emulators/wine/distinfo index 1df7ee1f1629..72c98d5e46d8 100644 --- a/emulators/wine/distinfo +++ b/emulators/wine/distinfo @@ -1,3 +1,3 @@ -MD5 (wine-0.9.25.tar.bz2) = 83651d82ada4b06cfead5c535bcbdd6e -SHA256 (wine-0.9.25.tar.bz2) = 427d12210120cc7a8f297e2f42ee026bebc5931b9d477efd31f5bfc1cb5d5a5a -SIZE (wine-0.9.25.tar.bz2) = 11297723 +MD5 (wine-0.9.26.tar.bz2) = 4a3a41e0ac26417a7ad981b89b0c10ce +SHA256 (wine-0.9.26.tar.bz2) = 6595fe1c7237ee45be2e34c43e522173ac3854a0e25548578af36ff0ea18dd0b +SIZE (wine-0.9.26.tar.bz2) = 11318798 diff --git a/emulators/wine/pkg-plist b/emulators/wine/pkg-plist index 024863dee47d..fcf7db417289 100644 --- a/emulators/wine/pkg-plist +++ b/emulators/wine/pkg-plist @@ -75,6 +75,7 @@ include/wine/windows/accctrl.h include/wine/windows/aclapi.h include/wine/windows/activscp.h include/wine/windows/activscp.idl +include/wine/windows/adshlp.h include/wine/windows/advpub.h include/wine/windows/amstream.h include/wine/windows/amstream.idl @@ -285,6 +286,8 @@ include/wine/windows/objsafe.idl include/wine/windows/objsel.h include/wine/windows/ocidl.h include/wine/windows/ocidl.idl +include/wine/windows/ocmm.h +include/wine/windows/ocmm.idl include/wine/windows/odbcinst.h include/wine/windows/ole2.h include/wine/windows/ole2ver.h @@ -381,6 +384,7 @@ include/wine/windows/vfw.h include/wine/windows/vfwmsgs.h include/wine/windows/winbase.h include/wine/windows/wincon.h +include/wine/windows/wincred.h include/wine/windows/wincrypt.h include/wine/windows/windef.h include/wine/windows/windns.h @@ -750,6 +754,7 @@ lib/wine/sfc.dll.so lib/wine/shdocvw.dll.so lib/wine/shell.dll16 lib/wine/shell32.dll.so +lib/wine/shdoclc.dll.so lib/wine/shfolder.dll.so lib/wine/shlwapi.dll.so lib/wine/snmpapi.dll.so |