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
This commit is contained in:
parent
85c88ebb0d
commit
2e9c2dd2ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268121
6 changed files with 8 additions and 6 deletions
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= wine
|
||||
DISTVERSION= 1.3.11
|
||||
DISTVERSION= 1.3.12
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF/${PORTNAME}/Source \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= wine
|
||||
DISTVERSION= 1.3.11
|
||||
DISTVERSION= 1.3.12
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF/${PORTNAME}/Source \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue