Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Feb 2019 13:45:00 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493673 - head/multimedia/plexmediaserver
Message-ID:  <201902231345.x1NDj0sB045962@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Sat Feb 23 13:45:00 2019
New Revision: 493673
URL: https://svnweb.freebsd.org/changeset/ports/493673

Log:
  multimedia/plexmediaserver: Remove old compatibility symlink
  
  This hasn't been required for a long time

Modified:
  head/multimedia/plexmediaserver/Makefile

Modified: head/multimedia/plexmediaserver/Makefile
==============================================================================
--- head/multimedia/plexmediaserver/Makefile	Sat Feb 23 13:30:55 2019	(r493672)
+++ head/multimedia/plexmediaserver/Makefile	Sat Feb 23 13:45:00 2019	(r493673)
@@ -4,7 +4,7 @@
 PORTNAME=	plexmediaserver
 PORTVERSION?=	1.14.1.5488
 DISTVERSIONSUFFIX?=cc260c476
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES=	multimedia
 MASTER_SITES?=	https://downloads.plex.tv/plex-media-server/${DISTVERSION}-${DISTVERSIONSUFFIX}/
 DISTNAME?=	PlexMediaServer-${DISTVERSION}-${DISTVERSIONSUFFIX}-freebsd-${ARCH}
@@ -58,8 +58,6 @@ post-patch-RELAY-off:
 
 do-install:
 	(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}/${DATADIR})
-	# Python fix for older releases of Plex
-	${INSTALL} -lrs ${STAGEDIR}/${DATADIR}/libpython2.7.so.1 ${STAGEDIR}/${DATADIR}/libpython2.7.so
 	# Workaround for space in binary name
 	${INSTALL} -lrs ${STAGEDIR}/${DATADIR}/Plex\ Media\ Server ${STAGEDIR}/${DATADIR}/Plex_Media_Server
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902231345.x1NDj0sB045962>