diff options
author | gerald <gerald@FreeBSD.org> | 2009-08-08 07:54:44 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-08-08 07:54:44 +0800 |
commit | 4b9cd1a7a50cd8c3c06d4b57bc40c27ec5db882c (patch) | |
tree | 23af72acda093d7edabb9ac24da3201754dd059f /emulators/wine | |
parent | d44840bde42c72f66bd721ca3252edeba7578ddd (diff) | |
download | freebsd-ports-gnome-4b9cd1a7a50cd8c3c06d4b57bc40c27ec5db882c.tar.gz freebsd-ports-gnome-4b9cd1a7a50cd8c3c06d4b57bc40c27ec5db882c.tar.zst freebsd-ports-gnome-4b9cd1a7a50cd8c3c06d4b57bc40c27ec5db882c.zip |
Update to Wine 1.1.27. Among others, this includes the following changes:
- New version of the Gecko engine.
- New GSM 06.10 codec support (not activated by default)
- Improved support for the disk volume APIs.
- Support for XShm pixmaps for better performance.
- Various 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 | 9 |
3 files changed, 13 insertions, 4 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 55979927d114..19308202dd16 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -7,7 +7,7 @@ # PORTNAME= wine -DISTVERSION= 1.1.26 +DISTVERSION= 1.1.27 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SFE \ diff --git a/emulators/wine/distinfo b/emulators/wine/distinfo index 88e781d3aa00..582b6cbfdf92 100644 --- a/emulators/wine/distinfo +++ b/emulators/wine/distinfo @@ -1,3 +1,3 @@ -MD5 (wine-1.1.26.tar.bz2) = 6fa2d157bdc7d1acbd4f21a38801c58a -SHA256 (wine-1.1.26.tar.bz2) = 0285b346ca7af8def0773cece1e9b01f47e7340577d6c780cd38863c948a1f5a -SIZE (wine-1.1.26.tar.bz2) = 15666433 +MD5 (wine-1.1.27.tar.bz2) = 716a2d45aa1cd46d1bfe227790a3a4e9 +SHA256 (wine-1.1.27.tar.bz2) = 89eb66d8e57de093e025633d77adb51728d25b2d69a902e0157b9f1e1a9547dd +SIZE (wine-1.1.27.tar.bz2) = 15647460 diff --git a/emulators/wine/pkg-plist b/emulators/wine/pkg-plist index 398f6cf243b4..90e92a202427 100644 --- a/emulators/wine/pkg-plist +++ b/emulators/wine/pkg-plist @@ -93,6 +93,7 @@ include/wine/windows/axextend.idl include/wine/windows/basetsd.h include/wine/windows/basetyps.h include/wine/windows/bcrypt.h +include/wine/windows/binres.idl include/wine/windows/bits.h include/wine/windows/bits.idl include/wine/windows/bits1_5.h @@ -115,6 +116,7 @@ include/wine/windows/cor.h include/wine/windows/corerror.h include/wine/windows/corhdr.h include/wine/windows/cpl.h +include/wine/windows/crtrow.idl include/wine/windows/cryptdlg.h include/wine/windows/cryptuiapi.h include/wine/windows/ctxtcall.h @@ -147,6 +149,9 @@ include/wine/windows/d3dx9math.inl include/wine/windows/d3dx9mesh.h include/wine/windows/d3dx9shader.h include/wine/windows/d3dx9tex.h +include/wine/windows/dbccmd.idl +include/wine/windows/dbcses.idl +include/wine/windows/dbdsad.idl include/wine/windows/dbghelp.h include/wine/windows/dbinit.idl include/wine/windows/dbprop.idl @@ -386,6 +391,7 @@ include/wine/windows/oledb.idl include/wine/windows/oledlg.h include/wine/windows/oleidl.h include/wine/windows/oleidl.idl +include/wine/windows/opnrst.idl include/wine/windows/optary.h include/wine/windows/optary.idl include/wine/windows/pdh.h @@ -437,6 +443,7 @@ include/wine/windows/sensevts.h include/wine/windows/sensevts.idl include/wine/windows/servprov.h include/wine/windows/servprov.idl +include/wine/windows/sesprp.idl include/wine/windows/setupapi.h include/wine/windows/sfc.h include/wine/windows/shdispid.h @@ -895,9 +902,11 @@ lib/wine/mscat32.dll.so lib/wine/mscms.dll.so lib/wine/mscoree.dll.so lib/wine/msctf.dll.so +lib/wine/msdaps.dll.so lib/wine/msdmo.dll.so lib/wine/msftedit.dll.so lib/wine/msg711.acm.so +lib/wine/msgsm32.acm.so lib/wine/mshtml.dll.so lib/wine/mshtml.tlb.so lib/wine/msi.dll.so |