Bug 265555 - multimedia/plexmediaserver: Update to 1.28.0.5999
Summary: multimedia/plexmediaserver: Update to 1.28.0.5999
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: Nuno Teixeira
URL: https://forums.plex.tv/t/plex-media-s...
Keywords: easy, patch-ready
Depends on:
Blocks:
 
Reported: 2022-08-01 19:43 UTC by Ben Shertenlieb
Modified: 2022-08-03 23:14 UTC (History)
1 user (show)

See Also:
b.shertenlieb: maintainer-feedback+


Attachments
diff file for update to 1.28.0.5999 (1.23 KB, patch)
2022-08-01 19:43 UTC, Ben Shertenlieb
b.shertenlieb: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!