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

Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	gitea
4
PORTNAME=	gitea
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
6
DISTVERSION=	1.8.3
6
DISTVERSION=	1.9.0
7
CATEGORIES=	www
7
CATEGORIES=	www
8
8
9
MAINTAINER=	stb@lassitu.de
9
MAINTAINER=	stb@lassitu.de
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1561107456
1
TIMESTAMP = 1564592396
2
SHA256 (go-gitea-gitea-v1.8.3_GH0.tar.gz) = 77ca5fe4468a94454c05c433eace1a7e282a588aeae268387d8651751f8d4e27
2
SHA256 (go-gitea-gitea-v1.9.0_GH0.tar.gz) = e648227ebe6716fd53095cade7881fc547a76b2655cac4631ac254992a95b207
3
SIZE (go-gitea-gitea-v1.8.3_GH0.tar.gz) = 24320679
3
SIZE (go-gitea-gitea-v1.9.0_GH0.tar.gz) = 24057144
(-)pkg-message (-5 / +5 lines)
Lines 1-5 Link Here
1
When upgrading to Gitea 1.8, Gitea requires the addition of another secret
1
When upgrading from Gitea 1.7 or earlier, Gitea requires the addition of
2
to the config file in order to start up.  Either manually add JWT_SECRET to
2
another secret to the config file in order to start up.  Either manually add
3
the ${PREFIX}/etc/gitea/conf/app.ini config file (see app.ini.sample), or
3
JWT_SECRET to the ${PREFIX}/etc/gitea/conf/app.ini config file (see
4
allow Gitea to make the change for you by making the config file writable to
4
app.ini.sample), or allow Gitea to make the change for you by making the
5
the git user.
5
config file writable to the git user.
(-)pkg-plist (-3 / +14 lines)
Lines 564-569 Link Here
564
%%DATADIR%%/options/locale/locale_ko-KR.ini
564
%%DATADIR%%/options/locale/locale_ko-KR.ini
565
%%DATADIR%%/options/locale/locale_lt-LT.ini
565
%%DATADIR%%/options/locale/locale_lt-LT.ini
566
%%DATADIR%%/options/locale/locale_lv-LV.ini
566
%%DATADIR%%/options/locale/locale_lv-LV.ini
567
%%DATADIR%%/options/locale/locale_ml-IN.ini
567
%%DATADIR%%/options/locale/locale_nb-NO.ini
568
%%DATADIR%%/options/locale/locale_nb-NO.ini
568
%%DATADIR%%/options/locale/locale_nl-NL.ini
569
%%DATADIR%%/options/locale/locale_nl-NL.ini
569
%%DATADIR%%/options/locale/locale_nn-NO.ini
570
%%DATADIR%%/options/locale/locale_nn-NO.ini
Lines 606-613 Link Here
606
%%DATADIR%%/public/img/gitea-safari.svg
607
%%DATADIR%%/public/img/gitea-safari.svg
607
%%DATADIR%%/public/img/gitea-sm.png
608
%%DATADIR%%/public/img/gitea-sm.png
608
%%DATADIR%%/public/img/gogs.ico
609
%%DATADIR%%/public/img/gogs.ico
610
%%DATADIR%%/public/img/msteams.png
609
%%DATADIR%%/public/img/openid-16x16.png
611
%%DATADIR%%/public/img/openid-16x16.png
612
%%DATADIR%%/public/img/repo_default.png
610
%%DATADIR%%/public/img/slack.png
613
%%DATADIR%%/public/img/slack.png
614
%%DATADIR%%/public/img/telegram.png
611
%%DATADIR%%/public/js/draw.js
615
%%DATADIR%%/public/js/draw.js
612
%%DATADIR%%/public/js/index.js
616
%%DATADIR%%/public/js/index.js
613
%%DATADIR%%/public/less/_admin.less
617
%%DATADIR%%/public/less/_admin.less
Lines 1876-1881 Link Here
1876
%%DATADIR%%/public/vendor/plugins/highlight/default.css
1880
%%DATADIR%%/public/vendor/plugins/highlight/default.css
1877
%%DATADIR%%/public/vendor/plugins/highlight/github.css
1881
%%DATADIR%%/public/vendor/plugins/highlight/github.css
1878
%%DATADIR%%/public/vendor/plugins/highlight/highlight.pack.js
1882
%%DATADIR%%/public/vendor/plugins/highlight/highlight.pack.js
1883
%%DATADIR%%/public/vendor/plugins/jquery-migrate/jquery-migrate.min.js
1879
%%DATADIR%%/public/vendor/plugins/jquery.areyousure/LICENSE
1884
%%DATADIR%%/public/vendor/plugins/jquery.areyousure/LICENSE
1880
%%DATADIR%%/public/vendor/plugins/jquery.areyousure/jquery.are-you-sure.js
1885
%%DATADIR%%/public/vendor/plugins/jquery.areyousure/jquery.are-you-sure.js
1881
%%DATADIR%%/public/vendor/plugins/jquery.datetimepicker/LICENSE
1886
%%DATADIR%%/public/vendor/plugins/jquery.datetimepicker/LICENSE
Lines 2033-2038 Link Here
2033
%%DATADIR%%/templates/admin/base/search.tmpl
2038
%%DATADIR%%/templates/admin/base/search.tmpl
2034
%%DATADIR%%/templates/admin/config.tmpl
2039
%%DATADIR%%/templates/admin/config.tmpl
2035
%%DATADIR%%/templates/admin/dashboard.tmpl
2040
%%DATADIR%%/templates/admin/dashboard.tmpl
2041
%%DATADIR%%/templates/admin/hook_new.tmpl
2042
%%DATADIR%%/templates/admin/hooks.tmpl
2036
%%DATADIR%%/templates/admin/monitor.tmpl
2043
%%DATADIR%%/templates/admin/monitor.tmpl
2037
%%DATADIR%%/templates/admin/nav.tmpl
2044
%%DATADIR%%/templates/admin/nav.tmpl
2038
%%DATADIR%%/templates/admin/navbar.tmpl
2045
%%DATADIR%%/templates/admin/navbar.tmpl
Lines 2093-2100 Link Here
2093
%%DATADIR%%/templates/pwa/manifest_json.tmpl
2100
%%DATADIR%%/templates/pwa/manifest_json.tmpl
2094
%%DATADIR%%/templates/pwa/serviceworker_js.tmpl
2101
%%DATADIR%%/templates/pwa/serviceworker_js.tmpl
2095
%%DATADIR%%/templates/repo/activity.tmpl
2102
%%DATADIR%%/templates/repo/activity.tmpl
2103
%%DATADIR%%/templates/repo/blame.tmpl
2096
%%DATADIR%%/templates/repo/branch/list.tmpl
2104
%%DATADIR%%/templates/repo/branch/list.tmpl
2097
%%DATADIR%%/templates/repo/branch_dropdown.tmpl
2105
%%DATADIR%%/templates/repo/branch_dropdown.tmpl
2106
%%DATADIR%%/templates/repo/commit_page.tmpl
2098
%%DATADIR%%/templates/repo/commit_status.tmpl
2107
%%DATADIR%%/templates/repo/commit_status.tmpl
2099
%%DATADIR%%/templates/repo/commits.tmpl
2108
%%DATADIR%%/templates/repo/commits.tmpl
2100
%%DATADIR%%/templates/repo/commits_table.tmpl
2109
%%DATADIR%%/templates/repo/commits_table.tmpl
Lines 2103-2111 Link Here
2103
%%DATADIR%%/templates/repo/diff/comment_form.tmpl
2112
%%DATADIR%%/templates/repo/diff/comment_form.tmpl
2104
%%DATADIR%%/templates/repo/diff/comment_form_datahandler.tmpl
2113
%%DATADIR%%/templates/repo/diff/comment_form_datahandler.tmpl
2105
%%DATADIR%%/templates/repo/diff/comments.tmpl
2114
%%DATADIR%%/templates/repo/diff/comments.tmpl
2115
%%DATADIR%%/templates/repo/diff/compare.tmpl
2106
%%DATADIR%%/templates/repo/diff/new_comment.tmpl
2116
%%DATADIR%%/templates/repo/diff/new_comment.tmpl
2107
%%DATADIR%%/templates/repo/diff/new_review.tmpl
2117
%%DATADIR%%/templates/repo/diff/new_review.tmpl
2108
%%DATADIR%%/templates/repo/diff/page.tmpl
2109
%%DATADIR%%/templates/repo/diff/section_unified.tmpl
2118
%%DATADIR%%/templates/repo/diff/section_unified.tmpl
2110
%%DATADIR%%/templates/repo/diff/whitespace_dropdown.tmpl
2119
%%DATADIR%%/templates/repo/diff/whitespace_dropdown.tmpl
2111
%%DATADIR%%/templates/repo/editor/commit_form.tmpl
2120
%%DATADIR%%/templates/repo/editor/commit_form.tmpl
Lines 2140-2148 Link Here
2140
%%DATADIR%%/templates/repo/issue/view_title.tmpl
2149
%%DATADIR%%/templates/repo/issue/view_title.tmpl
2141
%%DATADIR%%/templates/repo/migrate.tmpl
2150
%%DATADIR%%/templates/repo/migrate.tmpl
2142
%%DATADIR%%/templates/repo/pulls/commits.tmpl
2151
%%DATADIR%%/templates/repo/pulls/commits.tmpl
2143
%%DATADIR%%/templates/repo/pulls/compare.tmpl
2144
%%DATADIR%%/templates/repo/pulls/files.tmpl
2152
%%DATADIR%%/templates/repo/pulls/files.tmpl
2145
%%DATADIR%%/templates/repo/pulls/fork.tmpl
2153
%%DATADIR%%/templates/repo/pulls/fork.tmpl
2154
%%DATADIR%%/templates/repo/pulls/status.tmpl
2146
%%DATADIR%%/templates/repo/pulls/tab_menu.tmpl
2155
%%DATADIR%%/templates/repo/pulls/tab_menu.tmpl
2147
%%DATADIR%%/templates/repo/release/list.tmpl
2156
%%DATADIR%%/templates/repo/release/list.tmpl
2148
%%DATADIR%%/templates/repo/release/new.tmpl
2157
%%DATADIR%%/templates/repo/release/new.tmpl
Lines 2164-2172 Link Here
2164
%%DATADIR%%/templates/repo/settings/webhook/gogs.tmpl
2173
%%DATADIR%%/templates/repo/settings/webhook/gogs.tmpl
2165
%%DATADIR%%/templates/repo/settings/webhook/history.tmpl
2174
%%DATADIR%%/templates/repo/settings/webhook/history.tmpl
2166
%%DATADIR%%/templates/repo/settings/webhook/list.tmpl
2175
%%DATADIR%%/templates/repo/settings/webhook/list.tmpl
2176
%%DATADIR%%/templates/repo/settings/webhook/msteams.tmpl
2167
%%DATADIR%%/templates/repo/settings/webhook/new.tmpl
2177
%%DATADIR%%/templates/repo/settings/webhook/new.tmpl
2168
%%DATADIR%%/templates/repo/settings/webhook/settings.tmpl
2178
%%DATADIR%%/templates/repo/settings/webhook/settings.tmpl
2169
%%DATADIR%%/templates/repo/settings/webhook/slack.tmpl
2179
%%DATADIR%%/templates/repo/settings/webhook/slack.tmpl
2180
%%DATADIR%%/templates/repo/settings/webhook/telegram.tmpl
2170
%%DATADIR%%/templates/repo/sub_menu.tmpl
2181
%%DATADIR%%/templates/repo/sub_menu.tmpl
2171
%%DATADIR%%/templates/repo/user_cards.tmpl
2182
%%DATADIR%%/templates/repo/user_cards.tmpl
2172
%%DATADIR%%/templates/repo/view_file.tmpl
2183
%%DATADIR%%/templates/repo/view_file.tmpl
Lines 2209-2215 Link Here
2209
%%DATADIR%%/templates/user/dashboard/navbar.tmpl
2220
%%DATADIR%%/templates/user/dashboard/navbar.tmpl
2210
%%DATADIR%%/templates/user/meta/followers.tmpl
2221
%%DATADIR%%/templates/user/meta/followers.tmpl
2211
%%DATADIR%%/templates/user/meta/header.tmpl
2222
%%DATADIR%%/templates/user/meta/header.tmpl
2212
%%DATADIR%%/templates/user/meta/stars.tmpl
2213
%%DATADIR%%/templates/user/notification/notification.tmpl
2223
%%DATADIR%%/templates/user/notification/notification.tmpl
2214
%%DATADIR%%/templates/user/profile.tmpl
2224
%%DATADIR%%/templates/user/profile.tmpl
2215
%%DATADIR%%/templates/user/settings/account.tmpl
2225
%%DATADIR%%/templates/user/settings/account.tmpl
Lines 2216-2221 Link Here
2216
%%DATADIR%%/templates/user/settings/applications.tmpl
2226
%%DATADIR%%/templates/user/settings/applications.tmpl
2217
%%DATADIR%%/templates/user/settings/applications_oauth2.tmpl
2227
%%DATADIR%%/templates/user/settings/applications_oauth2.tmpl
2218
%%DATADIR%%/templates/user/settings/applications_oauth2_edit.tmpl
2228
%%DATADIR%%/templates/user/settings/applications_oauth2_edit.tmpl
2229
%%DATADIR%%/templates/user/settings/grants_oauth2.tmpl
2219
%%DATADIR%%/templates/user/settings/keys.tmpl
2230
%%DATADIR%%/templates/user/settings/keys.tmpl
2220
%%DATADIR%%/templates/user/settings/keys_gpg.tmpl
2231
%%DATADIR%%/templates/user/settings/keys_gpg.tmpl
2221
%%DATADIR%%/templates/user/settings/keys_ssh.tmpl
2232
%%DATADIR%%/templates/user/settings/keys_ssh.tmpl

Return to bug 239562