Created attachment 209549 [details] somafm-cli port diff Stream your favorite music channels from somafm.com within a terminal using mpv. WWW: https://github.com/rockymadden/somafm-cli QA: * portlint: looks fine; * poudriere: package built, application works as intended.
Created attachment 209551 [details] somafm-cli port diff * Didn't catch this till the last moment. Curl is needed to make the request to somafm to retrieve the channel names, so added that to RUN_DEPENDS.
Hi, thanks for the patch. Could you also add USES=shebangfix to fix the shebang line in the script?
Created attachment 209554 [details] somafm-cli port diff * Added shebangfix as suggested.
(In reply to Mateusz Piotrowski from comment #2) Made the change, cheers.
Thanks! Let's get this tested.
Nothing important, just for your information: there's a portfmt package that comes with two nice tools: portfmt and portclippy ;) you may want to check those out. It is unrelated to this PR however.
(In reply to Mateusz Piotrowski from comment #6) I've been using portfmt (portlint too) on the Makefiles throughout my submissions, simply running `portfmt -i Makefile` and whatnot. Although I was unaware of portclippy and will absolutely take a look. Many thanks for your time and helpful advice! :)
A commit references this bug: Author: 0mp Date: Sun Dec 1 11:07:14 UTC 2019 New revision: 518766 URL: https://svnweb.freebsd.org/changeset/ports/518766 Log: New port: audio/somafm-cli Stream your favorite music channels from somafm.com within a terminal using mpv. WWW: https://github.com/rockymadden/somafm-cli PR: 242321 Submitted by: Lewis Cook <vulcan@wired.sh> Changes: head/audio/Makefile head/audio/somafm-cli/ head/audio/somafm-cli/Makefile head/audio/somafm-cli/distinfo head/audio/somafm-cli/pkg-descr
Thanks for another high quality patch. Cheers!
Have a good one, thanks once again! :)