git: 6208298e7c25 - main - x11/wl-kbptr: backport warnings fix

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Fri, 17 May 2024 17:09:37 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6208298e7c25adf076251edb5cd6f9ad1ee34257

commit 6208298e7c25adf076251edb5cd6f9ad1ee34257
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-05-17 16:57:10 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-05-17 17:09:13 +0000

    x11/wl-kbptr: backport warnings fix
    
    wl_display#1: error 0: invalid object 13
    [destroyed object]: error 4: surface was destroyed before its role object
---
 x11/wl-kbptr/Makefile | 4 ++++
 x11/wl-kbptr/distinfo | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/x11/wl-kbptr/Makefile b/x11/wl-kbptr/Makefile
index 858428fb7a08..d5fa999043de 100644
--- a/x11/wl-kbptr/Makefile
+++ b/x11/wl-kbptr/Makefile
@@ -1,8 +1,12 @@
 PORTNAME=	wl-kbptr
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.2.0
+PORTREVISION=	1
 CATEGORIES=	x11 wayland
 
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+=	ee21ec7a37e8.patch:-p1
+
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Control the mouse pointer with the keyboard on Wayland
 WWW=		https://github.com/moverest/wl-kbptr
diff --git a/x11/wl-kbptr/distinfo b/x11/wl-kbptr/distinfo
index f5a4453c3102..85f8bef906fb 100644
--- a/x11/wl-kbptr/distinfo
+++ b/x11/wl-kbptr/distinfo
@@ -1,3 +1,5 @@
 TIMESTAMP = 1693353722
 SHA256 (moverest-wl-kbptr-v0.2.0_GH0.tar.gz) = 5d92d3217e7c77050fdd95f6602ffee3ae384f374400d95167adc721c37eba98
 SIZE (moverest-wl-kbptr-v0.2.0_GH0.tar.gz) = 36384
+SHA256 (ee21ec7a37e8.patch) = 27df9c7cf8ef7a1c4c8e54f371e1324282372fa162c4993eee1c57197dabba48
+SIZE (ee21ec7a37e8.patch) = 789