From nobody Wed Oct 13 20:59:45 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 1AAB317FCE2C; Wed, 13 Oct 2021 20:59:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HV4fV0DKDz4f3h; Wed, 13 Oct 2021 20:59:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DD6DA2ED7A; Wed, 13 Oct 2021 20:59:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19DKxjVn000471; Wed, 13 Oct 2021 20:59:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19DKxjKL000470; Wed, 13 Oct 2021 20:59:45 GMT (envelope-from git) Date: Wed, 13 Oct 2021 20:59:45 GMT Message-Id: <202110132059.19DKxjKL000470@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Gerald Pfeifer Subject: git: a5156f506fce - main - emulators/wine-devel: Update to Wine 6.19 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gerald X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a5156f506fce16dc036968c4870361cee92f0fcf Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=a5156f506fce16dc036968c4870361cee92f0fcf commit a5156f506fce16dc036968c4870361cee92f0fcf Author: Damjan Jovanovic AuthorDate: 2021-10-13 20:53:56 +0000 Commit: Gerald Pfeifer CommitDate: 2021-10-13 20:54:19 +0000 emulators/wine-devel: Update to Wine 6.19 This includes the following changes: - IPHlpApi, NsiProxy, WineDbg and a few other modules converted to PE. - More HID joystick work. - Kernel parts of GDI moved to Win32u. - More work towards Dwarf 3/4 debug support. - Various bug fixes. It also brings minor packaging changes related to the Staging patch set. --- emulators/wine-devel/Makefile | 2 +- emulators/wine-devel/distinfo | 10 +++++----- emulators/wine-devel/pkg-plist | 4 +++- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index efcbbcfc0249..c4d06c212f90 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -1,7 +1,7 @@ # Created by: Gerald Pfeifer PORTNAME= wine -DISTVERSION= 6.18 +DISTVERSION= 6.19 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index a727c372f986..b1f2fe644f35 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1632811478 -SHA256 (wine-6.18.tar.xz) = fd22e8d64d7333bda4096d73e87ca88f5dd9eda92103d8f79d0673ca7ce6b1d0 -SIZE (wine-6.18.tar.xz) = 24860880 -SHA256 (v6.18.tar.gz) = 6d252d3501431b241a2e37d841e287918b51889917b07382ed204703fb77cae4 -SIZE (v6.18.tar.gz) = 9663936 +TIMESTAMP = 1633927265 +SHA256 (wine-6.19.tar.xz) = 4182e2d9627704cc376f46fc3109580ea9077796f44f5ee83e08e3e96bf0ab66 +SIZE (wine-6.19.tar.xz) = 24894356 +SHA256 (v6.19.tar.gz) = 47158842c938f68d9097965135321892515bb7f133c88be469c91f845f942ac3 +SIZE (v6.19.tar.gz) = 9690585 diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index a4be825adb34..268f3112b9d4 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -1245,6 +1245,7 @@ lib/wine/%%WINEARCH%%-unix/api-ms-win-core-psapi-obsolete-l1-1-0.dll.so lib/wine/%%WINEARCH%%-unix/api-ms-win-core-psm-appnotify-l1-1-0.dll.so lib/wine/%%WINEARCH%%-unix/api-ms-win-core-quirks-l1-1-0.dll.so lib/wine/%%WINEARCH%%-unix/api-ms-win-core-realtime-l1-1-0.dll.so +%%STAGING%%lib/wine/%%WINEARCH%%-unix/api-ms-win-core-realtime-l1-1-1.dll.so lib/wine/%%WINEARCH%%-unix/api-ms-win-core-registry-l1-1-0.dll.so lib/wine/%%WINEARCH%%-unix/api-ms-win-core-registry-l2-1-0.dll.so lib/wine/%%WINEARCH%%-unix/api-ms-win-core-registry-l2-2-0.dll.so @@ -1637,7 +1638,6 @@ lib/wine/%%WINEARCH%%-unix/gameux.dll.so lib/wine/%%WINEARCH%%-unix/gamingtcui.dll.so %%WINE32%%lib/wine/%%WINEARCH%%-unix/gdi.exe16.so lib/wine/%%WINEARCH%%-unix/gdi32.dll.so -lib/wine/%%WINEARCH%%-unix/gdi32.so lib/wine/%%WINEARCH%%-unix/gdiplus.dll.so %%X11%%lib/wine/%%WINEARCH%%-unix/glu32.dll.so lib/wine/%%WINEARCH%%-unix/gphoto2.ds.so @@ -2056,6 +2056,7 @@ lib/wine/%%WINEARCH%%-unix/notepad.exe.so lib/wine/%%WINEARCH%%-unix/npmshtml.dll.so lib/wine/%%WINEARCH%%-unix/npptools.dll.so lib/wine/%%WINEARCH%%-unix/nsi.dll.so +%%STAGING%%lib/wine/%%WINEARCH%%-unix/nsiproxy.so lib/wine/%%WINEARCH%%-unix/nsiproxy.sys.so lib/wine/%%WINEARCH%%-unix/ntdll.dll.so lib/wine/%%WINEARCH%%-unix/ntdll.so @@ -2525,6 +2526,7 @@ lib/wine/%%WINEARCH%%-windows/api-ms-win-core-psapi-obsolete-l1-1-0.dll lib/wine/%%WINEARCH%%-windows/api-ms-win-core-psm-appnotify-l1-1-0.dll lib/wine/%%WINEARCH%%-windows/api-ms-win-core-quirks-l1-1-0.dll lib/wine/%%WINEARCH%%-windows/api-ms-win-core-realtime-l1-1-0.dll +%%STAGING%%lib/wine/%%WINEARCH%%-windows/api-ms-win-core-realtime-l1-1-1.dll lib/wine/%%WINEARCH%%-windows/api-ms-win-core-registry-l1-1-0.dll lib/wine/%%WINEARCH%%-windows/api-ms-win-core-registry-l2-1-0.dll lib/wine/%%WINEARCH%%-windows/api-ms-win-core-registry-l2-2-0.dll