diff options
-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; |