Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jul 2023 04:24:55 GMT
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b161a3cffcb3 - main - deskutils/copyq: Fix build with upcoming Qt 6.5.x
Message-ID:  <202307210424.36L4OtiO098294@gitrepo.freebsd.org>

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

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

commit b161a3cffcb37fcf19d07ef43ac14bbcb4ee6696
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2023-07-21 01:13:20 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2023-07-21 04:24:44 +0000

    deskutils/copyq: Fix build with upcoming Qt 6.5.x
    
    PR:             272422
---
 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 ea34a73abb93..4a8d24d6d5eb 100644
--- a/deskutils/copyq/Makefile
+++ b/deskutils/copyq/Makefile
@@ -5,6 +5,9 @@ PORTREVISION=	2
 CATEGORIES=	deskutils
 PKGNAMESUFFIX=	-${FLAVOR}
 
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+=	79d33dd337deeb357ce92c3d1e2b5b56b6f2c97d.patch:-p1 # Fix build with Qt 6.5.x
+
 MAINTAINER=	eduardo@FreeBSD.org
 COMMENT=	Qt${FLAVOR:S/qt//} based clipboard manager
 WWW=		https://github.com/hluk/CopyQ
diff --git a/deskutils/copyq/distinfo b/deskutils/copyq/distinfo
index 2955bd6d1c5f..7c7a3eb50671 100644
--- a/deskutils/copyq/distinfo
+++ b/deskutils/copyq/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1680456044
+TIMESTAMP = 1689891691
 SHA256 (hluk-CopyQ-v7.0.0_GH0.tar.gz) = 5898ba2025f8e9f61a4b4732e85adf3b1653fad20b5c1f1b0c879a7b72cd4d48
 SIZE (hluk-CopyQ-v7.0.0_GH0.tar.gz) = 3323354
+SHA256 (79d33dd337deeb357ce92c3d1e2b5b56b6f2c97d.patch) = 1e35ffd348245b2ca74671e17e38ea77888c589730da69974f6440923226872e
+SIZE (79d33dd337deeb357ce92c3d1e2b5b56b6f2c97d.patch) = 1734



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