diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-07-26 06:35:31 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-07-26 06:44:19 +0000 |
commit | 659ba57bb68bf937bd473b493a2ec64538c2c7db (patch) | |
tree | a17a32468b220f4fd43731de6a71f3ae9784abdd | |
parent | 88fe01c61ff32a1007c9ba4cdd89ebeea20417e5 (diff) | |
download | ports-659ba57bb68bf937bd473b493a2ec64538c2c7db.tar.gz ports-659ba57bb68bf937bd473b493a2ec64538c2c7db.zip |
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.
-rw-r--r-- | emulators/wine/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine/distinfo | 6 | ||||
-rw-r--r-- | 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; |