Created attachment 244805 [details] git format-patch, editors/nanonote Nanonote is a minimalist Qt5 note taking application. WWW: https://github.com/agateau/nanonote QA: - portlint -AC: ok - portclippy: ok - poudriere testport ok for: * 13.2 amd64 * 13.2 arm64 * 12.4 i386 * 12.4 amd64
Thank you for your submission. Qt5 is nearing end-of-life and there are already numerous editors in ports. Could you check with upstream what their plans for Qt6 support are?
(In reply to Joel Bodenmann from comment #1) Yes, the upstream developer uses it on a daily basis and intends to port it to Qt6 in the future.
Nice :-) Drive-by comment: deskutils/ might be a better category. Consider <https://www.freshports.org/search.php?stype=name&method=match&query=note&num=100&orderby=category&orderbyupdown=asc&search=Search&format=plaintext&minimal=1&branch=head>
(In reply to Vidar Karlsen from comment #0)
Upstream provides an official distfile. Whenever possible, we prefer using the upstream provided distfile instead of USE_GITHUB. This will most likely also negate the need for GH_TUPLE. Could you please update the port accordingly and re-run all QA/tests?
Created attachment 244974 [details] git format-patch, deskutils/nanonote Updated patch: - Moved port to deskutils - Download the release tarball instead of USE_GITHUB QA tests passed: same as previous patch (portlint, portclippy, poudriere)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=82818d45a6e46e830bfa69ea69b62d280fe7016e commit 82818d45a6e46e830bfa69ea69b62d280fe7016e Author: Vidar Karlsen <vidar@karlsen.tech> AuthorDate: 2023-09-13 13:12:22 +0000 Commit: Joel Bodenmann <jbo@FreeBSD.org> CommitDate: 2023-09-18 18:50:12 +0000 deskutils/nanonote: Add new port Nanonote is a minimalist note taking application. PR: 273759 Approved by: zirias (mentor) Differential Revision: https://reviews.freebsd.org/D41891 deskutils/Makefile | 1 + deskutils/nanonote/Makefile (new) | 21 +++++++++++++++++++++ deskutils/nanonote/distinfo (new) | 3 +++ deskutils/nanonote/pkg-descr (new) | 5 +++++ deskutils/nanonote/pkg-plist (new) | 9 +++++++++ 5 files changed, 39 insertions(+)
Committed, thanks!