diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2008-04-19 02:32:07 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2008-04-19 02:32:07 +0000 |
commit | 9b6844364731057934e60e461f1249b9852cc79f (patch) | |
tree | 5f7afb9a7fb95962cfc18b8f9cddeceb446c5769 /emulators/wine | |
parent | Backout two entries which should only delete the files if they are zero length. (diff) |
Update to Wine 0.9.60. Among others, this includes the following changes:
- Better support for Windows IMEs.
- Option for Windows-style window decorations.
- Improved system tray behavior.
- Window management fixes.
- Improved quartz audio support.
- Better support for launching apps from Unix file managers.
- Lots of bug fixes.
Fix a sorting issue in the package list.
Notes
Notes:
svn path=/head/; revision=211562
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 3 | ||||
-rw-r--r-- | emulators/wine/distinfo | 6 | ||||
-rw-r--r-- | emulators/wine/pkg-plist | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 0d428f88dad6..c6023d922da9 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -7,7 +7,7 @@ # PORTNAME= wine -PORTVERSION= 0.9.59 +PORTVERSION= 0.9.60 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} \ @@ -75,7 +75,6 @@ post-install: .endfor @${INSTALL_DATA} ${WRKSRC}/tools/winedump/README ${DOCSDIR}/README.winedump .endif - @${INSTALL_SCRIPT} ${WRKSRC}/tools/bug_report.pl ${PREFIX}/lib/wine @${MKDIR} ${DESKTOPDIR} @${MV} ${DATADIR}/applications/wine.desktop ${DESKTOPDIR}/ @${ECHO} diff --git a/emulators/wine/distinfo b/emulators/wine/distinfo index e66d14d6bebc..40b6a172b323 100644 --- a/emulators/wine/distinfo +++ b/emulators/wine/distinfo @@ -1,3 +1,3 @@ -MD5 (wine-0.9.59.tar.bz2) = 8704e227745382e8ef5246787c482b23 -SHA256 (wine-0.9.59.tar.bz2) = 7b170a459494ea10b6212d0293c8e8f454fd854bd4c111f46b2587f281c54e31 -SIZE (wine-0.9.59.tar.bz2) = 13557410 +MD5 (wine-0.9.60.tar.bz2) = 4960869defb2d93daff6fe74da334463 +SHA256 (wine-0.9.60.tar.bz2) = fb5bd9d70746c1c0a0d5fb506bf2d0fdb36bceaf1a790964890e934148722948 +SIZE (wine-0.9.60.tar.bz2) = 13809862 diff --git a/emulators/wine/pkg-plist b/emulators/wine/pkg-plist index 1c6ed73f321f..b1713ed830db 100644 --- a/emulators/wine/pkg-plist +++ b/emulators/wine/pkg-plist @@ -19,7 +19,6 @@ bin/winedump bin/winefile bin/wineg++ bin/winegcc -bin/winelauncher bin/winemaker bin/winemine bin/winepath @@ -143,6 +142,7 @@ include/wine/windows/d3dx9.h include/wine/windows/d3dx9core.h include/wine/windows/d3dx9math.h include/wine/windows/d3dx9math.inl +include/wine/windows/d3dx9tex.h include/wine/windows/dbghelp.h include/wine/windows/dbinit.idl include/wine/windows/dbprop.idl @@ -195,6 +195,7 @@ include/wine/windows/dsgetdc.h include/wine/windows/dshow.h include/wine/windows/dsound.h include/wine/windows/dsrole.h +include/wine/windows/dvdmedia.h include/wine/windows/dwmapi.h include/wine/windows/dxdiag.h include/wine/windows/dxerr8.h @@ -218,6 +219,7 @@ include/wine/windows/fdi.h include/wine/windows/fusion.h include/wine/windows/fusion.idl include/wine/windows/gdiplus.h +include/wine/windows/gdipluscolor.h include/wine/windows/gdipluscolormatrix.h include/wine/windows/gdiplusenums.h include/wine/windows/gdiplusflat.h @@ -542,7 +544,6 @@ lib/wine/avicap32.dll.so lib/wine/avifil32.dll.so lib/wine/avifile.dll16 lib/wine/browseui.dll.so -lib/wine/bug_report.pl lib/wine/cabinet.dll.so lib/wine/capi2032.dll.so lib/wine/cards.dll.so @@ -564,6 +565,7 @@ lib/wine/crypt32.dll.so lib/wine/cryptdlg.dll.so lib/wine/cryptdll.dll.so lib/wine/cryptnet.dll.so +lib/wine/cryptui.dll.so lib/wine/ctapi32.dll.so lib/wine/ctl3d.dll16 lib/wine/ctl3d32.dll.so @@ -1022,8 +1024,8 @@ lib/wine/wtsapi32.dll.so lib/wine/xcopy.exe.so share/applications/wine.desktop %%DATADIR%%/aclocal/wine.m4 -%%DATADIR%%/wine/wine.inf %%DATADIR%%/wine/generic.ppd +%%DATADIR%%/wine/wine.inf %%DATADIR%%/wine/fonts/coue1255.fon %%DATADIR%%/wine/fonts/coue1256.fon %%DATADIR%%/wine/fonts/coue1257.fon |