git: 409f147fda35 - 2023Q4 - deskutils/copyq: Fix build with Qt 6.6.x
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Nov 2023 00:53:37 UTC
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