svn commit: r504001 - head/emulators/wine-devel
Gerald Pfeifer
gerald at FreeBSD.org
Wed Jun 12 05:57:01 UTC 2019
Author: gerald
Date: Wed Jun 12 05:56:58 2019
New Revision: 504001
URL: https://svnweb.freebsd.org/changeset/ports/504001
Log:
Update to Wine 4.10. This includes the following changes:
- Many DLLs are built as PE files by default.
- More support for installing Plug and Play drivers.
- Clock synchronization in Media Foundation.
- Volume adjustment in audio drivers.
- Various bug fixes.
Modified:
head/emulators/wine-devel/Makefile
head/emulators/wine-devel/distinfo
head/emulators/wine-devel/pkg-plist
Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile Wed Jun 12 04:53:30 2019 (r504000)
+++ head/emulators/wine-devel/Makefile Wed Jun 12 05:56:58 2019 (r504001)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= wine
-DISTVERSION= 4.9
+DISTVERSION= 4.10
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/Source \
Modified: head/emulators/wine-devel/distinfo
==============================================================================
--- head/emulators/wine-devel/distinfo Wed Jun 12 04:53:30 2019 (r504000)
+++ head/emulators/wine-devel/distinfo Wed Jun 12 05:56:58 2019 (r504001)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1558856924
-SHA256 (wine-4.9.tar.xz) = 91848e22fff3cb17db7fe7d727d714d21c5d4229dd460b5d1506753021fc799b
-SIZE (wine-4.9.tar.xz) = 22077528
-SHA256 (v4.9.tar.gz) = 93dcf54754c34c2a34aeac4e42b654b69dd804731c0049a0a1b12295adc8f4b7
-SIZE (v4.9.tar.gz) = 9926386
+TIMESTAMP = 1560279591
+SHA256 (wine-4.10.tar.xz) = 5add8161d8b73a413b011285951bed28602ebb0b5b257f35d40bc782ea1c2d10
+SIZE (wine-4.10.tar.xz) = 22109948
+SHA256 (v4.10.tar.gz) = a0acca3976f9c68d348099916987b403ffd513d5182b19600bd2a6ebed78c5c0
+SIZE (v4.10.tar.gz) = 9924803
Modified: head/emulators/wine-devel/pkg-plist
==============================================================================
--- head/emulators/wine-devel/pkg-plist Wed Jun 12 04:53:30 2019 (r504000)
+++ head/emulators/wine-devel/pkg-plist Wed Jun 12 05:56:58 2019 (r504001)
@@ -599,6 +599,7 @@ include/wine/windows/netfw.idl
include/wine/windows/netioapi.h
include/wine/windows/netlistmgr.h
include/wine/windows/netlistmgr.idl
+include/wine/windows/newdev.h
include/wine/windows/nldef.h
include/wine/windows/npapi.h
include/wine/windows/nserror.h
@@ -788,6 +789,7 @@ include/wine/windows/tcpmib.h
include/wine/windows/textserv.h
include/wine/windows/textstor.h
include/wine/windows/textstor.idl
+include/wine/windows/timezoneapi.h
include/wine/windows/tlhelp32.h
include/wine/windows/tlogstg.h
include/wine/windows/tlogstg.idl
@@ -1438,6 +1440,9 @@ lib/wine/ext-ms-win-rtcore-ntuser-syscolors-l1-1-0.dll
lib/wine/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0.dll.so
lib/wine/ext-ms-win-security-credui-l1-1-0.dll.so
lib/wine/ext-ms-win-security-cryptui-l1-1-0.dll.so
+lib/wine/ext-ms-win-shell-comctl32-init-l1-1-0.dll.so
+lib/wine/ext-ms-win-shell-comdlg32-l1-1-0.dll.so
+lib/wine/ext-ms-win-shell-shell32-l1-2-0.dll.so
lib/wine/ext-ms-win-uxtheme-themes-l1-1-0.dll.so
%%STAGING%%lib/wine/ext-ms-win-xaml-pal-l1-1-0.dll.so
lib/wine/extrac32.exe.so
@@ -1885,6 +1890,9 @@ lib/wine/fakedlls/ext-ms-win-rtcore-ntuser-syscolors-l
lib/wine/fakedlls/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0.dll
lib/wine/fakedlls/ext-ms-win-security-credui-l1-1-0.dll
lib/wine/fakedlls/ext-ms-win-security-cryptui-l1-1-0.dll
+lib/wine/fakedlls/ext-ms-win-shell-comctl32-init-l1-1-0.dll
+lib/wine/fakedlls/ext-ms-win-shell-comdlg32-l1-1-0.dll
+lib/wine/fakedlls/ext-ms-win-shell-shell32-l1-2-0.dll
lib/wine/fakedlls/ext-ms-win-uxtheme-themes-l1-1-0.dll
%%STAGING%%lib/wine/fakedlls/ext-ms-win-xaml-pal-l1-1-0.dll
lib/wine/fakedlls/extrac32.exe
@@ -3098,6 +3106,7 @@ man/man1/wmc.1.gz
man/man1/wrc.1.gz
%%WINE32%%man/pl.UTF-8/man1/wine.1.gz
share/applications/wine.desktop
+%%DATADIR%%/winehid.inf
%%PORTDOCS%%%%DOCSDIR%%/ANNOUNCE
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/README
More information about the svn-ports-head
mailing list