Update to Wine 4.17. This includes the following changes:
- New version of the Mono engine with upstream fixes. - Support for DXTn compressed textures. - Initial version of the Windows Script runtime library. - Support for XRandR device change notifications. - Support for generating RSA keys. - Various bug fixes. Update wine-mono-devel to the upstream release 4.9.3. [1] Approved by: dbn (blanket) [1]
This commit is contained in:
parent
174faa575f
commit
e897ec8f2e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=513378
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= wine
|
||||
DISTVERSION= 4.16
|
||||
DISTVERSION= 4.17
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF/${PORTNAME}/Source \
|
||||
@ -91,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.2.msi:emulators/wine-mono-devel
|
||||
MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-4.9.3.msi:emulators/wine-mono-devel
|
||||
|
||||
MPG123_CONFIGURE_WITH= mpg123
|
||||
MPG123_LIB_DEPENDS= libmpg123.so:audio/mpg123
|
||||
|
@ -1,5 +1,5 @@
|
||||
TIMESTAMP = 1568475749
|
||||
SHA256 (wine-4.16.tar.xz) = 8d7ba7a0643626c0349442577a1f1b06d3062a4129aac0bd5a2b0eb15b5b1d9f
|
||||
SIZE (wine-4.16.tar.xz) = 22205248
|
||||
SHA256 (v4.16.tar.gz) = 2de237fa5d9eeb3a67f75e113f392a2b53a67d75f1d1f6304964013c837f93b9
|
||||
SIZE (v4.16.tar.gz) = 9905714
|
||||
TIMESTAMP = 1569769286
|
||||
SHA256 (wine-4.17.tar.xz) = 7480a1436687486996ba6cf91fef71b70e6dafffbf2c55ea2430094c1025b2ae
|
||||
SIZE (wine-4.17.tar.xz) = 22230616
|
||||
SHA256 (v4.17.tar.gz) = 8c7ec7ca44641930d990286305bcfd6b027566d608ca9e3e9d7accff39d53a39
|
||||
SIZE (v4.17.tar.gz) = 9914906
|
||||
|
@ -70,6 +70,7 @@ include/wine/msvcrt/sys/types.h
|
||||
include/wine/msvcrt/sys/unistd.h
|
||||
include/wine/msvcrt/sys/utime.h
|
||||
include/wine/msvcrt/time.h
|
||||
include/wine/msvcrt/uchar.h
|
||||
include/wine/msvcrt/unistd.h
|
||||
include/wine/msvcrt/wchar.h
|
||||
include/wine/msvcrt/wctype.h
|
||||
@ -799,6 +800,7 @@ include/wine/windows/tcpmib.h
|
||||
include/wine/windows/textserv.h
|
||||
include/wine/windows/textstor.h
|
||||
include/wine/windows/textstor.idl
|
||||
include/wine/windows/threadpoolapiset.h
|
||||
include/wine/windows/thumbcache.h
|
||||
include/wine/windows/thumbcache.idl
|
||||
include/wine/windows/timezoneapi.h
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= wine-mono
|
||||
DISTVERSION= 4.9.2
|
||||
DISTVERSION= 4.9.3
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= http://dl.winehq.org/wine/wine-mono/${DISTVERSION}/
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1566027751
|
||||
SHA256 (wine-mono-4.9.2.msi) = b91f4656fca72d036934c2a9e845b2dfadad291e48e0b013fb2b08698200ff74
|
||||
SIZE (wine-mono-4.9.2.msi) = 94981632
|
||||
TIMESTAMP = 1569768470
|
||||
SHA256 (wine-mono-4.9.3.msi) = 7cf6b7674697f9de9cd1630ceb1de4c56adebb617fcca4d179a22cb7e1b2476d
|
||||
SIZE (wine-mono-4.9.3.msi) = 95017472
|
||||
|
Loading…
Reference in New Issue
Block a user