mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
Update to Wine 4.14. This includes the following changes:
- New version of the Mono engine (4.9.2) with upstream updates. - Various bug fixes.
This commit is contained in:
parent
e1b6882a12
commit
53f84896e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509189
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= wine
|
||||
DISTVERSION= 4.13
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 4.14
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF/${PORTNAME}/Source \
|
||||
@ -92,7 +91,7 @@ LDAP_USE= OPENLDAP=yes
|
||||
LIBXSLT_CONFIGURE_WITH= xslt
|
||||
LIBXSLT_LIB_DEPENDS= libxslt.so:textproc/libxslt
|
||||
|
||||
MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-4.9.0.msi:emulators/wine-mono-devel
|
||||
MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-4.9.2.msi:emulators/wine-mono-devel
|
||||
|
||||
MPG123_CONFIGURE_WITH= mpg123
|
||||
MPG123_LIB_DEPENDS= libmpg123.so:audio/mpg123
|
||||
|
@ -1,5 +1,5 @@
|
||||
TIMESTAMP = 1564860042
|
||||
SHA256 (wine-4.13.tar.xz) = 79174151cbc403250d4727dc9c55df8d6a60a2fe28343642c2452a92c6431d67
|
||||
SIZE (wine-4.13.tar.xz) = 22137820
|
||||
SHA256 (v4.13.tar.gz) = e9b01570092c2e7659119e0ff5d71e7733209b47b065495c073332c0bbe906a3
|
||||
SIZE (v4.13.tar.gz) = 9913015
|
||||
TIMESTAMP = 1566027937
|
||||
SHA256 (wine-4.14.tar.xz) = dad56e090c7466d10fdce72cb379b7acc366159fc8b46058f710645de65081e6
|
||||
SIZE (wine-4.14.tar.xz) = 22151304
|
||||
SHA256 (v4.14.tar.gz) = d25ca6fa48b0a2ed812b4d72c4939c52937c3df2d4518061e2c2899655865c73
|
||||
SIZE (v4.14.tar.gz) = 9910499
|
||||
|
@ -32,6 +32,7 @@ include/wine/svcctl.h
|
||||
include/wine/svcctl.idl
|
||||
include/wine/msvcrt/assert.h
|
||||
include/wine/msvcrt/conio.h
|
||||
include/wine/msvcrt/corecrt.h
|
||||
include/wine/msvcrt/crtdbg.h
|
||||
include/wine/msvcrt/crtdefs.h
|
||||
include/wine/msvcrt/ctype.h
|
||||
@ -804,6 +805,7 @@ include/wine/windows/tlogstg.idl
|
||||
include/wine/windows/tmschema.h
|
||||
include/wine/windows/tom.h
|
||||
include/wine/windows/tom.idl
|
||||
include/wine/windows/tpcshrd.h
|
||||
include/wine/windows/traffic.h
|
||||
include/wine/windows/transact.h
|
||||
include/wine/windows/transact.idl
|
||||
@ -2258,6 +2260,7 @@ lib/wine/fakedlls/usbd.sys
|
||||
lib/wine/fakedlls/user32.dll
|
||||
lib/wine/fakedlls/userenv.dll
|
||||
lib/wine/fakedlls/usp10.dll
|
||||
lib/wine/fakedlls/utildll.dll
|
||||
lib/wine/fakedlls/uxtheme.dll
|
||||
lib/wine/fakedlls/vbscript.dll
|
||||
lib/wine/fakedlls/vcomp.dll
|
||||
@ -2340,6 +2343,7 @@ lib/wine/fakedlls/wintrust.dll
|
||||
lib/wine/fakedlls/winusb.dll
|
||||
lib/wine/fakedlls/winver.exe
|
||||
lib/wine/fakedlls/wlanapi.dll
|
||||
lib/wine/fakedlls/wlanui.dll
|
||||
lib/wine/fakedlls/wldap32.dll
|
||||
lib/wine/fakedlls/wmasf.dll
|
||||
lib/wine/fakedlls/wmi.dll
|
||||
@ -2949,6 +2953,7 @@ lib/wine/usbd.sys.so
|
||||
lib/wine/user32.dll.so
|
||||
lib/wine/userenv.dll.so
|
||||
lib/wine/usp10.dll.so
|
||||
lib/wine/utildll.dll.so
|
||||
lib/wine/uxtheme.dll.so
|
||||
lib/wine/vbscript.dll.so
|
||||
lib/wine/vcomp.dll.so
|
||||
@ -3031,6 +3036,7 @@ lib/wine/wintrust.dll.so
|
||||
lib/wine/winusb.dll.so
|
||||
lib/wine/winver.exe.so
|
||||
lib/wine/wlanapi.dll.so
|
||||
lib/wine/wlanui.dll.so
|
||||
lib/wine/wldap32.dll.so
|
||||
lib/wine/wmasf.dll.so
|
||||
lib/wine/wmi.dll.so
|
||||
|
Loading…
Reference in New Issue
Block a user