Date: Sun, 31 May 2015 21:37:04 +0000 (UTC) From: Carlo Strub <cs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388166 - head/multimedia/emby-server Message-ID: <201505312137.t4VLb4hs098245@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cs Date: Sun May 31 21:37:03 2015 New Revision: 388166 URL: https://svnweb.freebsd.org/changeset/ports/388166 Log: Update to 3.0.5621.4 Changes this release 3.0.5621.4: * HLS Improvements * New reporting features * New video player OSD PR: 200532 Submitted by: Ben Woods (maintainer) Modified: head/multimedia/emby-server/Makefile head/multimedia/emby-server/distinfo head/multimedia/emby-server/pkg-plist Modified: head/multimedia/emby-server/Makefile ============================================================================== --- head/multimedia/emby-server/Makefile Sun May 31 20:58:12 2015 (r388165) +++ head/multimedia/emby-server/Makefile Sun May 31 21:37:03 2015 (r388166) @@ -1,7 +1,8 @@ +# Created by: Ben Woods <woodsb02@gmail.com> # $FreeBSD$ PORTNAME= emby-server -PORTVERSION= 3.0.5607.2 +PORTVERSION= 3.0.5621.4 CATEGORIES= multimedia MAINTAINER= woodsb02@gmail.com Modified: head/multimedia/emby-server/distinfo ============================================================================== --- head/multimedia/emby-server/distinfo Sun May 31 20:58:12 2015 (r388165) +++ head/multimedia/emby-server/distinfo Sun May 31 21:37:03 2015 (r388166) @@ -1,2 +1,2 @@ -SHA256 (MediaBrowser-MediaBrowser-3.0.5607.2_GH0.tar.gz) = e130613535b5adb5184880893fe8a9bc51f7abb5a773542230b45d2abddd4fdd -SIZE (MediaBrowser-MediaBrowser-3.0.5607.2_GH0.tar.gz) = 55790148 +SHA256 (MediaBrowser-MediaBrowser-3.0.5621.4_GH0.tar.gz) = 3610811788c50e2d242909702da8ea005f5b8ae9bd65751fc6fc821144b9b832 +SIZE (MediaBrowser-MediaBrowser-3.0.5621.4_GH0.tar.gz) = 55800806 Modified: head/multimedia/emby-server/pkg-plist ============================================================================== --- head/multimedia/emby-server/pkg-plist Sun May 31 20:58:12 2015 (r388165) +++ head/multimedia/emby-server/pkg-plist Sun May 31 21:37:03 2015 (r388166) @@ -57,7 +57,6 @@ lib/emby-server/dashboard-ui/channelslat lib/emby-server/dashboard-ui/cinemamodeconfiguration.html lib/emby-server/dashboard-ui/collections.html lib/emby-server/dashboard-ui/connectlogin.html -lib/emby-server/dashboard-ui/cordovaindex.html lib/emby-server/dashboard-ui/css/card.css lib/emby-server/dashboard-ui/css/chromecast.css lib/emby-server/dashboard-ui/css/detailtable.css @@ -361,6 +360,7 @@ lib/emby-server/dashboard-ui/scripts/lib lib/emby-server/dashboard-ui/scripts/librarysettings.js lib/emby-server/dashboard-ui/scripts/livetvchannel.js lib/emby-server/dashboard-ui/scripts/livetvchannels.js +lib/emby-server/dashboard-ui/scripts/livetvcomponents.js lib/emby-server/dashboard-ui/scripts/livetvguide.js lib/emby-server/dashboard-ui/scripts/livetvitems.js lib/emby-server/dashboard-ui/scripts/livetvnewrecording.js @@ -416,7 +416,9 @@ lib/emby-server/dashboard-ui/scripts/pla lib/emby-server/dashboard-ui/scripts/playlists.js lib/emby-server/dashboard-ui/scripts/plugincatalogpage.js lib/emby-server/dashboard-ui/scripts/pluginspage.js +lib/emby-server/dashboard-ui/scripts/queryfilters.js lib/emby-server/dashboard-ui/scripts/ratingdialog.js +lib/emby-server/dashboard-ui/scripts/registrationservices.js lib/emby-server/dashboard-ui/scripts/remotecontrol.js lib/emby-server/dashboard-ui/scripts/reports.js lib/emby-server/dashboard-ui/scripts/scheduledtaskpage.js @@ -484,6 +486,11 @@ lib/emby-server/dashboard-ui/thirdparty/ lib/emby-server/dashboard-ui/thirdparty/apiclient/store.js lib/emby-server/dashboard-ui/thirdparty/browser.js lib/emby-server/dashboard-ui/thirdparty/cast_sender.js +lib/emby-server/dashboard-ui/thirdparty/cordova/chromecast.js +lib/emby-server/dashboard-ui/thirdparty/cordova/connectsdk.js +lib/emby-server/dashboard-ui/thirdparty/cordova/externalplayer.js +lib/emby-server/dashboard-ui/thirdparty/cordova/imagestore.js +lib/emby-server/dashboard-ui/thirdparty/cordova/registrationservices.js lib/emby-server/dashboard-ui/thirdparty/cordova/remotecontrols.js lib/emby-server/dashboard-ui/thirdparty/cordova/serverdiscovery.js lib/emby-server/dashboard-ui/thirdparty/fastclick.js
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505312137.t4VLb4hs098245>