Re: git: d8c99ce7c5d8 - main - deskutils/copyq: Fix build with Qt 6.6.x
- In reply to: Jason E. Hale: "git: d8c99ce7c5d8 - main - deskutils/copyq: Fix build with Qt 6.6.x"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Nov 2023 09:16:44 UTC
Thanks for patching! Cheers, Jason E. Hale <jhale@freebsd.org> escreveu no dia domingo, 19/11/2023 à(s) 23:35: > The branch main has been updated by jhale: > > URL: > https://cgit.FreeBSD.org/ports/commit/?id=d8c99ce7c5d803e2d39ce8363ed4abdcd211dd39 > > commit d8c99ce7c5d803e2d39ce8363ed4abdcd211dd39 > 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-19 23:26:33 +0000 > > deskutils/copyq: Fix build with Qt 6.6.x > > PR: 275068 > MFH: 2023Q4 > --- > 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 > -- Nuno Teixeira FreeBSD Committer (ports)