git: 9563658472a4 - main - deskutils/copyq: Fix build with Qt 6.9

From: Jason E. Hale <jhale_at_FreeBSD.org>
Date: Sun, 27 Apr 2025 03:12:52 UTC
The branch main has been updated by jhale:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9563658472a489bdc01ace116ac4ef88c51ac65e

commit 9563658472a489bdc01ace116ac4ef88c51ac65e
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2025-04-27 02:54:04 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2025-04-27 03:09:35 +0000

    deskutils/copyq: Fix build with Qt 6.9
    
    With hat:       kde@
    PR:             286051
---
 deskutils/copyq/Makefile | 3 +++
 deskutils/copyq/distinfo | 4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/deskutils/copyq/Makefile b/deskutils/copyq/Makefile
index e2c288432b44..e7059a3c1ad4 100644
--- a/deskutils/copyq/Makefile
+++ b/deskutils/copyq/Makefile
@@ -4,6 +4,9 @@ CATEGORIES=	deskutils
 MASTER_SITES=	https://github.com/hluk/CopyQ/releases/download/v${DISTVERSION}/
 DISTNAME=	Copyq-${DISTVERSION}
 
+PATCH_SITES=	https://github.com/hluk/CopyQ/commit/
+PATCHFILES+=	f08c0d46a239362c5d3525ef9c3ba943bb00f734.patch:-p1 # Fix build with Qt >= 6.9.0
+
 MAINTAINER=	eduardo@FreeBSD.org
 COMMENT=	Qt6 based clipboard manager
 WWW=		https://github.com/hluk/CopyQ
diff --git a/deskutils/copyq/distinfo b/deskutils/copyq/distinfo
index 29ef8d80940c..295cea033ed3 100644
--- a/deskutils/copyq/distinfo
+++ b/deskutils/copyq/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1743771334
+TIMESTAMP = 1744954135
 SHA256 (Copyq-10.0.0.tar.gz) = cc1ab0b492824d92e6e94b5d30576bcf7ed84b4fa75bd305c7262e0b2ccc7b95
 SIZE (Copyq-10.0.0.tar.gz) = 3457419
+SHA256 (f08c0d46a239362c5d3525ef9c3ba943bb00f734.patch) = 176a422134c6fd85f58b1dd2cb70b2b89c018b14e6c756193e74a9eae579441c
+SIZE (f08c0d46a239362c5d3525ef9c3ba943bb00f734.patch) = 16044