mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
Update to Wine 4.19. This includes the following changes:
- A number of additional VBScript features. - More stateblock support in WineD3D. - Some fixes for ARM64 support (which we do not have on FreeBSD). - Various bug fixes. And some bits have moved from STAGING into the main tree; yeah!
This commit is contained in:
parent
95b9561ba3
commit
e529a80753
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=516403
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= wine
|
||||
DISTVERSION= 4.18
|
||||
DISTVERSION= 4.19
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF/${PORTNAME}/Source \
|
||||
@ -24,7 +24,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex \
|
||||
LIB_DEPENDS= libFAudio.so:audio/faudio \
|
||||
libxml2.so:textproc/libxml2
|
||||
|
||||
USES= bison desktop-file-utils gmake localbase shebangfix tar:xz
|
||||
USES= bison desktop-file-utils gmake localbase shebangfix tar:xz xorg
|
||||
|
||||
CONFLICTS_INSTALL= wine-[0-9]* wine-staging-[0-9]* i386-wine-[0-9]* \
|
||||
i386-wine-staging-[0-9]* i386-wine-devel-[0-9]*
|
||||
|
@ -1,5 +1,5 @@
|
||||
TIMESTAMP = 1571469845
|
||||
SHA256 (wine-4.18.tar.xz) = d10b0550215f789655a1c67db91a8afc0b4284416bae1869396f06e2db360e32
|
||||
SIZE (wine-4.18.tar.xz) = 22263936
|
||||
SHA256 (v4.18.tar.gz) = e34c0047004ac7ade8e55c273c8ecf0fa201a22f9fb1ab332c9e0a638e5089d0
|
||||
SIZE (v4.18.tar.gz) = 9917480
|
||||
TIMESTAMP = 1572739436
|
||||
SHA256 (wine-4.19.tar.xz) = 361abeebb676c65acafdb2bcdc96a7fbd2a7bc8689f7bebbcca97d8ca069ce20
|
||||
SIZE (wine-4.19.tar.xz) = 22283616
|
||||
SHA256 (v4.19.tar.gz) = 4538a986c1df700c4071d4044937f216c82eb6f73f3c19a9c00d909dda6cb05a
|
||||
SIZE (v4.19.tar.gz) = 9908545
|
||||
|
@ -700,8 +700,8 @@ include/wine/windows/raserror.h
|
||||
include/wine/windows/reason.h
|
||||
include/wine/windows/regstr.h
|
||||
include/wine/windows/restartmanager.h
|
||||
%%STAGING%%include/wine/windows/restrictederrorinfo.h
|
||||
%%STAGING%%include/wine/windows/restrictederrorinfo.idl
|
||||
include/wine/windows/restrictederrorinfo.h
|
||||
include/wine/windows/restrictederrorinfo.idl
|
||||
include/wine/windows/richedit.h
|
||||
include/wine/windows/richole.h
|
||||
include/wine/windows/richole.idl
|
||||
|
Loading…
Reference in New Issue
Block a user