Bug 273159 - textproc/pageedit: Update to 1.9.20 / Flavorize
Summary: textproc/pageedit: Update to 1.9.20 / Flavorize
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Nuno Teixeira
URL: https://github.com/Sigil-Ebook/PageEd...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-16 10:14 UTC by Nuno Teixeira
Modified: 2023-08-18 16:51 UTC (History)
1 user (show)

See Also:
FreeBSD: maintainer-feedback+


Attachments
Update to 1.9.20 / Add flavors (3.89 KB, patch)
2023-08-16 10:14 UTC, Nuno Teixeira
no flags Details | Diff
Update to 1.9.20 / Add flavors v1 (3.89 KB, patch)
2023-08-16 10:30 UTC, Nuno Teixeira
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nuno Teixeira freebsd_committer freebsd_triage 2023-08-16 10:14:08 UTC
Created attachment 244143 [details]
Update to 1.9.20 / Add flavors

- Switch to DISTVERSION
- Add flavors qt5 and qt6:
  qt6 as default flavor as recomended by upstream

Special notes:

- qt6 flavor needs locale set and gl

I've tried to simplify the use of user _VARS so it can be understand easely what they doing.
Did a run test with both qt5 and qt6 on 14-ALPHA1 amd64.

Cheers
Comment 1 Nuno Teixeira freebsd_committer freebsd_triage 2023-08-16 10:30:47 UTC
Created attachment 244144 [details]
Update to 1.9.20 / Add flavors v1

- fix default flavor that should be qt6
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-08-18 16:43:36 UTC
A commit in branch main references this bug:

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

commit ab090f2b1126c38ff10282191a3447823cb0374a
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2023-08-18 16:40:49 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2023-08-18 16:42:58 +0000

    textproc/pageedit: Update to 1.9.20 / Flavorize

    - Switch to DISTVERSION
    - Add flavors qt5 and qt6:
      qt6 as default flavor as recomended by upstream

    ChangeLog:
    https://github.com/Sigil-Ebook/PageEdit/blob/master/ChangeLog.txt

    PR:             273159

 textproc/pageedit/Makefile  | 28 ++++++++++++++++++++++------
 textproc/pageedit/distinfo  |  6 +++---
 textproc/pageedit/pkg-plist | 17 +++++++++++------
 3 files changed, 36 insertions(+), 15 deletions(-)
Comment 3 Nuno Teixeira freebsd_committer freebsd_triage 2023-08-18 16:51:01 UTC
Committed, thanks!