mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
Update to Wine 1.7.30. This includes the following changes:
- More support for fonts in DirectWrite. - Improved ATL thunk support. - A few more C runtime functions. - Regedit import/export fixes. - Various bug fixes.
This commit is contained in:
parent
51f8d8562a
commit
8c04387bda
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372072
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= wine
|
||||
DISTVERSION= 1.7.29
|
||||
DISTVERSION= 1.7.30
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF/${PORTNAME}/Source \
|
||||
|
@ -1,4 +1,4 @@
|
||||
SHA256 (wine-1.7.29.tar.bz2) = ae48190d35533197811eeabed989ed9fd3201c44af917107f35ec0bf75b8de62
|
||||
SIZE (wine-1.7.29.tar.bz2) = 21823063
|
||||
SHA256 (v1.7.29.tar.gz) = 27fab2e3a16f1af4580328ec399bd383915cd8827855f7e77d69d8ddddee2ade
|
||||
SIZE (v1.7.29.tar.gz) = 8423703
|
||||
SHA256 (wine-1.7.30.tar.bz2) = 10f7caf0420970772d868ab2ae24578f89b8a04b93604473e7c41bb295e0086c
|
||||
SIZE (wine-1.7.30.tar.bz2) = 21835863
|
||||
SHA256 (v1.7.30.tar.gz) = 42d761cde615c5d70656078a7c2b23cf1e57f7ba174b3e6c9da6de876bc268d2
|
||||
SIZE (v1.7.30.tar.gz) = 8439935
|
||||
|
@ -1346,6 +1346,7 @@ lib/wine/fakedlls/msxml3.dll
|
||||
lib/wine/fakedlls/msxml4.dll
|
||||
lib/wine/fakedlls/msxml6.dll
|
||||
lib/wine/fakedlls/nddeapi.dll
|
||||
lib/wine/fakedlls/ndis.sys
|
||||
lib/wine/fakedlls/net.exe
|
||||
lib/wine/fakedlls/netapi32.dll
|
||||
lib/wine/fakedlls/netcfgx.dll
|
||||
@ -1395,6 +1396,7 @@ lib/wine/fakedlls/plugplay.exe
|
||||
lib/wine/fakedlls/powrprof.dll
|
||||
lib/wine/fakedlls/presentationfontcache.exe
|
||||
lib/wine/fakedlls/printui.dll
|
||||
lib/wine/fakedlls/prntvpt.dll
|
||||
lib/wine/fakedlls/progman.exe
|
||||
lib/wine/fakedlls/propsys.dll
|
||||
lib/wine/fakedlls/psapi.dll
|
||||
@ -1910,6 +1912,7 @@ lib/wine/msxml3.dll.so
|
||||
lib/wine/msxml4.dll.so
|
||||
lib/wine/msxml6.dll.so
|
||||
lib/wine/nddeapi.dll.so
|
||||
lib/wine/ndis.sys.so
|
||||
lib/wine/net.exe.so
|
||||
lib/wine/netapi32.dll.so
|
||||
lib/wine/netcfgx.dll.so
|
||||
@ -1959,6 +1962,7 @@ lib/wine/plugplay.exe.so
|
||||
lib/wine/powrprof.dll.so
|
||||
lib/wine/presentationfontcache.exe.so
|
||||
lib/wine/printui.dll.so
|
||||
lib/wine/prntvpt.dll.so
|
||||
lib/wine/progman.exe.so
|
||||
lib/wine/propsys.dll.so
|
||||
lib/wine/psapi.dll.so
|
||||
|
Loading…
Reference in New Issue
Block a user