Date: Tue, 17 Dec 2024 06:09:02 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: 83da8b4a3e8a - main - textproc/sigil: Fix build with Qt 6.8.x Message-ID: <202412170609.4BH692TI075604@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=83da8b4a3e8a316d78b21efc92bfc5af2463ee2b commit 83da8b4a3e8a316d78b21efc92bfc5af2463ee2b Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2024-12-17 05:35:58 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2024-12-17 05:54:06 +0000 textproc/sigil: Fix build with Qt 6.8.x Add patches from upstream to fix build with Qt 6.8.x. PR: 283290 Approved by: portmgr (blanket) --- textproc/sigil/Makefile | 4 ++++ textproc/sigil/distinfo | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/textproc/sigil/Makefile b/textproc/sigil/Makefile index 5b42e4da2a47..8ac03b245820 100644 --- a/textproc/sigil/Makefile +++ b/textproc/sigil/Makefile @@ -2,6 +2,10 @@ PORTNAME= sigil DISTVERSION= 2.3.1 CATEGORIES= textproc +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= 9b2773e08ba68f3d35c9f58696d8d1b78dd42e26.patch:-p1 # Fix build with Qt 6.8.x +PATCHFILES+= 08ed327cf220eca9c814ea2a65adace24a4cf3d9.patch:-p1 # Fix build with Qt 6.8.x + MAINTAINER= jonc@chen.org.nz COMMENT= WYSIWYG ePub editor WWW= https://sigil-ebook.com/ diff --git a/textproc/sigil/distinfo b/textproc/sigil/distinfo index 0ae520bc2461..80562fc298b9 100644 --- a/textproc/sigil/distinfo +++ b/textproc/sigil/distinfo @@ -1,3 +1,7 @@ -TIMESTAMP = 1725944913 +TIMESTAMP = 1734401478 SHA256 (Sigil-Ebook-Sigil-2.3.1_GH0.tar.gz) = 12e84d9a1fc41e60903557ea03801cd0004d8b75dfcebeb44c3a9b1fd8fa97ea SIZE (Sigil-Ebook-Sigil-2.3.1_GH0.tar.gz) = 17475697 +SHA256 (9b2773e08ba68f3d35c9f58696d8d1b78dd42e26.patch) = f9c408f486baad1d9f0349699ec04364762fb2cef9eff4703b4a374e03456c58 +SIZE (9b2773e08ba68f3d35c9f58696d8d1b78dd42e26.patch) = 963 +SHA256 (08ed327cf220eca9c814ea2a65adace24a4cf3d9.patch) = f26caf4362a8c336216b9448c958e6ad82ef56acb617e75e33cb2656e1bf5b42 +SIZE (08ed327cf220eca9c814ea2a65adace24a4cf3d9.patch) = 1679
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412170609.4BH692TI075604>