From 0be3125244d12a562fbdf22ab3ce19bab083763a Mon Sep 17 00:00:00 2001 From: gerald Date: Fri, 2 May 2008 22:31:52 +0000 Subject: Update to Wine 0.9.61. This release marks the beginning of the code freeze for the 1.0 release. Among others, it includes the following changes: - Automatic updating of the WINEPREFIX directory. - Winhelp now uses Richedit as display engine. - Many RichEdit fixes. - More improvements to IME support. - More quartz fixes. - Implementation for many more Gdiplus functions. - Lots of bug fixes. --- emulators/wine-devel/Makefile | 2 +- emulators/wine-devel/distinfo | 6 +++--- emulators/wine-devel/pkg-plist | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) (limited to 'emulators/wine-devel') diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 262deb61901c..b9828381fa7e 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -7,7 +7,7 @@ # PORTNAME= wine -PORTVERSION= 0.9.60 +PORTVERSION= 0.9.61 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SFE \ diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index 40b6a172b323..244e5eb2a8ff 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (wine-0.9.60.tar.bz2) = 4960869defb2d93daff6fe74da334463 -SHA256 (wine-0.9.60.tar.bz2) = fb5bd9d70746c1c0a0d5fb506bf2d0fdb36bceaf1a790964890e934148722948 -SIZE (wine-0.9.60.tar.bz2) = 13809862 +MD5 (wine-0.9.61.tar.bz2) = d01518d529903dca013da592113bd995 +SHA256 (wine-0.9.61.tar.bz2) = 3135c83bf7593500348c32033e2f2e196d02b4a83eb0b11bbf5cfd0e8dd7a8de +SIZE (wine-0.9.61.tar.bz2) = 13809378 diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index b1713ed830db..613000c5f01d 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -778,6 +778,7 @@ lib/wine/libunicows.def lib/wine/liburl.def lib/wine/liburlmon.def lib/wine/libuser32.def +lib/wine/libuserenv.def lib/wine/libusp10.def lib/wine/libuuid.a lib/wine/libuxtheme.def -- cgit