Bug 265754

Summary: multimedia/tautulli: Update to 2.10.3
Product: Ports & Packages Reporter: Christer Edwards <christer.edwards>
Component: Individual Port(s)Assignee: Fernando Apesteguía <fernape>
Status: Closed FIXED    
Severity: Affects Only Me CC: fernape
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/Tautulli/Tautulli/releases/tag/v2.10.3
Attachments:
Description Flags
poudriere testport (13.0 amd64)
none
patch christer.edwards: maintainer-approval+

Description Christer Edwards 2022-08-10 14:49:45 UTC
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
Comment 1 Christer Edwards 2022-08-10 14:50:31 UTC
Created attachment 235823 [details]
patch
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-08-13 17:09:13 UTC
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(-)
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2022-08-13 17:11:01 UTC
Committed,

Thanks!