Date: Mon, 30 Oct 2023 12:45:18 GMT From: Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 572051607dfb - main - textproc/sigil: update to 2.0.2 Message-ID: <202310301245.39UCjIf1011988@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=572051607dfbc9149f022aa99c9ed1775c58aaf0 commit 572051607dfbc9149f022aa99c9ed1775c58aaf0 Author: Jonathan Chen <jonc@chen.org.nz> AuthorDate: 2023-10-29 18:49:57 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2023-10-30 12:44:46 +0000 textproc/sigil: update to 2.0.2 ChangeLog: https://sigil-ebook.com/blog/sigil-2.0.2-released/ * fix incorrect clip tool button insertion point due to null activeWindow value * fix Windows multiple screen issues when not properly identified (Qt6.5.2 patch fix) * fix Mac Accessibility related crashes when using non-native QFileDialog (Qt 6.5.2 patch fix) * workaround MacOS QMessageBox loss of focus Qt 6.5.X bug without hurting other platforms * fix pretty print mend not formatting mathml * fix Accessibility related crashes in QFontComboBox (Qt 6.5.2 patch fix) * prevent crashing if user mistakenly tries to delete entire ncx in CodeView * harden delete unused styles to trailing whitespace in class names * fix unrecognized media-types application/xml and text/xml * fix cursor just before end tag bug in align justify, centre, right * fix crash when all metadata removed by user in MetaEditor * fix macOS min in Info.plist to be the actual 11.0 * update Windows and macOS installers to use Qt6.5.3 PR: 274780 Reported by: jonc@chen.org.nz (maintainer) MFH: 2023Q4 (bugfixes) --- textproc/sigil/Makefile | 6 +++--- textproc/sigil/distinfo | 6 +++--- textproc/sigil/pkg-plist | 1 - 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/textproc/sigil/Makefile b/textproc/sigil/Makefile index a922b251349d..a11cb798adc0 100644 --- a/textproc/sigil/Makefile +++ b/textproc/sigil/Makefile @@ -1,5 +1,5 @@ PORTNAME= sigil -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= textproc MAINTAINER= jonc@chen.org.nz @@ -25,8 +25,8 @@ GH_PROJECT= Sigil USE_LDCONFIG= ${PREFIX}/lib/sigil -USE_QT= base 5compat declarative location \ - svg tools:build positioning webchannel webengine \ +USE_QT= base 5compat declarative \ + tools:build positioning webchannel webengine \ imageformats:run SHEBANG_FILES= src/Resource_Files/plugin_launchers/python/*.py \ diff --git a/textproc/sigil/distinfo b/textproc/sigil/distinfo index 8c9655da1cb2..0a321097077b 100644 --- a/textproc/sigil/distinfo +++ b/textproc/sigil/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1692767332 -SHA256 (Sigil-Ebook-Sigil-2.0.1_GH0.tar.gz) = af6da67d939276fb6d8dff4da2926d265565fab58d870f66b3b2e8b3125bd0a8 -SIZE (Sigil-Ebook-Sigil-2.0.1_GH0.tar.gz) = 26778961 +TIMESTAMP = 1698535084 +SHA256 (Sigil-Ebook-Sigil-2.0.2_GH0.tar.gz) = d5eaf300dc8307ca0765f9d32d9136e143ca7bcf9e65049499512fdea588e285 +SIZE (Sigil-Ebook-Sigil-2.0.2_GH0.tar.gz) = 26683849 diff --git a/textproc/sigil/pkg-plist b/textproc/sigil/pkg-plist index 6ce788e95109..7c3d479b80f6 100644 --- a/textproc/sigil/pkg-plist +++ b/textproc/sigil/pkg-plist @@ -100,7 +100,6 @@ share/pixmaps/sigil.png %%DATADIR%%/translations/sigil_fi.qm %%DATADIR%%/translations/sigil_fr.qm %%DATADIR%%/translations/sigil_gl.qm -%%DATADIR%%/translations/sigil_hu_HU.qm %%DATADIR%%/translations/sigil_it.qm %%DATADIR%%/translations/sigil_ja.qm %%DATADIR%%/translations/sigil_ko.qm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310301245.39UCjIf1011988>