FreeBSD Bugzilla – Attachment 229588 Details for
Bug 259934
www/owncast: Update to 0.0.10
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
git format-patch 1
0001-www-owncast-Update-to-0.0.10.patch (text/plain), 5.12 KB, created by
Alexander Sieg
on 2021-11-19 10:04:18 UTC
(
hide
)
Description:
git format-patch 1
Filename:
MIME Type:
Creator:
Alexander Sieg
Created:
2021-11-19 10:04:18 UTC
Size:
5.12 KB
patch
obsolete
>From 3c9f87ab893a1e3caaacf76d304bef261ecdc814 Mon Sep 17 00:00:00 2001 >From: Alexander Sieg <ports@xanderio.de> >Date: Fri, 19 Nov 2021 10:32:10 +0100 >Subject: [PATCH] www/owncast: Update to 0.0.10 > >--- > 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(-) > create mode 100644 www/owncast/files/patch-config_constants.go > >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 >-- >2.33.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 259934
:
229587
| 229588