Date: Mon, 22 Aug 2016 09:26:36 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420591 - head/emulators/wine-devel Message-ID: <201608220926.u7M9Qa1l050732@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Mon Aug 22 09:26:35 2016 New Revision: 420591 URL: https://svnweb.freebsd.org/changeset/ports/420591 Log: Update to Wine 1.9.17. This includes the following changes: - Better exception handling on 64-bit. - Various improvements in joystick support. - Some more stream support in the C++ runtime. - Font embedding improvements. - More metafile support in GDI+. - 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 Mon Aug 22 09:01:16 2016 (r420590) +++ head/emulators/wine-devel/Makefile Mon Aug 22 09:26:35 2016 (r420591) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.9.16 +DISTVERSION= 1.9.17 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Mon Aug 22 09:01:16 2016 (r420590) +++ head/emulators/wine-devel/distinfo Mon Aug 22 09:26:35 2016 (r420591) @@ -1,5 +1,5 @@ -TIMESTAMP = 1470642852 -SHA256 (wine-1.9.16.tar.bz2) = e120d6673aada93935c6661b75c2edc835a45a8e658b80934c36434b56940f04 -SIZE (wine-1.9.16.tar.bz2) = 23419636 -SHA256 (v1.9.16.tar.gz) = 24b0386b3bd04a2e48b5233487b2b3479d6e4042b44378ad3b9f1e04c5082a1d -SIZE (v1.9.16.tar.gz) = 9919553 +TIMESTAMP = 1471855617 +SHA256 (wine-1.9.17.tar.bz2) = 6e1ee9dc2f3a11d529dc0133c4c0afb9e6e5440e1f34463faefeb9e55cc60ecf +SIZE (wine-1.9.17.tar.bz2) = 23440011 +SHA256 (v1.9.17.tar.gz) = 74c1263f978e08bb8d53806a384ae4cacb43e11c8d123761568263a1d61224a9 +SIZE (v1.9.17.tar.gz) = 9920187 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Mon Aug 22 09:01:16 2016 (r420590) +++ head/emulators/wine-devel/pkg-plist Mon Aug 22 09:26:35 2016 (r420591) @@ -894,6 +894,7 @@ lib/wine/amstream.dll.so lib/wine/api-ms-win-core-com-l1-1-0.dll.so %%STAGING%%lib/wine/api-ms-win-core-com-l1-1-1.dll.so lib/wine/api-ms-win-core-console-l1-1-0.dll.so +lib/wine/api-ms-win-core-console-l2-1-0.dll.so lib/wine/api-ms-win-core-datetime-l1-1-0.dll.so lib/wine/api-ms-win-core-datetime-l1-1-1.dll.so lib/wine/api-ms-win-core-debug-l1-1-0.dll.so @@ -1044,6 +1045,7 @@ lib/wine/comdlg32.dll.so %%WINE32%%lib/wine/compobj.dll16.so lib/wine/compstui.dll.so lib/wine/comsvcs.dll.so +lib/wine/concrt140.dll.so lib/wine/conhost.exe.so lib/wine/connect.dll.so lib/wine/control.exe.so @@ -1187,6 +1189,7 @@ lib/wine/fakedlls/amstream.dll lib/wine/fakedlls/api-ms-win-core-com-l1-1-0.dll %%STAGING%%lib/wine/fakedlls/api-ms-win-core-com-l1-1-1.dll lib/wine/fakedlls/api-ms-win-core-console-l1-1-0.dll +lib/wine/fakedlls/api-ms-win-core-console-l2-1-0.dll lib/wine/fakedlls/api-ms-win-core-datetime-l1-1-0.dll lib/wine/fakedlls/api-ms-win-core-datetime-l1-1-1.dll lib/wine/fakedlls/api-ms-win-core-debug-l1-1-0.dll @@ -1337,6 +1340,7 @@ lib/wine/fakedlls/comdlg32.dll %%WINE32%%lib/wine/fakedlls/compobj.dll16 lib/wine/fakedlls/compstui.dll lib/wine/fakedlls/comsvcs.dll +lib/wine/fakedlls/concrt140.dll lib/wine/fakedlls/conhost.exe lib/wine/fakedlls/connect.dll lib/wine/fakedlls/control.exe @@ -1797,6 +1801,7 @@ lib/wine/fakedlls/vcomp.dll lib/wine/fakedlls/vcomp100.dll lib/wine/fakedlls/vcomp110.dll lib/wine/fakedlls/vcomp120.dll +lib/wine/fakedlls/vcomp140.dll lib/wine/fakedlls/vcomp90.dll %%STAGING%%lib/wine/fakedlls/vcruntime140.dll %%WINE32%%lib/wine/fakedlls/vdhcp.vxd @@ -2407,6 +2412,7 @@ lib/wine/vcomp.dll.so lib/wine/vcomp100.dll.so lib/wine/vcomp110.dll.so lib/wine/vcomp120.dll.so +lib/wine/vcomp140.dll.so lib/wine/vcomp90.dll.so %%STAGING%%lib/wine/vcruntime140.dll.so %%WINE32%%lib/wine/vdhcp.vxd.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608220926.u7M9Qa1l050732>