Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Nov 2023 00:53:37 GMT
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 409f147fda35 - 2023Q4 - deskutils/copyq: Fix build with Qt 6.6.x
Message-ID:  <202311220053.3AM0rbFN080447@gitrepo.freebsd.org>

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

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

commit 409f147fda35dac152106d73e2b67e2e1d9dbf0b
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2023-11-19 20:57:22 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2023-11-22 00:49:10 +0000

    deskutils/copyq: Fix build with Qt 6.6.x
    
    PR:             275068
    MFH:            2023Q4
    (cherry picked from commit d8c99ce7c5d803e2d39ce8363ed4abdcd211dd39)
---
 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 9c993fc1ca84..e00bd4168d02 100644
--- a/deskutils/copyq/Makefile
+++ b/deskutils/copyq/Makefile
@@ -5,6 +5,9 @@ MASTER_SITES=	https://github.com/hluk/CopyQ/releases/download/v${DISTVERSION}/
 PKGNAMESUFFIX=	-${FLAVOR}
 DISTNAME=	CopyQ-${DISTVERSION}
 
+PATCH_SITES=	https://github.com/hluk/CopyQ/commit/
+PATCHFILES+=	19e9dd1c2ecb49b14a24159c5ac3bc1b77fdf250.patch:-p1 # Fix build with Qt 6.6.0
+
 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 4d78b311c58e..bc86196be1d0 100644
--- a/deskutils/copyq/distinfo
+++ b/deskutils/copyq/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1693819538
+TIMESTAMP = 1700427013
 SHA256 (CopyQ-7.1.0.tar.gz) = ce0265b0a86350fda7bfa1a9d4b74d794a4077551b28186012683567d6fd8158
 SIZE (CopyQ-7.1.0.tar.gz) = 3351093
+SHA256 (19e9dd1c2ecb49b14a24159c5ac3bc1b77fdf250.patch) = 9b763cecd23e418ae4d26d1fad0d38d9ac3d352b846f2314e1653ead2567c9a1
+SIZE (19e9dd1c2ecb49b14a24159c5ac3bc1b77fdf250.patch) = 1791



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