diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2011-01-22 22:38:29 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2011-01-22 22:38:29 +0000 |
commit | 2e9c2dd2ef75d9729b8b6acce464e67f3bd19465 (patch) | |
tree | 4d4720e746080e630171b59596331bf29a7f12bf /emulators/wine-devel | |
parent | 85c88ebb0dfb579a27e5c55d33429e661d76ff2e (diff) |
Update to Wine 1.3.12. This includes the following changes:
- Support for multiple icon sizes in winemenubuilder.
- Improvements to the help browser.
- Initial stab at DOSBox integration.
- Various MSI fixes.
- Some fixes to the Wine debugger.
- Various bug fixes.
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=268121
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 4 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 67d75968a8ac..d0c92d75ea54 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -7,7 +7,7 @@ # PORTNAME= wine -DISTVERSION= 1.3.11 +DISTVERSION= 1.3.12 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index 0515276b8046..536ad1b34dda 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (wine-1.3.11.tar.bz2) = f0a88a288418f405ad975840f14abfad1fc5741aaf572a12843ad0842feefea3 -SIZE (wine-1.3.11.tar.bz2) = 18516236 +SHA256 (wine-1.3.12.tar.bz2) = 2922734913e240c009d3d7a92c3e1b84f9acbda7b3aeb288035452b459dd1c35 +SIZE (wine-1.3.12.tar.bz2) = 18689003 diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index 3b4a17d162fb..79e3103589a4 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -29,6 +29,7 @@ include/wine/library.h include/wine/svcctl.h include/wine/svcctl.idl include/wine/unicode.h +include/wine/msvcrt/assert.h include/wine/msvcrt/conio.h include/wine/msvcrt/crtdbg.h include/wine/msvcrt/crtdefs.h |