1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

multimedia/plexmediaserver-plexpass: Update to 1.21.0.3608

- Remove the no longer needed LD_LIBRARY_PATH from startup env per upstream request

Changelog:	https://forums.plex.tv/t/plex-media-server/30447/380
This commit is contained in:
Mark Felder 2020-11-21 16:08:54 +00:00
parent 5ab9d1d779
commit 5742f2c5c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555990
3 changed files with 5 additions and 6 deletions

View File

@ -1,8 +1,8 @@
# Created by: KalleDK <plexmaintainer@k-moeller.dk>
# $FreeBSD$
PORTVERSION= 1.20.4.3517
DISTVERSIONSUFFIX=ab5e1197c
PORTVERSION= 1.21.0.3608
DISTVERSIONSUFFIX=f7262c352
PORTREVISION= 0
MASTER_SITES= https://downloads.plex.tv/plex-media-server-new/${DISTVERSION}-${DISTVERSIONSUFFIX}/freebsd/
PKGNAMESUFFIX= -plexpass

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1604950607
SHA256 (PlexMediaServer-1.20.4.3517-ab5e1197c-FreeBSD-amd64.tar.bz2) = 25825ee661b9acc105b174432334f86d58fea1473c8cddb07f2412167051f595
SIZE (PlexMediaServer-1.20.4.3517-ab5e1197c-FreeBSD-amd64.tar.bz2) = 100390688
TIMESTAMP = 1605973462
SHA256 (PlexMediaServer-1.21.0.3608-f7262c352-FreeBSD-amd64.tar.bz2) = 4489416726987ffd6c0b95a9804b58625dd8f32ab28eb9c7966ecc5d93e232b8
SIZE (PlexMediaServer-1.21.0.3608-f7262c352-FreeBSD-amd64.tar.bz2) = 100939033

View File

@ -56,7 +56,6 @@ plex_precmd()
export HOME="${%%PORTNAME%%_support_path}/Plex Media Server"
export PYTHONHOME="%%DATADIR%%/Resources/Python"
export SCRIPTPATH="%%DATADIR%%"
export LD_LIBRARY_PATH="${SCRIPTPATH}/lib"
export PLEX_MEDIA_SERVER_HOME="${SCRIPTPATH}"
export PLEX_MEDIA_SERVER_MAX_PLUGIN_PROCS=${%%PORTNAME%%_maxplugins}
export PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR=${%%PORTNAME%%_support_path}