Bug 267280 - www/dooble: update to 2022.10.15
Summary: www/dooble: update to 2022.10.15
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/textbrowser/dooble...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-22 22:16 UTC by Eric Camachat
Modified: 2022-11-11 16:39 UTC (History)
1 user (show)

See Also:


Attachments
Update to 2022.10.15. (832 bytes, patch)
2022-10-22 22:16 UTC, Eric Camachat
eric: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Camachat 2022-10-22 22:16:45 UTC
Created attachment 237542 [details]
Update to 2022.10.15.

Update to 2022.10.15.
Comment 1 Eric Camachat 2022-10-23 04:49:07 UTC
Release Notes
 * 24-hour floating digital clock, as requested.
 * Improving text interpretation for address widget.
 * Include Qt translation files.
 * Prefer foreach() for Qt containers.
 * Windows 7 and Qt 5.15.2.
Comment 2 Nuno Teixeira freebsd_committer freebsd_triage 2022-10-23 14:04:53 UTC
---
====> Running Q/A tests (stage-qa)
Warning: you may not need USES=desktop-file-utils
Warning: you may not need USES=ssl
Error: /usr/local/bin/dooble is linked to /usr/local/lib/qt5/libQt5Quick.so.5 from x11-toolkits/qt5-declarative but it is not declared as a dependency
Warning: you need USES=qt:5 and USE_QT+=declarative
Error: /usr/local/bin/dooble is linked to /usr/local/lib/qt5/libQt5QmlModels.so.5 from x11-toolkits/qt5-declarative but it is not declared as a dependency
Warning: you need USES=qt:5 and USE_QT+=declarative
Error: /usr/local/bin/dooble is linked to /usr/local/lib/qt5/libQt5WebChannel.so.5 from www/qt5-webchannel but it is not declared as a dependency
Warning: you need USES=qt:5 and USE_QT+=webchannel
Error: /usr/local/bin/dooble is linked to /usr/local/lib/qt5/libQt5Qml.so.5 from x11-toolkits/qt5-declarative but it is not declared as a dependency
Warning: you need USES=qt:5 and USE_QT+=declarative
Error: /usr/local/bin/dooble is linked to /usr/local/lib/qt5/libQt5Positioning.so.5 from devel/qt5-location but it is not declared as a dependency
Warning: you need USES=qt:5 and USE_QT+=location
Error: /usr/local/bin/dooble is linked to /usr/local/lib/libGL.so.1 from graphics/libglvnd but it is not declared as a dependency
Warning: you need USE_GL+=gl
---

Sugestion:

USES+= ql
USE_QT+= declarative location webchannel
USE_GL+= gl
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-11-11 16:38:42 UTC
A commit in branch main references this bug:

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

commit e192d644c57ca3f27bdf85681dc9c687ae2c427c
Author:     Eric Camachat <eric@camachat.org>
AuthorDate: 2022-11-11 16:14:00 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-11-11 16:37:15 +0000

    www/dooble: Update to 2022.10.15

    ChangeLog: https://github.com/textbrowser/dooble/releases/tag/2022.10.15

    PR:             267280

 www/dooble/Makefile | 16 ++++++++--------
 www/dooble/distinfo |  6 +++---
 2 files changed, 11 insertions(+), 11 deletions(-)
Comment 4 Nuno Teixeira freebsd_committer freebsd_triage 2022-11-11 16:39:41 UTC
Committed with minor fixes, thanks!