From owner-svn-ports-head@freebsd.org Wed Jul 31 20:01:42 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2CA7FA7467; Wed, 31 Jul 2019 20:01:42 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 45zPT20SbYz4Gv9; Wed, 31 Jul 2019 20:01:42 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E62A66E29; Wed, 31 Jul 2019 20:01:41 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x6VK1f5Q079778; Wed, 31 Jul 2019 20:01:41 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x6VK1fS5079774; Wed, 31 Jul 2019 20:01:41 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201907312001.x6VK1fS5079774@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Wed, 31 Jul 2019 20:01:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r507733 - head/www/gitea X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: head/www/gitea X-SVN-Commit-Revision: 507733 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 45zPT20SbYz4Gv9 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.38 / 15.00]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_SHORT(0.38)[0.378,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Jul 2019 20:01:42 -0000 Author: kai Date: Wed Jul 31 20:01:40 2019 New Revision: 507733 URL: https://svnweb.freebsd.org/changeset/ports/507733 Log: www/gitea: Update to 1.9.0 Changelog: https://blog.gitea.io/2019/07/gitea-1.9.0-is-released/ PR: 239562 Submitted by: stb@lassitu.de (maintainer) MFH: 2019Q3 Security: e7b69694-b3b5-11e9-9bb6-0800274e5f20 Modified: head/www/gitea/Makefile head/www/gitea/distinfo head/www/gitea/pkg-message head/www/gitea/pkg-plist Modified: head/www/gitea/Makefile ============================================================================== --- head/www/gitea/Makefile Wed Jul 31 19:58:32 2019 (r507732) +++ head/www/gitea/Makefile Wed Jul 31 20:01:40 2019 (r507733) @@ -3,7 +3,7 @@ PORTNAME= gitea DISTVERSIONPREFIX= v -DISTVERSION= 1.8.3 +DISTVERSION= 1.9.0 CATEGORIES= www MAINTAINER= stb@lassitu.de Modified: head/www/gitea/distinfo ============================================================================== --- head/www/gitea/distinfo Wed Jul 31 19:58:32 2019 (r507732) +++ head/www/gitea/distinfo Wed Jul 31 20:01:40 2019 (r507733) @@ -1,3 +1,3 @@ -TIMESTAMP = 1561107456 -SHA256 (go-gitea-gitea-v1.8.3_GH0.tar.gz) = 77ca5fe4468a94454c05c433eace1a7e282a588aeae268387d8651751f8d4e27 -SIZE (go-gitea-gitea-v1.8.3_GH0.tar.gz) = 24320679 +TIMESTAMP = 1564592396 +SHA256 (go-gitea-gitea-v1.9.0_GH0.tar.gz) = e648227ebe6716fd53095cade7881fc547a76b2655cac4631ac254992a95b207 +SIZE (go-gitea-gitea-v1.9.0_GH0.tar.gz) = 24057144 Modified: head/www/gitea/pkg-message ============================================================================== --- head/www/gitea/pkg-message Wed Jul 31 19:58:32 2019 (r507732) +++ head/www/gitea/pkg-message Wed Jul 31 20:01:40 2019 (r507733) @@ -1,5 +1,5 @@ -When upgrading to Gitea 1.8, Gitea requires the addition of another secret -to the config file in order to start up. Either manually add JWT_SECRET to -the ${PREFIX}/etc/gitea/conf/app.ini config file (see app.ini.sample), or -allow Gitea to make the change for you by making the config file writable to -the git user. +When upgrading from Gitea 1.7 or earlier, Gitea requires the addition of +another secret to the config file in order to start up. Either manually add +JWT_SECRET to the ${PREFIX}/etc/gitea/conf/app.ini config file (see +app.ini.sample), or allow Gitea to make the change for you by making the +config file writable to the git user. Modified: head/www/gitea/pkg-plist ============================================================================== --- head/www/gitea/pkg-plist Wed Jul 31 19:58:32 2019 (r507732) +++ head/www/gitea/pkg-plist Wed Jul 31 20:01:40 2019 (r507733) @@ -564,6 +564,7 @@ sbin/gitea %%DATADIR%%/options/locale/locale_ko-KR.ini %%DATADIR%%/options/locale/locale_lt-LT.ini %%DATADIR%%/options/locale/locale_lv-LV.ini +%%DATADIR%%/options/locale/locale_ml-IN.ini %%DATADIR%%/options/locale/locale_nb-NO.ini %%DATADIR%%/options/locale/locale_nl-NL.ini %%DATADIR%%/options/locale/locale_nn-NO.ini @@ -606,8 +607,11 @@ sbin/gitea %%DATADIR%%/public/img/gitea-safari.svg %%DATADIR%%/public/img/gitea-sm.png %%DATADIR%%/public/img/gogs.ico +%%DATADIR%%/public/img/msteams.png %%DATADIR%%/public/img/openid-16x16.png +%%DATADIR%%/public/img/repo_default.png %%DATADIR%%/public/img/slack.png +%%DATADIR%%/public/img/telegram.png %%DATADIR%%/public/js/draw.js %%DATADIR%%/public/js/index.js %%DATADIR%%/public/less/_admin.less @@ -1876,6 +1880,7 @@ sbin/gitea %%DATADIR%%/public/vendor/plugins/highlight/default.css %%DATADIR%%/public/vendor/plugins/highlight/github.css %%DATADIR%%/public/vendor/plugins/highlight/highlight.pack.js +%%DATADIR%%/public/vendor/plugins/jquery-migrate/jquery-migrate.min.js %%DATADIR%%/public/vendor/plugins/jquery.areyousure/LICENSE %%DATADIR%%/public/vendor/plugins/jquery.areyousure/jquery.are-you-sure.js %%DATADIR%%/public/vendor/plugins/jquery.datetimepicker/LICENSE @@ -2033,6 +2038,8 @@ sbin/gitea %%DATADIR%%/templates/admin/base/search.tmpl %%DATADIR%%/templates/admin/config.tmpl %%DATADIR%%/templates/admin/dashboard.tmpl +%%DATADIR%%/templates/admin/hook_new.tmpl +%%DATADIR%%/templates/admin/hooks.tmpl %%DATADIR%%/templates/admin/monitor.tmpl %%DATADIR%%/templates/admin/nav.tmpl %%DATADIR%%/templates/admin/navbar.tmpl @@ -2093,8 +2100,10 @@ sbin/gitea %%DATADIR%%/templates/pwa/manifest_json.tmpl %%DATADIR%%/templates/pwa/serviceworker_js.tmpl %%DATADIR%%/templates/repo/activity.tmpl +%%DATADIR%%/templates/repo/blame.tmpl %%DATADIR%%/templates/repo/branch/list.tmpl %%DATADIR%%/templates/repo/branch_dropdown.tmpl +%%DATADIR%%/templates/repo/commit_page.tmpl %%DATADIR%%/templates/repo/commit_status.tmpl %%DATADIR%%/templates/repo/commits.tmpl %%DATADIR%%/templates/repo/commits_table.tmpl @@ -2103,9 +2112,9 @@ sbin/gitea %%DATADIR%%/templates/repo/diff/comment_form.tmpl %%DATADIR%%/templates/repo/diff/comment_form_datahandler.tmpl %%DATADIR%%/templates/repo/diff/comments.tmpl +%%DATADIR%%/templates/repo/diff/compare.tmpl %%DATADIR%%/templates/repo/diff/new_comment.tmpl %%DATADIR%%/templates/repo/diff/new_review.tmpl -%%DATADIR%%/templates/repo/diff/page.tmpl %%DATADIR%%/templates/repo/diff/section_unified.tmpl %%DATADIR%%/templates/repo/diff/whitespace_dropdown.tmpl %%DATADIR%%/templates/repo/editor/commit_form.tmpl @@ -2140,9 +2149,9 @@ sbin/gitea %%DATADIR%%/templates/repo/issue/view_title.tmpl %%DATADIR%%/templates/repo/migrate.tmpl %%DATADIR%%/templates/repo/pulls/commits.tmpl -%%DATADIR%%/templates/repo/pulls/compare.tmpl %%DATADIR%%/templates/repo/pulls/files.tmpl %%DATADIR%%/templates/repo/pulls/fork.tmpl +%%DATADIR%%/templates/repo/pulls/status.tmpl %%DATADIR%%/templates/repo/pulls/tab_menu.tmpl %%DATADIR%%/templates/repo/release/list.tmpl %%DATADIR%%/templates/repo/release/new.tmpl @@ -2164,9 +2173,11 @@ sbin/gitea %%DATADIR%%/templates/repo/settings/webhook/gogs.tmpl %%DATADIR%%/templates/repo/settings/webhook/history.tmpl %%DATADIR%%/templates/repo/settings/webhook/list.tmpl +%%DATADIR%%/templates/repo/settings/webhook/msteams.tmpl %%DATADIR%%/templates/repo/settings/webhook/new.tmpl %%DATADIR%%/templates/repo/settings/webhook/settings.tmpl %%DATADIR%%/templates/repo/settings/webhook/slack.tmpl +%%DATADIR%%/templates/repo/settings/webhook/telegram.tmpl %%DATADIR%%/templates/repo/sub_menu.tmpl %%DATADIR%%/templates/repo/user_cards.tmpl %%DATADIR%%/templates/repo/view_file.tmpl @@ -2209,13 +2220,13 @@ sbin/gitea %%DATADIR%%/templates/user/dashboard/navbar.tmpl %%DATADIR%%/templates/user/meta/followers.tmpl %%DATADIR%%/templates/user/meta/header.tmpl -%%DATADIR%%/templates/user/meta/stars.tmpl %%DATADIR%%/templates/user/notification/notification.tmpl %%DATADIR%%/templates/user/profile.tmpl %%DATADIR%%/templates/user/settings/account.tmpl %%DATADIR%%/templates/user/settings/applications.tmpl %%DATADIR%%/templates/user/settings/applications_oauth2.tmpl %%DATADIR%%/templates/user/settings/applications_oauth2_edit.tmpl +%%DATADIR%%/templates/user/settings/grants_oauth2.tmpl %%DATADIR%%/templates/user/settings/keys.tmpl %%DATADIR%%/templates/user/settings/keys_gpg.tmpl %%DATADIR%%/templates/user/settings/keys_ssh.tmpl