git: 17d04a615efc - main - www/owncast: update to 0.0.10

From: Hiroki Tagato <tagattie_at_FreeBSD.org>
Date: Mon, 13 Dec 2021 08:00:30 UTC
The branch main has been updated by tagattie:

URL: https://cgit.FreeBSD.org/ports/commit/?id=17d04a615efce5b8d70c1d3cacf70135a98bae2a

commit 17d04a615efce5b8d70c1d3cacf70135a98bae2a
Author:     Alexander Sieg <ports@xanderio.de>
AuthorDate: 2021-12-13 07:57:37 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2021-12-13 08:00:11 +0000

    www/owncast: update to 0.0.10
    
    Changelog:
    - https://github.com/owncast/owncast/releases/tag/v0.0.8
    - https://github.com/owncast/owncast/releases/tag/v0.0.9
    - https://github.com/owncast/owncast/releases/tag/v0.0.10
    
    PR:             259934
    Approved by:    de-freebsd@ctseuro.com (maintainer timeout, >3 weeks)
---
 www/owncast/Makefile                        |  2 +-
 www/owncast/distinfo                        | 10 +++++-----
 www/owncast/files/patch-config_constants.go | 11 +++++++++++
 www/owncast/pkg-plist                       | 14 ++++++++++----
 4 files changed, 27 insertions(+), 10 deletions(-)

diff --git a/www/owncast/Makefile b/www/owncast/Makefile
index b1d9a70049ed..20890220a8e5 100644
--- a/www/owncast/Makefile
+++ b/www/owncast/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	owncast
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.0.7
+DISTVERSION=	0.0.10
 CATEGORIES=	www
 DIST_SUBDIR=	${PORTNAME}
 
diff --git a/www/owncast/distinfo b/www/owncast/distinfo
index 4179a94743bf..368c7e927a4e 100644
--- a/www/owncast/distinfo
+++ b/www/owncast/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1621699092
-SHA256 (go/www_owncast/owncast-v0.0.7/v0.0.7.mod) = 6c8f7d34644390290d78d7f28de6ad4d48039ef4bdee06d81209278e5d7bd499
-SIZE (go/www_owncast/owncast-v0.0.7/v0.0.7.mod) = 1195
-SHA256 (go/www_owncast/owncast-v0.0.7/v0.0.7.zip) = 57d49132a77284cfb4ca80a777dccd932e33624344de0268a6c8b08972f13cce
-SIZE (go/www_owncast/owncast-v0.0.7/v0.0.7.zip) = 8802792
+TIMESTAMP = 1637312281
+SHA256 (go/www_owncast/owncast-v0.0.10/v0.0.10.mod) = c6fd4129651f339ecc8f0377f7586aeccbb69e6486b968838948433b38fdc522
+SIZE (go/www_owncast/owncast-v0.0.10/v0.0.10.mod) = 1483
+SHA256 (go/www_owncast/owncast-v0.0.10/v0.0.10.zip) = e0544bdc0a8b215c2c45d5eb68d844c523de4b73d012a555b6f07366cb6aa84c
+SIZE (go/www_owncast/owncast-v0.0.10/v0.0.10.zip) = 9708388
diff --git a/www/owncast/files/patch-config_constants.go b/www/owncast/files/patch-config_constants.go
new file mode 100644
index 000000000000..dd5d741084e0
--- /dev/null
+++ b/www/owncast/files/patch-config_constants.go
@@ -0,0 +1,11 @@
+--- config/constants.go.orig	2021-11-19 09:16:05 UTC
++++ config/constants.go
+@@ -4,7 +4,7 @@ import "path/filepath"
+ 
+ const (
+ 	// StaticVersionNumber is the version of Owncast that is used when it's not overwritten via build-time settings.
+-	StaticVersionNumber = "0.0.9" // Shown when you build from develop
++	StaticVersionNumber = "0.0.10" // Shown when you build from develop
+ 	// WebRoot is the web server root directory.
+ 	WebRoot = "webroot"
+ 	// FfmpegSuggestedVersion is the version of ffmpeg we suggest.
diff --git a/www/owncast/pkg-plist b/www/owncast/pkg-plist
index ac806cb52435..4f4230145a23 100644
--- a/www/owncast/pkg-plist
+++ b/www/owncast/pkg-plist
@@ -221,13 +221,14 @@ sbin/owncast
 %%WWWDIR%%/webroot/img/platformlogos/twitter.svg
 %%WWWDIR%%/webroot/img/platformlogos/youtube.svg
 %%WWWDIR%%/webroot/img/smiley.png
-%%WWWDIR%%/webroot/img/video-settings.png
-%%WWWDIR%%/webroot/index-standalone-chat.html
+%%WWWDIR%%/webroot/index-standalone-chat-readonly.html
+%%WWWDIR%%/webroot/index-standalone-chat-readwrite.html
 %%WWWDIR%%/webroot/index-video-only.html
 %%WWWDIR%%/webroot/index.html
 %%WWWDIR%%/webroot/js/app-standalone-chat.js
 %%WWWDIR%%/webroot/js/app-video-only.js
 %%WWWDIR%%/webroot/js/app.js
+%%WWWDIR%%/webroot/js/chat/register.js
 %%WWWDIR%%/webroot/js/components/chat/chat-input.js
 %%WWWDIR%%/webroot/js/components/chat/chat-message-view.js
 %%WWWDIR%%/webroot/js/components/chat/chat.js
@@ -244,17 +245,21 @@ sbin/owncast
 %%WWWDIR%%/webroot/js/utils/user-colors.js
 %%WWWDIR%%/webroot/js/utils/websocket.js
 %%WWWDIR%%/webroot/js/web_modules/@joeattardi/emoji-button.js
-%%WWWDIR%%/webroot/js/web_modules/@justinribeiro/lite-youtube.js
 %%WWWDIR%%/webroot/js/web_modules/@videojs/http-streaming/dist/videojs-http-streaming.min.js
 %%WWWDIR%%/webroot/js/web_modules/@videojs/themes/fantasy/index.css
 %%WWWDIR%%/webroot/js/web_modules/common/_commonjsHelpers-37fa8da4.js
+%%WWWDIR%%/webroot/js/web_modules/common/core-1966f6d4.js
+%%WWWDIR%%/webroot/js/web_modules/common/core-2e4eb0d6.js
+%%WWWDIR%%/webroot/js/web_modules/common/core-70b06e3b.js
 %%WWWDIR%%/webroot/js/web_modules/common/core-a6c34bea.js
 %%WWWDIR%%/webroot/js/web_modules/common/core-d14f1e1c.js
+%%WWWDIR%%/webroot/js/web_modules/common/core-d20ff47c.js
 %%WWWDIR%%/webroot/js/web_modules/common/core-f87370e0.js
 %%WWWDIR%%/webroot/js/web_modules/common/core-fed3ccd8.js
 %%WWWDIR%%/webroot/js/web_modules/htm.js
 %%WWWDIR%%/webroot/js/web_modules/import-map.json
 %%WWWDIR%%/webroot/js/web_modules/markjs/dist/mark.es6.min.js
+%%WWWDIR%%/webroot/js/web_modules/micromodal/dist/micromodal.min.js
 %%WWWDIR%%/webroot/js/web_modules/preact.js
 %%WWWDIR%%/webroot/js/web_modules/tailwindcss/dist/tailwind.min.css
 %%WWWDIR%%/webroot/js/web_modules/videojs/core.js
@@ -262,7 +267,8 @@ sbin/owncast
 %%WWWDIR%%/webroot/manifest.json
 %%WWWDIR%%/webroot/styles/app.css
 %%WWWDIR%%/webroot/styles/chat.css
-%%WWWDIR%%/webroot/styles/standalone-chat.css
+%%WWWDIR%%/webroot/styles/standalone-chat-readonly.css
+%%WWWDIR%%/webroot/styles/standalone-chat-readwrite.css
 %%WWWDIR%%/webroot/styles/user-content.css
 %%WWWDIR%%/webroot/styles/video-only.css
 %%WWWDIR%%/webroot/styles/video.css