svn commit: r345898 - in head/multimedia: . plexmediaserver-plexpass

Mark Felder feld at FreeBSD.org
Mon Feb 24 21:02:34 UTC 2014


Author: feld
Date: Mon Feb 24 21:02:33 2014
New Revision: 345898
URL: http://svnweb.freebsd.org/changeset/ports/345898
QAT: https://qat.redports.org/buildarchive/r345898/

Log:
  Welcome plexmediaserver-plexpass to ports
  
  This is a clone of the existing multimedia/plexmediaserver port.
  
  All future "Plexpass" (read: bleeding edge) releases will land here on
  this port. Subsequently, all future public/stable releases of Plex Media
  Server will be committed to the existing multimedia/plexmediaserver
  port.
  
  Now that Plex has stabilized on FreeBSD and users are not waiting for a
  laundry list of platform-specific bugfixes it is important that we offer
  choice of both the recommended stable version as well as the bleeding edge.

Added:
  head/multimedia/plexmediaserver-plexpass/
     - copied from r345897, head/multimedia/plexmediaserver/
Modified:
  head/multimedia/Makefile
  head/multimedia/plexmediaserver-plexpass/Makefile
  head/multimedia/plexmediaserver-plexpass/pkg-descr

Modified: head/multimedia/Makefile
==============================================================================
--- head/multimedia/Makefile	Mon Feb 24 20:51:39 2014	(r345897)
+++ head/multimedia/Makefile	Mon Feb 24 21:02:33 2014	(r345898)
@@ -269,6 +269,7 @@
     SUBDIR += pitivi
     SUBDIR += playd
     SUBDIR += plexmediaserver
+    SUBDIR += plexmediaserver-plexpass
     SUBDIR += podcastdl
     SUBDIR += podcatcher
     SUBDIR += poe

Modified: head/multimedia/plexmediaserver-plexpass/Makefile
==============================================================================
--- head/multimedia/plexmediaserver/Makefile	Mon Feb 24 20:51:39 2014	(r345897)
+++ head/multimedia/plexmediaserver-plexpass/Makefile	Mon Feb 24 21:02:33 2014	(r345898)
@@ -5,6 +5,7 @@ PORTNAME=	plexmediaserver
 PORTVERSION=	0.9.9.4.409
 CATEGORIES=	multimedia
 MASTER_SITES=	http://plex.r.worldssl.net/plex-media-server/${PORTVERSION}-${PLEX_BUILD}/
+PKGNAMESUFFIX=	-plexpass
 DISTNAME=	PlexMediaServer-${PORTVERSION}-${PLEX_BUILD}-freebsd-amd64
 
 MAINTAINER=	feld at FreeBSD.org
@@ -27,6 +28,8 @@ SCRIPT_PATH?=	${DATADIR}
 
 ONLY_FOR_ARCHS=	amd64
 
+CONFLICTS=	plexmediaserver-[0-9]*
+
 .include <bsd.port.pre.mk>
 
 .if ${OPSYS} == FreeBSD

Modified: head/multimedia/plexmediaserver-plexpass/pkg-descr
==============================================================================
--- head/multimedia/plexmediaserver/pkg-descr	Mon Feb 24 20:51:39 2014	(r345897)
+++ head/multimedia/plexmediaserver-plexpass/pkg-descr	Mon Feb 24 21:02:33 2014	(r345898)
@@ -5,4 +5,7 @@ may be transcoded by the server before i
 bandwidth requirements, or for compatibility with the device being
 streamed to.
 
+This is the PlexPass release channel of Plex. It is bleeding edge and new
+features may not function without an active PlexPass account.
+
 WWW: https://plex.tv


More information about the svn-ports-all mailing list