mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
Update to Wine 1.3.17. This includes the following changes:
- Implementation of the new Vista file dialogs. - Initial support for patching in MSI installers. - Improvements to the calendar control. - A few fixes for file associations. - Menus cleaned up in built-in applications. - Various bug fixes.
This commit is contained in:
parent
73e52f6666
commit
2b3dffc772
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272105
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= wine
|
||||
DISTVERSION= 1.3.16
|
||||
DISTVERSION= 1.3.17
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF/${PORTNAME}/Source \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (wine-1.3.16.tar.bz2) = 37a0bf1825081a72b480ef8f4600f512f51546b1d0309f90083b7bd4bfeb6735
|
||||
SIZE (wine-1.3.16.tar.bz2) = 19129120
|
||||
SHA256 (wine-1.3.17.tar.bz2) = 44d694e0808961641c214d91b8a03703d07c2f090b3b77b5cc776b30cf57cc24
|
||||
SIZE (wine-1.3.17.tar.bz2) = 19081222
|
||||
|
@ -1034,6 +1034,7 @@ lib/wine/fakedlls/msimtf.dll
|
||||
lib/wine/fakedlls/msisip.dll
|
||||
lib/wine/fakedlls/msisys.ocx
|
||||
lib/wine/fakedlls/msnet32.dll
|
||||
lib/wine/fakedlls/mspatcha.dll
|
||||
lib/wine/fakedlls/msrle32.dll
|
||||
lib/wine/fakedlls/mssign32.dll
|
||||
lib/wine/fakedlls/mssip32.dll
|
||||
@ -1515,6 +1516,7 @@ lib/wine/msimtf.dll.so
|
||||
lib/wine/msisip.dll.so
|
||||
lib/wine/msisys.ocx.so
|
||||
lib/wine/msnet32.dll.so
|
||||
lib/wine/mspatcha.dll.so
|
||||
lib/wine/msrle32.dll.so
|
||||
lib/wine/mssign32.dll.so
|
||||
lib/wine/mssip32.dll.so
|
||||
|
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= wine
|
||||
DISTVERSION= 1.3.16
|
||||
DISTVERSION= 1.3.17
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF/${PORTNAME}/Source \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (wine-1.3.16.tar.bz2) = 37a0bf1825081a72b480ef8f4600f512f51546b1d0309f90083b7bd4bfeb6735
|
||||
SIZE (wine-1.3.16.tar.bz2) = 19129120
|
||||
SHA256 (wine-1.3.17.tar.bz2) = 44d694e0808961641c214d91b8a03703d07c2f090b3b77b5cc776b30cf57cc24
|
||||
SIZE (wine-1.3.17.tar.bz2) = 19081222
|
||||
|
@ -1034,6 +1034,7 @@ lib/wine/fakedlls/msimtf.dll
|
||||
lib/wine/fakedlls/msisip.dll
|
||||
lib/wine/fakedlls/msisys.ocx
|
||||
lib/wine/fakedlls/msnet32.dll
|
||||
lib/wine/fakedlls/mspatcha.dll
|
||||
lib/wine/fakedlls/msrle32.dll
|
||||
lib/wine/fakedlls/mssign32.dll
|
||||
lib/wine/fakedlls/mssip32.dll
|
||||
@ -1515,6 +1516,7 @@ lib/wine/msimtf.dll.so
|
||||
lib/wine/msisip.dll.so
|
||||
lib/wine/msisys.ocx.so
|
||||
lib/wine/msnet32.dll.so
|
||||
lib/wine/mspatcha.dll.so
|
||||
lib/wine/msrle32.dll.so
|
||||
lib/wine/mssign32.dll.so
|
||||
lib/wine/mssip32.dll.so
|
||||
|
Loading…
Reference in New Issue
Block a user