From owner-svn-ports-all@freebsd.org Fri Dec 18 09:36:34 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0966A4B3CC3; Fri, 18 Dec 2020 09:36:34 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cy3f96ly5z4SRk; Fri, 18 Dec 2020 09:36:33 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CB7F0B99; Fri, 18 Dec 2020 09:36:33 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BI9aXe2093746; Fri, 18 Dec 2020 09:36:33 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BI9aX2U093744; Fri, 18 Dec 2020 09:36:33 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202012180936.0BI9aX2U093744@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Fri, 18 Dec 2020 09:36:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558362 - head/multimedia/emby-server X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: head/multimedia/emby-server X-SVN-Commit-Revision: 558362 X-SVN-Commit-Repository: ports 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.34 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: Fri, 18 Dec 2020 09:36:34 -0000 Author: fernape Date: Fri Dec 18 09:36:32 2020 New Revision: 558362 URL: https://svnweb.freebsd.org/changeset/ports/558362 Log: multimedia/emby-server: Update to 4.5.4.0 ChangeLog: https://github.com/MediaBrowser/Emby.Releases/releases/tag/4.5.4.0 PR: 251874 Submitted by: driesm.michiels@gmail.com (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 Fri Dec 18 09:27:18 2020 (r558361) +++ head/multimedia/emby-server/Makefile Fri Dec 18 09:36:32 2020 (r558362) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= emby-server -PORTVERSION= 4.5.3.0 +PORTVERSION= 4.5.4.0 CATEGORIES= multimedia MASTER_SITES= https://github.com/MediaBrowser/Emby.Releases/releases/download/${PORTVERSION}/ \ https://mediabrowser.github.io/embytools/ Modified: head/multimedia/emby-server/distinfo ============================================================================== --- head/multimedia/emby-server/distinfo Fri Dec 18 09:27:18 2020 (r558361) +++ head/multimedia/emby-server/distinfo Fri Dec 18 09:36:32 2020 (r558362) @@ -1,6 +1,6 @@ -TIMESTAMP = 1607020399 -SHA256 (emby-server/embyserver-netframework_4.5.3.0.zip) = b5a21c2c9690e56b9626147fa527b81ce256f88e772e16a48c936b2355ddb9a1 -SIZE (emby-server/embyserver-netframework_4.5.3.0.zip) = 38797537 +TIMESTAMP = 1608060224 +SHA256 (emby-server/embyserver-netframework_4.5.4.0.zip) = a1cf8f2030446accfc37279a46b669c41e15e34920717c660f2ae68a7223c7bb +SIZE (emby-server/embyserver-netframework_4.5.4.0.zip) = 38803747 SHA256 (emby-server/ffdetect-2020_05_23-x64_freebsd12.tar.xz) = 48e1b255edc574e150b65e1630a4ebbd9923034043e2363be114681ca1a25b9c SIZE (emby-server/ffdetect-2020_05_23-x64_freebsd12.tar.xz) = 73812 SHA256 (emby-server/ffmpeg-2020_05_23.tar.gz) = ed2fde500b705b06a0b82a9bf6b367c63b0fc899f69f77691bc68d61f3862a77 Modified: head/multimedia/emby-server/pkg-plist ============================================================================== --- head/multimedia/emby-server/pkg-plist Fri Dec 18 09:27:18 2020 (r558361) +++ head/multimedia/emby-server/pkg-plist Fri Dec 18 09:36:32 2020 (r558362) @@ -287,7 +287,6 @@ lib/emby-server/system/dashboard-ui/games/games.html lib/emby-server/system/dashboard-ui/games/games.js lib/emby-server/system/dashboard-ui/games/gamestab.js lib/emby-server/system/dashboard-ui/games/gamesystems.js -lib/emby-server/system/dashboard-ui/games/genres.js lib/emby-server/system/dashboard-ui/home/favorites.js lib/emby-server/system/dashboard-ui/home/home.html lib/emby-server/system/dashboard-ui/home/home.js @@ -310,10 +309,6 @@ lib/emby-server/system/dashboard-ui/home_horiz/views.m lib/emby-server/system/dashboard-ui/home_horiz/views.music.js lib/emby-server/system/dashboard-ui/home_horiz/views.tv.html lib/emby-server/system/dashboard-ui/home_horiz/views.tv.js -lib/emby-server/system/dashboard-ui/homevideos/homevideos.html -lib/emby-server/system/dashboard-ui/homevideos/homevideos.js -lib/emby-server/system/dashboard-ui/homevideos/photos.js -lib/emby-server/system/dashboard-ui/homevideos/videos.js lib/emby-server/system/dashboard-ui/images/icon-128x128.png lib/emby-server/system/dashboard-ui/images/icon-144x144.png lib/emby-server/system/dashboard-ui/images/icon-152x152.png @@ -389,7 +384,6 @@ lib/emby-server/system/dashboard-ui/modules/browserdev lib/emby-server/system/dashboard-ui/modules/cardbuilder/card.css lib/emby-server/system/dashboard-ui/modules/cardbuilder/cardbuilder.js lib/emby-server/system/dashboard-ui/modules/cardbuilder/chaptercardbuilder.js -lib/emby-server/system/dashboard-ui/modules/cardbuilder/peoplecardbuilder.js lib/emby-server/system/dashboard-ui/modules/cardbuilder/roundcard.css lib/emby-server/system/dashboard-ui/modules/chromecast/chromecasthelpers.js lib/emby-server/system/dashboard-ui/modules/chromecast/chromecastplayer.js @@ -760,10 +754,21 @@ lib/emby-server/system/dashboard-ui/modules/sync/sync. lib/emby-server/system/dashboard-ui/modules/sync/syncjobeditor.js lib/emby-server/system/dashboard-ui/modules/sync/syncjoblist.js lib/emby-server/system/dashboard-ui/modules/sync/transfermanager.js +lib/emby-server/system/dashboard-ui/modules/tabbedview/artiststab.js +lib/emby-server/system/dashboard-ui/modules/tabbedview/artiststab.template.html lib/emby-server/system/dashboard-ui/modules/tabbedview/basetab.js +lib/emby-server/system/dashboard-ui/modules/tabbedview/collectionstab.js +lib/emby-server/system/dashboard-ui/modules/tabbedview/collectionstab.template.html lib/emby-server/system/dashboard-ui/modules/tabbedview/folderstab.js +lib/emby-server/system/dashboard-ui/modules/tabbedview/folderstab.template.html +lib/emby-server/system/dashboard-ui/modules/tabbedview/genrestab.js lib/emby-server/system/dashboard-ui/modules/tabbedview/itemstab.js +lib/emby-server/system/dashboard-ui/modules/tabbedview/playliststab.js +lib/emby-server/system/dashboard-ui/modules/tabbedview/playliststab.template.html +lib/emby-server/system/dashboard-ui/modules/tabbedview/seriestab.js lib/emby-server/system/dashboard-ui/modules/tabbedview/tabbedview.js +lib/emby-server/system/dashboard-ui/modules/tabbedview/tagstab.js +lib/emby-server/system/dashboard-ui/modules/tabbedview/videostab.js lib/emby-server/system/dashboard-ui/modules/thememediaplayer.js lib/emby-server/system/dashboard-ui/modules/themes/appletv/theme.css lib/emby-server/system/dashboard-ui/modules/themes/appletv/theme.json @@ -806,24 +811,11 @@ lib/emby-server/system/dashboard-ui/modules/visibleinv lib/emby-server/system/dashboard-ui/modules/windowdrag.css lib/emby-server/system/dashboard-ui/modules/youtubeplayer/plugin.js lib/emby-server/system/dashboard-ui/modules/youtubeplayer/style.css -lib/emby-server/system/dashboard-ui/movies/collections.js -lib/emby-server/system/dashboard-ui/movies/genres.js -lib/emby-server/system/dashboard-ui/movies/movies.html -lib/emby-server/system/dashboard-ui/movies/movies.js -lib/emby-server/system/dashboard-ui/movies/moviestab.js -lib/emby-server/system/dashboard-ui/movies/suggestions.js -lib/emby-server/system/dashboard-ui/movies/trailers.js lib/emby-server/system/dashboard-ui/music/albums.js -lib/emby-server/system/dashboard-ui/music/artists.js -lib/emby-server/system/dashboard-ui/music/genres.js lib/emby-server/system/dashboard-ui/music/music.html lib/emby-server/system/dashboard-ui/music/music.js -lib/emby-server/system/dashboard-ui/music/playlists.js lib/emby-server/system/dashboard-ui/music/songs.js lib/emby-server/system/dashboard-ui/music/suggestions.js -lib/emby-server/system/dashboard-ui/musicvideos/musicvideos.html -lib/emby-server/system/dashboard-ui/musicvideos/musicvideos.js -lib/emby-server/system/dashboard-ui/musicvideos/videos.js lib/emby-server/system/dashboard-ui/native/operatv/input.js lib/emby-server/system/dashboard-ui/network/network.html lib/emby-server/system/dashboard-ui/network/network.js @@ -950,10 +942,7 @@ lib/emby-server/system/dashboard-ui/strings/zh-HK.json lib/emby-server/system/dashboard-ui/strings/zh-TW.json lib/emby-server/system/dashboard-ui/transcoding/transcoding.html lib/emby-server/system/dashboard-ui/transcoding/transcoding.js -lib/emby-server/system/dashboard-ui/tv/episodes.js lib/emby-server/system/dashboard-ui/tv/favorites.js -lib/emby-server/system/dashboard-ui/tv/genres.js -lib/emby-server/system/dashboard-ui/tv/series.js lib/emby-server/system/dashboard-ui/tv/studios.js lib/emby-server/system/dashboard-ui/tv/suggestions.js lib/emby-server/system/dashboard-ui/tv/tv.html @@ -977,6 +966,11 @@ lib/emby-server/system/dashboard-ui/videoosd/tvplayque lib/emby-server/system/dashboard-ui/videoosd/videoosd.css lib/emby-server/system/dashboard-ui/videoosd/videoosd.html lib/emby-server/system/dashboard-ui/videoosd/videoosd.js +lib/emby-server/system/dashboard-ui/videos/moviesuggestions.js +lib/emby-server/system/dashboard-ui/videos/photos.js +lib/emby-server/system/dashboard-ui/videos/trailers.js +lib/emby-server/system/dashboard-ui/videos/videos.html +lib/emby-server/system/dashboard-ui/videos/videos.js lib/emby-server/system/dashboard-ui/wizard/wizard.css lib/emby-server/system/dashboard-ui/wizard/wizardagreement.html lib/emby-server/system/dashboard-ui/wizard/wizardagreement.js