Update to Wine 1.7.14. This includes the following changes:
- More Task Scheduler support. - Improvements for AVI encoding support. - More VisualBasic interfaces in MSXML. - Support for deflate content encoding in Wininet. - Some fixes for monochrome printers. - Various bug fixes.
This commit is contained in:
parent
b2ca7ee8a8
commit
468e87d71e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347432
3 changed files with 9 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= wine
|
||||
DISTVERSION= 1.7.13
|
||||
DISTVERSION= 1.7.14
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF/${PORTNAME}/Source \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (wine-1.7.13.tar.bz2) = a72fdee6e1898007b38f3b30584f86d996567ad8d2f1cc0fe3a877be0493b9df
|
||||
SIZE (wine-1.7.13.tar.bz2) = 21385204
|
||||
SHA256 (wine-1.7.14.tar.bz2) = 2df1937e28936ba33e70a42fddcee01097ca0fbdd4dbf2c2f05d8a2ff5263e09
|
||||
SIZE (wine-1.7.14.tar.bz2) = 21444526
|
||||
|
|
|
@ -1188,6 +1188,8 @@ lib/wine/fakedlls/extrac32.exe
|
|||
lib/wine/fakedlls/faultrep.dll
|
||||
lib/wine/fakedlls/findstr.exe
|
||||
lib/wine/fakedlls/fltlib.dll
|
||||
lib/wine/fakedlls/fntcache.dll
|
||||
lib/wine/fakedlls/fontsub.dll
|
||||
lib/wine/fakedlls/fusion.dll
|
||||
lib/wine/fakedlls/fwpuclnt.dll
|
||||
lib/wine/fakedlls/gameux.dll
|
||||
|
@ -1483,6 +1485,7 @@ lib/wine/fakedlls/wbemprox.dll
|
|||
lib/wine/fakedlls/webservices.dll
|
||||
lib/wine/fakedlls/wer.dll
|
||||
lib/wine/fakedlls/wevtapi.dll
|
||||
lib/wine/fakedlls/wevtutil.exe
|
||||
lib/wine/fakedlls/wiaservc.dll
|
||||
lib/wine/fakedlls/win32s16.dll16
|
||||
lib/wine/fakedlls/win87em.dll16
|
||||
|
@ -1560,6 +1563,8 @@ lib/wine/fakedlls/xpssvcs.dll
|
|||
lib/wine/faultrep.dll.so
|
||||
lib/wine/findstr.exe.so
|
||||
lib/wine/fltlib.dll.so
|
||||
lib/wine/fntcache.dll.so
|
||||
lib/wine/fontsub.dll.so
|
||||
lib/wine/fusion.dll.so
|
||||
lib/wine/fwpuclnt.dll.so
|
||||
lib/wine/gameux.dll.so
|
||||
|
@ -2031,6 +2036,7 @@ lib/wine/wbemprox.dll.so
|
|||
lib/wine/webservices.dll.so
|
||||
lib/wine/wer.dll.so
|
||||
lib/wine/wevtapi.dll.so
|
||||
lib/wine/wevtutil.exe.so
|
||||
lib/wine/wiaservc.dll.so
|
||||
lib/wine/win32s16.dll16.so
|
||||
lib/wine/win87em.dll16.so
|
||||
|
|
Loading…
Reference in a new issue