Bug 268620 - deskutils/calibre: Update to 6.10.0
Summary: deskutils/calibre: Update to 6.10.0
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: Guido Falsi
URL: https://github.com/madpilot78/freebsd...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-28 19:43 UTC by Simon Adameit
Modified: 2023-01-15 20:49 UTC (History)
2 users (show)

See Also:
madpilot: maintainer-feedback+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Adameit 2022-12-28 19:43:28 UTC

    
Comment 1 Guido Falsi freebsd_committer freebsd_triage 2022-12-28 20:25:49 UTC
Hi,

As you may know calibre 6 depends on qt6, py-qt6, qt6-webengine and its py-qt6 counterpart.

While qt6, py-qt6 are now present in the tree, after having required their share of work, qt6-webengine still is being worked on here:

https://reviews.freebsd.org/D37859

Once this is committed to the tree I will be able to perform final testing and commit an update to calibre.

The calibre update I'm working on (and actually already works, but depends on the uncommitted qt6-webengine port above) is available here:

https://github.com/madpilot78/freebsd-ports/tree/qt6-webengine-pyqt

(you'll need the wwww/py-qt6-wenengine port from there too)

I plan to commit this to the tree once all the other required parts are available, and I have had time to perform some final testing on it.
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-01-15 20:48:03 UTC
A commit in branch main references this bug:

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

commit e62b9acfff7a0864fc7996953cfa07b5790f4ae8
Author:     Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2023-01-15 20:46:22 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2023-01-15 20:46:22 +0000

    deskutils/calibre: Update to 6.11.0

    Since version 6 calibre depends on qt6 and py-qt6.

    PR:             268620

 deskutils/calibre/Makefile  | 22 ++++++++++-------
 deskutils/calibre/distinfo  |  6 ++---
 deskutils/calibre/pkg-plist | 60 +++++++++++++++++++++++++++++++++++++++------
 3 files changed, 68 insertions(+), 20 deletions(-)
Comment 3 Guido Falsi freebsd_committer freebsd_triage 2023-01-15 20:49:21 UTC
Hi,

I was finally able to update calibre to the latest version (6.11).

Many thanks to the help and work from the kde team who provided the required dependencies.