Created attachment 235822 [details] poudriere testport (13.0 amd64) This patch brings multimedia/tautulli up to upstream v2.10.3. Changelog: https://github.com/Tautulli/Tautulli/releases/tag/v2.10.3
Created attachment 235823 [details] patch
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=be4595751b50b154611ba4dba1e1c4a5e7f3337a commit be4595751b50b154611ba4dba1e1c4a5e7f3337a Author: Christer Edwards <christer.edwards@gmail.com> AuthorDate: 2022-08-12 18:16:52 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-08-13 17:05:38 +0000 multimedia/tautulli: Update to 2.10.3 ChangeLog: https://github.com/Tautulli/Tautulli/releases/tag/v2.10.3 * Added JSON support for MQTT notifications. * Added show year notification parameter. * Added guids to artist, album, and track metadata export fields. * Added languageTag to stream media info export fields. * Long channel identifier overflowing activity card. * Use the last played item's artwork for library statistics cards. * Username log filter causing database to lock up. * Username log filter only applies to usernames longer than 3 characters. * Added parent_year and grandparent_year to get_metadata_details API command. * Added last played metadata to top_libraries and top_users in get_home_stats API command. * Allow fallback to another PMS image in pms_image_proxy API command. PR: 265754 Reported by: christer.edwards@gmail.com (maintainer) multimedia/tautulli/Makefile | 2 +- multimedia/tautulli/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
Committed, Thanks!