Update to Wine 4.21. This includes the following changes:
- HTTP proxy configuration through DHCP. - Parameter block support in D3DX9. - A few more dlls converted to PE. - Various bug fixes.
This commit is contained in:
parent
773e684f1f
commit
4a1150f720
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518982
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= wine
|
||||
DISTVERSION= 4.20
|
||||
DISTVERSION= 4.21
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF/${PORTNAME}/Source \
|
||||
|
@ -1,5 +1,5 @@
|
||||
TIMESTAMP = 1574236623
|
||||
SHA256 (wine-4.20.tar.xz) = 60a0060bf7ac13948d55d8637b5c1d0b3ba11ff236bf5a084b557247ca2698d3
|
||||
SIZE (wine-4.20.tar.xz) = 22314856
|
||||
SHA256 (v4.20.tar.gz) = 09a793c437af018421c3aa58daf0ac99661476f1fbc8740fa7e20d1c2c85093e
|
||||
SIZE (v4.20.tar.gz) = 9899451
|
||||
TIMESTAMP = 1575097003
|
||||
SHA256 (wine-4.21.tar.xz) = 324ce14a70059835f33d293f0740b1bf0366bc6b5514548bc083d89b44744ad0
|
||||
SIZE (wine-4.21.tar.xz) = 22395844
|
||||
SHA256 (v4.21.tar.gz) = 6b1e2803ea81d918a1f4cd49dddab0e89d39d8762f0e357e296a379fe3fb9960
|
||||
SIZE (v4.21.tar.gz) = 9904765
|
||||
|
@ -155,6 +155,7 @@ include/wine/windows/cmdtxt.idl
|
||||
include/wine/windows/cmnquery.h
|
||||
include/wine/windows/cmnquery.idl
|
||||
include/wine/windows/colinf.idl
|
||||
include/wine/windows/colordlg.h
|
||||
include/wine/windows/comcat.h
|
||||
include/wine/windows/comcat.idl
|
||||
include/wine/windows/commctrl.h
|
||||
@ -2526,6 +2527,7 @@ lib/wine/libdbgeng.def
|
||||
lib/wine/libdbghelp.def
|
||||
lib/wine/libdciman32.def
|
||||
lib/wine/libddraw.def
|
||||
lib/wine/libdhcpcsvc.def
|
||||
lib/wine/libdinput.a
|
||||
lib/wine/libdinput8.a
|
||||
lib/wine/libdmoguids.a
|
||||
|
Loading…
Reference in New Issue
Block a user