Skip to content

Commit

Permalink
multimedia/plexmediaserver-plexpass: Update to 1.31.3.6819
Browse files Browse the repository at this point in the history
ChangeLog: https://forums.plex.tv/t/plex-media-server/30447/565

NEW:

 * (MacOS) This is the last release to support MacOS 10.11-10.12
 * (Windows) This is the last release to support Windows 7-8.1

FIXES:

 * (CreditsDetection) Improve temporary directory clean-up
 * (NativeSeriesScanner) Addressed an issue where certain filenames could
   falsely register as an episode range.
 * (Transcoder) Converting certain files could be unreliable when using Nvidia
   GPUs with certain driver versions

PR:		270307
Reported by:	michiel@vanbaak.eu
Approved by:	b.shertenlieb@yahoo.com (maintainer)
  • Loading branch information
mvanbaak authored and fernape committed Mar 21, 2023
1 parent f7eb609 commit 2cd1bd4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
13 changes: 7 additions & 6 deletions multimedia/plexmediaserver-plexpass/Makefile
@@ -1,5 +1,5 @@
PORTVERSION= 1.31.2.6810
DISTVERSIONSUFFIX=a607d384f
PORTVERSION= 1.31.3.6819
DISTVERSIONSUFFIX=2ef591a4c
MASTER_SITES= https://downloads.plex.tv/plex-media-server-new/${DISTVERSION}-${DISTVERSIONSUFFIX}/freebsd/
PKGNAMESUFFIX= -plexpass
DISTNAME= PlexMediaServer-${DISTVERSION}-${DISTVERSIONSUFFIX}-FreeBSD-${ARCH}
Expand All @@ -8,12 +8,13 @@ MAINTAINER= b.shertenlieb@yahoo.com

USE_RC_SUBR= ${PORTNAME}_plexpass

MASTERDIR= ${.CURDIR}/../plexmediaserver

DISTINFO_FILE= ${.CURDIR}/distinfo
FILESDIR= ${.CURDIR}/files
DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}
FILESDIR= ${.CURDIR}/files

MASTERDIR= ${.CURDIR}/../plexmediaserver

SUB_LIST= PORTNAME=${PORTNAME}_plexpass DATADIR=${DATADIR} USERS=${USERS} GROUPS=${GROUPS}

DISTINFO_FILE= ${.CURDIR}/distinfo

.include "${MASTERDIR}/Makefile"
6 changes: 3 additions & 3 deletions multimedia/plexmediaserver-plexpass/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1678831636
SHA256 (PlexMediaServer-1.31.2.6810-a607d384f-FreeBSD-amd64.tar.bz2) = 1db9c5ff71d012bdc4c026a827e24e7aef0f1a832c36b5a4f7697f4147477448
SIZE (PlexMediaServer-1.31.2.6810-a607d384f-FreeBSD-amd64.tar.bz2) = 99092381
TIMESTAMP = 1679044412
SHA256 (PlexMediaServer-1.31.3.6819-2ef591a4c-FreeBSD-amd64.tar.bz2) = f6d4d9b6b475eae1a114a68147f85d5defbf93ad494397b537a8bf02179eb0a2
SIZE (PlexMediaServer-1.31.3.6819-2ef591a4c-FreeBSD-amd64.tar.bz2) = 96539966

0 comments on commit 2cd1bd4

Please sign in to comment.