Created attachment 240029 [details] pipe-viewer-0.4.5.patch Description: ChangeLog: https://github.com/trizen/pipe-viewer/blob/0.4.5/Changes * CLI: added basic support for Android, playing videos with the VLC player. * CLI: added the `:w=i` STDIN option for saving a video to watch history. * Added the `bypass_age_gate_native` config-option. (disabled by default) * Fixed the downloading of livestreams with `yt-dlp`. 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 depend ing 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, esp ecially with older Perl versions.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=f1d5ed7e6e714a3322b892c27a70659964b1dea1 commit f1d5ed7e6e714a3322b892c27a70659964b1dea1 Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> AuthorDate: 2023-02-11 21:07:56 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2023-02-11 21:09:05 +0000 multimedia/pipe-viewer: Update to 0.4.5 ChangeLog: https://github.com/trizen/pipe-viewer/blob/0.4.5/Changes PR: 269440 multimedia/pipe-viewer/Makefile | 2 +- multimedia/pipe-viewer/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
(In reply to Jesús Daniel Colmenares Oviedo from comment #0) USES+= desktop-file-utils only needed when .desktop file includes MimeType entry: https://docs.freebsd.org/en/books/porters-handbook/book/#updating-desktop-database
Committed, thanks!