View | Details | Raw Unified | Return to bug 277595
Collapse All | Expand All

(-)b/net-im/gotosocial/Makefile (-2 / +1 lines)
Lines 1-7 Link Here
1
PORTNAME=      gotosocial
1
PORTNAME=      gotosocial
2
DISTVERSIONPREFIX=     v
2
DISTVERSIONPREFIX=     v
3
DISTVERSION=   0.13.3
3
DISTVERSION=   0.14.1
4
PORTREVISION=  1
5
CATEGORIES=    net-im
4
CATEGORIES=    net-im
6
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
7
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 = 1708382363
1
TIMESTAMP = 1709976397
2
SHA256 (gotosocial_0.13.3_web-assets.tar.gz) = c42d40726fc22475d36e557c13adef641fabfe4b411fb132b4bef1e1e586928f
2
SHA256 (gotosocial_0.14.1_web-assets.tar.gz) = 70d3b42ee4f3831dc200ffaa8d3059f4582ce23ac7df2a59444a4a2a2a4e2430
3
SIZE (gotosocial_0.13.3_web-assets.tar.gz) = 1375558
3
SIZE (gotosocial_0.14.1_web-assets.tar.gz) = 1417726
4
SHA256 (superseriousbusiness-gotosocial-v0.13.3_GH0.tar.gz) = 4134dae3ae284f74835338e997aeafc6da3496a6376c674057cf8920e868b5dc
4
SHA256 (superseriousbusiness-gotosocial-v0.14.1_GH0.tar.gz) = 430ae26031282ffc0db58d39f88d32f14fce44ef32188a2a853222693a638bae
5
SIZE (superseriousbusiness-gotosocial-v0.13.3_GH0.tar.gz) = 63444587
5
SIZE (superseriousbusiness-gotosocial-v0.14.1_GH0.tar.gz) = 64603596
(-)b/net-im/gotosocial/pkg-plist (-3 / +16 lines)
Lines 1-14 Link Here
1
@sample etc/gotosocial/config.yaml.sample
1
@sample etc/gotosocial/config.yaml.sample
2
%%WWWDIR%%/template/about.tmpl
2
%%WWWDIR%%/template/about.tmpl
3
%%WWWDIR%%/template/header.tmpl
4
%%WWWDIR%%/template/thread.tmpl
3
%%WWWDIR%%/template/thread.tmpl
5
%%WWWDIR%%/template/frontend.tmpl
6
%%WWWDIR%%/template/oob.tmpl
4
%%WWWDIR%%/template/oob.tmpl
7
%%WWWDIR%%/template/confirmed.tmpl
5
%%WWWDIR%%/template/confirmed.tmpl
8
%%WWWDIR%%/template/profile.tmpl
6
%%WWWDIR%%/template/profile.tmpl
9
%%WWWDIR%%/template/status.tmpl
7
%%WWWDIR%%/template/status.tmpl
10
%%WWWDIR%%/template/email_confirm.tmpl
8
%%WWWDIR%%/template/email_confirm.tmpl
11
%%WWWDIR%%/template/footer.tmpl
12
%%WWWDIR%%/template/email_reset.tmpl
9
%%WWWDIR%%/template/email_reset.tmpl
13
%%WWWDIR%%/template/email_test.tmpl
10
%%WWWDIR%%/template/email_test.tmpl
14
%%WWWDIR%%/template/sign-in.tmpl
11
%%WWWDIR%%/template/sign-in.tmpl
Lines 23-28 Link Here
23
%%WWWDIR%%/template/tag.tmpl
20
%%WWWDIR%%/template/tag.tmpl
24
%%WWWDIR%%/template/status_attachments.tmpl
21
%%WWWDIR%%/template/status_attachments.tmpl
25
%%WWWDIR%%/template/status_poll.tmpl
22
%%WWWDIR%%/template/status_poll.tmpl
23
%%WWWDIR%%/template/index_apps.tmpl
24
%%WWWDIR%%/template/index_what_is_this.tmpl
25
%%WWWDIR%%/template/page.tmpl
26
%%WWWDIR%%/template/page_footer.tmpl
27
%%WWWDIR%%/template/page_header.tmpl
28
%%WWWDIR%%/template/page_ogmeta.tmpl
29
%%WWWDIR%%/template/page_stylesheets.tmpl
30
%%WWWDIR%%/template/profile_fields.tmpl
31
%%WWWDIR%%/template/settings.tmpl
32
%%WWWDIR%%/template/status_attributes.tmpl
33
%%WWWDIR%%/template/status_header.tmpl
34
%%WWWDIR%%/template/status_info.tmpl
26
%%WWWDIR%%/assets/LICENSE
35
%%WWWDIR%%/assets/LICENSE
27
%%WWWDIR%%/assets/default_avatars/GoToSocial_icon5.png
36
%%WWWDIR%%/assets/default_avatars/GoToSocial_icon5.png
28
%%WWWDIR%%/assets/default_avatars/GoToSocial_icon2.png
37
%%WWWDIR%%/assets/default_avatars/GoToSocial_icon2.png
Lines 63-68 Link Here
63
%%WWWDIR%%/assets/dist/base.css
72
%%WWWDIR%%/assets/dist/base.css
64
%%WWWDIR%%/assets/dist/frontend.js
73
%%WWWDIR%%/assets/dist/frontend.js
65
%%WWWDIR%%/assets/dist/tag.css
74
%%WWWDIR%%/assets/dist/tag.css
75
%%WWWDIR%%/assets/dist/about.css
76
%%WWWDIR%%/assets/dist/page.css
77
%%WWWDIR%%/assets/dist/prism.css
78
%%WWWDIR%%/assets/dist/thread.css
66
%%WWWDIR%%/assets/feditext.svg
79
%%WWWDIR%%/assets/feditext.svg
67
%%WWWDIR%%/assets/swagger.yaml
80
%%WWWDIR%%/assets/swagger.yaml
68
bin/gotosocial
81
bin/gotosocial

Return to bug 277595