diff options
author | jmcneill <jmcneill> | 2008-12-21 02:17:27 +0000 |
---|---|---|
committer | jmcneill <jmcneill> | 2008-12-21 02:17:27 +0000 |
commit | 787eb06553ba07a0b94267ca2676bb550c430135 (patch) | |
tree | 77496b6672a023a6d02a4957fc3bc3669ed063b5 /emulators | |
parent | 40137df9204d770911c051bb3e0adabb38f06587 (diff) | |
download | pkgsrc-787eb06553ba07a0b94267ca2676bb550c430135.tar.gz |
The Wine development release 1.1.11 is now available.
What's new in this release:
* Numerous fixes for IE7 support.
* Support for 64-bit cross-compile using Mingw64.
* User interface support for crypto certificates.
* Better support for MSI installation patches.
* Various Direct3D optimizations.
* Various bug fixes.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 5 | ||||
-rw-r--r-- | emulators/wine-devel/PLIST.common | 9 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 8 |
3 files changed, 14 insertions, 8 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 4cf228f7558..9a23db4db04 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2008/12/16 13:28:55 jmcneill Exp $ +# $NetBSD: Makefile,v 1.6 2008/12/21 02:17:27 jmcneill Exp $ -DISTNAME= wine-1.1.10 -PKGREVISION= 1 +DISTNAME= wine-1.1.11 CATEGORIES= emulators MASTER_SITES= http://ibiblio.org/pub/linux/system/emulators/wine/ \ ${MASTER_SITE_SOURCEFORGE:=wine/} diff --git a/emulators/wine-devel/PLIST.common b/emulators/wine-devel/PLIST.common index e09462b7c0e..807261593e1 100644 --- a/emulators/wine-devel/PLIST.common +++ b/emulators/wine-devel/PLIST.common @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.common,v 1.2 2008/11/21 18:54:56 adam Exp $ +@comment $NetBSD: PLIST.common,v 1.3 2008/12/21 02:17:27 jmcneill Exp $ bin/fnt2bdf bin/function_grep.pl bin/msiexec @@ -35,6 +35,7 @@ include/wine/library.h include/wine/msvcrt/conio.h include/wine/msvcrt/crtdbg.h include/wine/msvcrt/ctype.h +include/wine/msvcrt/crtdefs.h include/wine/msvcrt/direct.h include/wine/msvcrt/dirent.h include/wine/msvcrt/dos.h @@ -49,6 +50,7 @@ include/wine/msvcrt/malloc.h include/wine/msvcrt/math.h include/wine/msvcrt/mbctype.h include/wine/msvcrt/mbstring.h +include/wine/msvcrt/memory.h include/wine/msvcrt/process.h include/wine/msvcrt/search.h include/wine/msvcrt/setjmp.h @@ -348,6 +350,7 @@ include/wine/windows/msiquery.h include/wine/windows/mssip.h include/wine/windows/mstask.h include/wine/windows/mstask.idl +include/wine/windows/mstcpip.h include/wine/windows/mswsock.h include/wine/windows/msxml.h include/wine/windows/msxml.idl @@ -542,6 +545,8 @@ include/wine/windows/wsnwlink.h include/wine/windows/wtsapi32.h include/wine/windows/wtypes.h include/wine/windows/wtypes.idl +include/wine/windows/wuapi.h +include/wine/windows/wuapi.idl include/wine/windows/xcmc.h include/wine/windows/xinput.h include/wine/windows/xmldom.h @@ -912,6 +917,7 @@ lib/wine/olesvr32.dll.so lib/wine/olethk32.dll.so lib/wine/oleview.exe.so ${PLIST.opengl}lib/wine/opengl32.dll.so +lib/wine/pidgen.dll.so lib/wine/pdh.dll.so lib/wine/powrprof.dll.so lib/wine/printui.dll.so @@ -1056,6 +1062,7 @@ lib/wine/write.exe.so lib/wine/ws2_32.dll.so lib/wine/wsock32.dll.so lib/wine/wtsapi32.dll.so +lib/wine/wuapi.dll.so lib/wine/xcopy.exe.so lib/wine/xinput1_1.dll.so lib/wine/xinput1_2.dll.so diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index f2f8386e052..a52cc8ea5d2 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.3 2008/12/07 00:43:03 adam Exp $ +$NetBSD: distinfo,v 1.4 2008/12/21 02:17:27 jmcneill Exp $ -SHA1 (wine-1.1.10.tar.bz2) = 21712c3c6195779304cd72f5175ea1528b2a26a0 -RMD160 (wine-1.1.10.tar.bz2) = a03ebd900622a95a3232abf1827664bbcd2861d0 -Size (wine-1.1.10.tar.bz2) = 14734081 bytes +SHA1 (wine-1.1.11.tar.bz2) = 6ec4fa4feb06048547cc31f1fc3ae483d1143cfa +RMD160 (wine-1.1.11.tar.bz2) = 21cad81c4cb80c1f6251a91e1abc1121b4996d9d +Size (wine-1.1.11.tar.bz2) = 14801555 bytes SHA1 (patch-aa) = 0d8512f767119d7b258e32e04c78e919879e0ba6 SHA1 (patch-ab) = 90cb810b02d22f8e96389e6c1d4f230c11fb1d8c SHA1 (patch-ac) = 81816d4e04cfb13ce407355140d61135a1d494e6 |