View | Details | Raw Unified | Return to bug 268228 | Differences between
and this patch

Collapse All | Expand All

(-)b/net-im/gotosocial/Makefile (-1 / +1 lines)
Lines 1-6 Link Here
1
PORTNAME=	gotosocial
1
PORTNAME=	gotosocial
2
DISTVERSIONPREFIX=	v
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	0.5.2
3
DISTVERSION=	0.6.0
4
CATEGORIES=	net-im
4
CATEGORIES=	net-im
5
MASTER_SITES?=	https://github.com/${GH_ACCOUNT}/${PORTNAME}/releases/download/v${DISTVERSION}/:web
5
MASTER_SITES?=	https://github.com/${GH_ACCOUNT}/${PORTNAME}/releases/download/v${DISTVERSION}/:web
6
DISTFILES?=	${PORTNAME}_${DISTVERSION}_web-assets.tar.gz:web
6
DISTFILES?=	${PORTNAME}_${DISTVERSION}_web-assets.tar.gz:web
(-)b/net-im/gotosocial/distinfo (-5 / +5 lines)
Lines 1-5 Link Here
1
TIMESTAMP = 1664980066
1
TIMESTAMP = 1670334530
2
SHA256 (gotosocial_0.5.2_web-assets.tar.gz) = 5662fa0938679d02534d425b324a243a8e6fdb17ec3c42f465084971d997f881
2
SHA256 (gotosocial_0.6.0_web-assets.tar.gz) = 4407c90e2d464778037f2493069cf2b60871f2ee6eba40b5096a748e8cb74e9f
3
SIZE (gotosocial_0.5.2_web-assets.tar.gz) = 1603916
3
SIZE (gotosocial_0.6.0_web-assets.tar.gz) = 1630400
4
SHA256 (superseriousbusiness-gotosocial-v0.5.2_GH0.tar.gz) = 8733ef7e191d68f93c0c26a2c40dfbf9afa7c16e2ad1578168541382857af840
4
SHA256 (superseriousbusiness-gotosocial-v0.6.0_GH0.tar.gz) = a0dedaf73015f739c6bbe8d9cc7cf0b16b3132b2586ef9b44faf80b6849b3ac1
5
SIZE (superseriousbusiness-gotosocial-v0.5.2_GH0.tar.gz) = 52865473
5
SIZE (superseriousbusiness-gotosocial-v0.6.0_GH0.tar.gz) = 43666836
(-)b/net-im/gotosocial/files/patch-build.sh (+9 lines)
Added Link Here
1
--- scripts/build.sh.orig	2022-12-06 14:03:18.854336000 +0000
2
+++ scripts/build.sh	2022-12-06 14:03:34.113614000 +0000
3
@@ -7,5 +7,5 @@
4
 
5
 CGO_ENABLED=0 go build -trimpath \
6
                        -tags "netgo osusergo static_build kvformat $(DEBUG && echo 'debugenv')" \
7
-                       -ldflags="-s -w -extldflags '-static' -X 'main.Version=${VERSION:-$(git describe --tags --abbrev=0)}'" \
8
+                       -ldflags="-s -w -extldflags '-static' -X 'main.Version=${VERSION:-$(git describe --tags --abbrev=0)}'" --buildvcs=false \
9
                        ./cmd/gotosocial
(-)b/net-im/gotosocial/pkg-plist (-47 / +44 lines)
Lines 1-58 Link Here
1
@sample etc/gotosocial/config.yaml.sample
1
@sample etc/gotosocial/config.yaml.sample
2
%%WWWDIR%%/assets/dist/_colors.css
2
%%WWWDIR%%/template/header.tmpl
3
%%WWWDIR%%/assets/dist/admin-panel.js
3
%%WWWDIR%%/template/thread.tmpl
4
%%WWWDIR%%/assets/dist/base.css
5
%%WWWDIR%%/assets/dist/bundle.js
6
%%WWWDIR%%/assets/dist/frontend.js
7
%%WWWDIR%%/assets/dist/panels-admin-style.css
8
%%WWWDIR%%/assets/dist/profile.css
9
%%WWWDIR%%/assets/dist/status.css
10
%%WWWDIR%%/assets/dist/user-panel.js
11
%%WWWDIR%%/assets/swagger.yaml
12
%%WWWDIR%%/template/frontend.tmpl
4
%%WWWDIR%%/template/frontend.tmpl
5
%%WWWDIR%%/template/oob.tmpl
6
%%WWWDIR%%/template/confirmed.tmpl
7
%%WWWDIR%%/template/profile.tmpl
8
%%WWWDIR%%/template/status.tmpl
9
%%WWWDIR%%/template/email_confirm_html.tmpl
10
%%WWWDIR%%/template/footer.tmpl
11
%%WWWDIR%%/template/email_reset_html.tmpl
12
%%WWWDIR%%/template/sign-in.tmpl
13
%%WWWDIR%%/template/email_reset_text.tmpl
14
%%WWWDIR%%/template/email_confirm_text.tmpl
15
%%WWWDIR%%/template/index.tmpl
16
%%WWWDIR%%/template/404.tmpl
17
%%WWWDIR%%/template/error.tmpl
18
%%WWWDIR%%/template/authorize.tmpl
19
%%WWWDIR%%/assets/NotoSans-Regular.ttf
20
%%WWWDIR%%/assets/default_avatars/GoToSocial_icon5.png
21
%%WWWDIR%%/assets/default_avatars/GoToSocial_icon2.png
22
%%WWWDIR%%/assets/default_avatars/GoToSocial_icon3.png
23
%%WWWDIR%%/assets/default_avatars/GoToSocial_icon4.png
24
%%WWWDIR%%/assets/default_avatars/GoToSocial_icon1.png
25
%%WWWDIR%%/assets/default_avatars/GoToSocial_icon6.png
26
%%WWWDIR%%/assets/mastodon.svg
27
%%WWWDIR%%/assets/OFL.txt
28
%%WWWDIR%%/assets/NotoSans-Bold.ttf
29
%%WWWDIR%%/assets/default_header.png
13
%%WWWDIR%%/assets/Fork-Awesome/CONTRIBUTORS.md
30
%%WWWDIR%%/assets/Fork-Awesome/CONTRIBUTORS.md
14
%%WWWDIR%%/assets/Fork-Awesome/css/fork-awesome.css
31
%%WWWDIR%%/assets/Fork-Awesome/fonts/forkawesome-webfont.ttf
15
%%WWWDIR%%/assets/Fork-Awesome/css/fork-awesome.min.css
32
%%WWWDIR%%/assets/Fork-Awesome/fonts/forkawesome-webfont.woff2
16
%%WWWDIR%%/assets/Fork-Awesome/css/fork-awesome.min.css.map
17
%%WWWDIR%%/assets/Fork-Awesome/css/v5-compat.css
18
%%WWWDIR%%/assets/Fork-Awesome/css/v5-compat.min.css
19
%%WWWDIR%%/assets/Fork-Awesome/css/v5-compat.min.css.map
20
%%WWWDIR%%/assets/Fork-Awesome/fonts/forkawesome-webfont.eot
33
%%WWWDIR%%/assets/Fork-Awesome/fonts/forkawesome-webfont.eot
21
%%WWWDIR%%/assets/Fork-Awesome/fonts/forkawesome-webfont.svg
34
%%WWWDIR%%/assets/Fork-Awesome/fonts/forkawesome-webfont.svg
22
%%WWWDIR%%/assets/Fork-Awesome/fonts/forkawesome-webfont.ttf
23
%%WWWDIR%%/assets/Fork-Awesome/fonts/forkawesome-webfont.woff
35
%%WWWDIR%%/assets/Fork-Awesome/fonts/forkawesome-webfont.woff
24
%%WWWDIR%%/assets/Fork-Awesome/fonts/forkawesome-webfont.woff2
25
%%WWWDIR%%/assets/Fork-Awesome/LICENSES
36
%%WWWDIR%%/assets/Fork-Awesome/LICENSES
26
%%WWWDIR%%/assets/NotoSans-Bold.ttf
37
%%WWWDIR%%/assets/Fork-Awesome/css/fork-awesome.min.css.map
27
%%WWWDIR%%/assets/NotoSans-Regular.ttf
38
%%WWWDIR%%/assets/Fork-Awesome/css/v5-compat.min.css
28
%%WWWDIR%%/assets/OFL.txt
39
%%WWWDIR%%/assets/Fork-Awesome/css/v5-compat.css
29
%%WWWDIR%%/assets/logo.png
40
%%WWWDIR%%/assets/Fork-Awesome/css/fork-awesome.css
41
%%WWWDIR%%/assets/Fork-Awesome/css/v5-compat.min.css.map
42
%%WWWDIR%%/assets/Fork-Awesome/css/fork-awesome.min.css
30
%%WWWDIR%%/assets/tusky.svg
43
%%WWWDIR%%/assets/tusky.svg
31
%%WWWDIR%%/assets/default_header.png
44
%%WWWDIR%%/assets/logo.png
32
%%WWWDIR%%/assets/dist/panels-base.css
45
%%WWWDIR%%/assets/dist/profile.css
33
%%WWWDIR%%/assets/dist/panels-user-style.css
46
%%WWWDIR%%/assets/dist/_colors.css
34
%%WWWDIR%%/assets/mastodon.svg
47
%%WWWDIR%%/assets/dist/settings.js
35
%%WWWDIR%%/assets/default_avatars/GoToSocial_icon1.png
48
%%WWWDIR%%/assets/dist/status.css
36
%%WWWDIR%%/assets/default_avatars/GoToSocial_icon2.png
49
%%WWWDIR%%/assets/dist/settings-style.css
37
%%WWWDIR%%/assets/default_avatars/GoToSocial_icon3.png
50
%%WWWDIR%%/assets/dist/base.css
38
%%WWWDIR%%/assets/default_avatars/GoToSocial_icon4.png
51
%%WWWDIR%%/assets/dist/frontend.js
39
%%WWWDIR%%/assets/default_avatars/GoToSocial_icon5.png
52
%%WWWDIR%%/assets/swagger.yaml
40
%%WWWDIR%%/assets/default_avatars/GoToSocial_icon6.png
41
%%WWWDIR%%/template/profile.tmpl
42
%%WWWDIR%%/template/404.tmpl
43
%%WWWDIR%%/template/authorize.tmpl
44
%%WWWDIR%%/template/confirmed.tmpl
45
%%WWWDIR%%/template/email_confirm_html.tmpl
46
%%WWWDIR%%/template/email_confirm_text.tmpl
47
%%WWWDIR%%/template/email_reset_html.tmpl
48
%%WWWDIR%%/template/email_reset_text.tmpl
49
%%WWWDIR%%/template/error.tmpl
50
%%WWWDIR%%/template/footer.tmpl
51
%%WWWDIR%%/template/header.tmpl
52
%%WWWDIR%%/template/index.tmpl
53
%%WWWDIR%%/template/sign-in.tmpl
54
%%WWWDIR%%/template/status.tmpl
55
%%WWWDIR%%/template/thread.tmpl
56
bin/gotosocial
53
bin/gotosocial
57
share/doc/gotosocial/LICENSE
54
share/doc/gotosocial/LICENSE
58
share/doc/gotosocial/README.md
55
share/doc/gotosocial/README.md

Return to bug 268228