Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jul 2021 06:48:19 GMT
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 659ba57bb68b - main - emulators/wine: Update to Wine 5.0.5
Message-ID:  <202107260648.16Q6mJC9041489@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gerald:

URL: https://cgit.FreeBSD.org/ports/commit/?id=659ba57bb68bf937bd473b493a2ec64538c2c7db

commit 659ba57bb68bf937bd473b493a2ec64538c2c7db
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2021-07-26 06:35:31 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2021-07-26 06:44:19 +0000

    emulators/wine: Update to Wine 5.0.5
    
    This (only) fixes the regression I found and reported against
    Wine 5.0.4, obsoleting our temporary patch files/patch-dlls_qcap_v4l.c.
---
 emulators/wine/Makefile                    |  2 +-
 emulators/wine/distinfo                    |  6 +++---
 emulators/wine/files/patch-dlls_qcap_v4l.c | 14 --------------
 3 files changed, 4 insertions(+), 18 deletions(-)

diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 6059106f4e38..f37dd1eef6fe 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -1,7 +1,7 @@
 # Created by: Gerald Pfeifer <gerald@FreeBSD.org>
 
 PORTNAME=	wine
-DISTVERSION=	5.0.4
+DISTVERSION=	5.0.5
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \
diff --git a/emulators/wine/distinfo b/emulators/wine/distinfo
index 1b742daba983..9aa9e34814b5 100644
--- a/emulators/wine/distinfo
+++ b/emulators/wine/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1616539601
-SHA256 (wine-5.0.4.tar.xz) = f9915a994a6383c67789e1ec27602ffb3d597917cb816a1e9dcea9d02f920de5
-SIZE (wine-5.0.4.tar.xz) = 22508724
+TIMESTAMP = 1627252327
+SHA256 (wine-5.0.5.tar.xz) = 6a294fe969311312332dd089f65c756a71fc5651fd2e7a994701aaabc433818e
+SIZE (wine-5.0.5.tar.xz) = 22501416
diff --git a/emulators/wine/files/patch-dlls_qcap_v4l.c b/emulators/wine/files/patch-dlls_qcap_v4l.c
deleted file mode 100644
index 6d2f515a3962..000000000000
--- a/emulators/wine/files/patch-dlls_qcap_v4l.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- dlls/qcap/v4l.c.orig	2021-03-27 14:39:57 UTC
-+++ dlls/qcap/v4l.c
-@@ -63,9 +63,10 @@
- #include "qcap_main.h"
- #include "capture.h"
- 
-+WINE_DEFAULT_DEBUG_CHANNEL(qcap);
-+
- #ifdef HAVE_LINUX_VIDEODEV2_H
- 
--WINE_DEFAULT_DEBUG_CHANNEL(qcap);
- WINE_DECLARE_DEBUG_CHANNEL(winediag);
- 
- static typeof(open) *video_open = open;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107260648.16Q6mJC9041489>