Created attachment 240194 [details] pipe-viewer.patch Description: Since the .desktop file does not use MimeType, `USES=desktop-file-utils` is not necessary. QA: * portlint: - FATAL: /usr/ports-devel/multimedia/pipe-viewer/pkg-plist: [35]: this port installs .desktop files. Please add `desktop-file-utils` to USES. - FATAL: /usr/ports-devel/multimedia/pipe-viewer/pkg-plist: [43]: this port installs .desktop files. Please add `desktop-file-utils` to USES. - WARN: Makefile: unless this is a master port, MAINTAINER has to be set by "=", not by "?=". - WARN: Makefile: unless this is a master port, COMMENT has to be set by "=", not by "?=". * testport (poudriere: 13.1-RELEASE, amd64, JSON_XS LOCAL_CACHE READLINE LINE_BREAK YT_DLP tested): - Warning: devel/p5-Module-Build was in Perl CORE. Check with `corelist Module::Build 0.4206` and `corelist -a Module::Build` if it should be conditionally added depending on PERL_LEVEL - Notice: You have some Perl modules as dependencies but you do not have devel/p5-Module-CoreList installed, the perlcore QA check gets better results when using it, especially with older Perl versions.
Addressed by attachment 242265 [details] of bug 271503. *** This bug has been marked as a duplicate of bug 271503 ***
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=47cc51612f66cc93c339994f66958fd8bff85f7b commit 47cc51612f66cc93c339994f66958fd8bff85f7b Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> AuthorDate: 2023-05-19 00:44:56 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-05-21 17:25:44 +0000 multimedia/*pipe-viewer: Update to 0.4.6 * Add FORK_MANAGER option * Remove GTK3_USES=desktop-file-utils (.desktop file does not use MimeType) ChangeLog: https://github.com/trizen/pipe-viewer/blob/0.4.6/Changes * Fixed the internal extracting of streaming URLs. * Extended `fat32safe` option to convert Unicode characters to ASCII equivalent when `Text::Unidecode` is available. * Recognize several more audio itags. PR: 271503, 269607 multimedia/gtk-pipe-viewer/Makefile | 4 ++-- multimedia/pipe-viewer/Makefile | 12 +++++++----- multimedia/pipe-viewer/distinfo | 6 +++--- 3 files changed, 12 insertions(+), 10 deletions(-)