mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
Update to Wine 1.5.15. This includes the following changes:
- Full support for layered windows. - New version of the Gecko engine based on Firefox 16. - Support for broadcast sockets used by networked games. - Downloaded add-ons installers are now cached. - Support for persistent Internet cookies. - String optimizations in JavaScript. - Various bug fixes. Feature safe: yes
This commit is contained in:
parent
423a07c748
commit
8f51c8ca02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305847
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= wine
|
||||
DISTVERSION= 1.5.14
|
||||
DISTVERSION= 1.5.15
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF/${PORTNAME}/Source \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (wine-1.5.14.tar.bz2) = 3e70ff0f900bf459dd6fa767bdac5543a27b76364f8ef89088300b867351df42
|
||||
SIZE (wine-1.5.14.tar.bz2) = 20745798
|
||||
SHA256 (wine-1.5.15.tar.bz2) = 2642698204bbc5d9fd04c30f3507fa08a62fa3b0a21e53cdfd2c5a4530b69454
|
||||
SIZE (wine-1.5.15.tar.bz2) = 20844051
|
||||
|
@ -1013,6 +1013,7 @@ lib/wine/fakedlls/explorer.exe
|
||||
lib/wine/fakedlls/explorerframe.dll
|
||||
lib/wine/fakedlls/extrac32.exe
|
||||
lib/wine/fakedlls/faultrep.dll
|
||||
lib/wine/fakedlls/findstr.exe
|
||||
lib/wine/fakedlls/fltlib.dll
|
||||
lib/wine/fakedlls/fusion.dll
|
||||
lib/wine/fakedlls/fwpuclnt.dll
|
||||
@ -1224,6 +1225,7 @@ lib/wine/fakedlls/scarddlg.dll
|
||||
lib/wine/fakedlls/sccbase.dll
|
||||
lib/wine/fakedlls/schannel.dll
|
||||
lib/wine/fakedlls/scrrun.dll
|
||||
lib/wine/fakedlls/scsiport.sys
|
||||
lib/wine/fakedlls/secedit.exe
|
||||
lib/wine/fakedlls/secur32.dll
|
||||
lib/wine/fakedlls/security.dll
|
||||
@ -1370,6 +1372,7 @@ lib/wine/fakedlls/xmllite.dll
|
||||
lib/wine/fakedlls/xolehlp.dll
|
||||
lib/wine/fakedlls/xpsprint.dll
|
||||
lib/wine/faultrep.dll.so
|
||||
lib/wine/findstr.exe.so
|
||||
lib/wine/fltlib.dll.so
|
||||
lib/wine/fusion.dll.so
|
||||
lib/wine/fwpuclnt.dll.so
|
||||
@ -1743,6 +1746,7 @@ lib/wine/scarddlg.dll.so
|
||||
lib/wine/sccbase.dll.so
|
||||
lib/wine/schannel.dll.so
|
||||
lib/wine/scrrun.dll.so
|
||||
lib/wine/scsiport.sys.so
|
||||
lib/wine/secedit.exe.so
|
||||
lib/wine/secur32.dll.so
|
||||
lib/wine/security.dll.so
|
||||
|
Loading…
Reference in New Issue
Block a user