From owner-svn-ports-all@FreeBSD.ORG Mon Feb 24 21:02:34 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3F273E5C; Mon, 24 Feb 2014 21:02:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0DDF816D3; Mon, 24 Feb 2014 21:02:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1OL2Xvx015073; Mon, 24 Feb 2014 21:02:33 GMT (envelope-from feld@svn.freebsd.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1OL2Xad015070; Mon, 24 Feb 2014 21:02:33 GMT (envelope-from feld@svn.freebsd.org) Message-Id: <201402242102.s1OL2Xad015070@svn.freebsd.org> From: Mark Felder Date: Mon, 24 Feb 2014 21:02:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345898 - in head/multimedia: . plexmediaserver-plexpass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Feb 2014 21:02:34 -0000 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@FreeBSD.org @@ -27,6 +28,8 @@ SCRIPT_PATH?= ${DATADIR} ONLY_FOR_ARCHS= amd64 +CONFLICTS= plexmediaserver-[0-9]* + .include .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