Bug 274780 - textproc/sigil: update to 2.0.2
Summary: textproc/sigil: update to 2.0.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Fernando Apesteguía
URL: https://sigil-ebook.com/blog/sigil-2....
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-29 00:03 UTC by Jonathan Chen
Modified: 2023-10-30 12:47 UTC (History)
1 user (show)

See Also:
fernape: merge-quarterly+


Attachments
2.0.2 git-diff (1.62 KB, patch)
2023-10-29 00:03 UTC, Jonathan Chen
jonc: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Chen 2023-10-29 00:03:38 UTC
Created attachment 245960 [details]
2.0.2 git-diff

Update to sigil-2.0.2
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2023-10-29 18:50:48 UTC
Since this is a bugfix release, should it be merged to 2023Q4
Comment 2 Jonathan Chen 2023-10-29 21:30:30 UTC
(In reply to Fernando Apesteguía from comment #1)

Yes.
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-10-30 12:46:07 UTC
A commit in branch main references this bug:

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(-)
Comment 4 Fernando Apesteguía freebsd_committer freebsd_triage 2023-10-30 12:46:50 UTC
Committed and merged,

Thanks!
Comment 5 commit-hook freebsd_committer freebsd_triage 2023-10-30 12:47:08 UTC
A commit in branch 2023Q4 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2c7fc7039d9012f07249b9698ac1c459af19efb4

commit 2c7fc7039d9012f07249b9698ac1c459af19efb4
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:46:07 +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)

    (cherry picked from commit 572051607dfbc9149f022aa99c9ed1775c58aaf0)

 textproc/sigil/Makefile  | 6 +++---
 textproc/sigil/distinfo  | 6 +++---
 textproc/sigil/pkg-plist | 1 -
 3 files changed, 6 insertions(+), 7 deletions(-)