Bug 265555

Summary: multimedia/plexmediaserver: Update to 1.28.0.5999
Product: Ports & Packages Reporter: Ben Shertenlieb <b.shertenlieb>
Component: Individual Port(s)Assignee: Nuno Teixeira <eduardo>
Status: Closed FIXED    
Severity: Affects Only Me CC: eduardo
Priority: --- Keywords: easy, patch-ready
Version: LatestFlags: b.shertenlieb: maintainer-feedback+
Hardware: amd64   
OS: Any   
URL: https://forums.plex.tv/t/plex-media-server/30447/520
Attachments:
Description Flags
diff file for update to 1.28.0.5999 b.shertenlieb: maintainer-approval+

Description Ben Shertenlieb 2022-08-01 19:43:08 UTC
Created attachment 235610 [details]
diff file for update to 1.28.0.5999

multimedia/plexmediaserver: Update to 1.28.0.5999

 * New release from Plex.tv

  Changelog:

   https://forums.plex.tv/t/plex-media-server/30447/520

  QA:

   portlint: OK (0 fatal errors)
Comment 1 Nuno Teixeira freebsd_committer freebsd_triage 2022-08-02 22:56:36 UTC
This port have no LICENSE set.
Could ${WRKSRC}/Resources/LICENSE be used?

Cheers
Comment 2 Ben Shertenlieb 2022-08-03 14:13:07 UTC
After searching Plex.tv's website and only finding the current Pivacy Statement, I have reached out to Plex.tv's legal department and requested a copy or link to their current software license.

If and/or when I receive this information, I will include it in the next release update.

Thanks
Comment 3 Nuno Teixeira freebsd_committer freebsd_triage 2022-08-03 23:10:30 UTC
(In reply to Ben Shertenlieb from comment #2)

Ok.
Comment 4 commit-hook freebsd_committer freebsd_triage 2022-08-03 23:14:01 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8898910cf6077cc076fecceb6b1134b62c48dadc

commit 8898910cf6077cc076fecceb6b1134b62c48dadc
Author:     Ben Shertenlieb <b.shertenlieb@yahoo.com>
AuthorDate: 2022-08-03 23:12:25 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-08-03 23:12:25 +0000

    multimedia/plexmediaserver: Update to 1.28.0.5999

    ChangeLog:      https://forums.plex.tv/t/plex-media-server/30447/520
    PR:             265555

 multimedia/plexmediaserver/Makefile | 4 ++--
 multimedia/plexmediaserver/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)
Comment 5 Nuno Teixeira freebsd_committer freebsd_triage 2022-08-03 23:14:37 UTC
Recommended organizing variables:
---
# USES block
USES

-NO_BUILD

-WRKSRC

CPE_VENDOR
CPE_PRODUCT
CPE_VERSION
USE_RC_SUBR

# Standard bsd.port.mk variables
+BUNDLE_LIBS
+NO_BUILD
SUB_FILES
SUB_LIST

# WRKSRC block
+WRKSRC

# Users and groups block
USERS
GROUPS

-BUNDLE_LIBS
---

Committed, thanks!