From owner-svn-ports-all@freebsd.org Thu Dec 7 08:10:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA416EA09E3; Thu, 7 Dec 2017 08:10:27 +0000 (UTC) (envelope-from tobik@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 mx1.freebsd.org (Postfix) with ESMTPS id B3F877B4E1; Thu, 7 Dec 2017 08:10:27 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vB78AQBr090845; Thu, 7 Dec 2017 08:10:26 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vB78AQK7090843; Thu, 7 Dec 2017 08:10:26 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201712070810.vB78AQK7090843@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Thu, 7 Dec 2017 08:10:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455695 - head/www/gitea X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/www/gitea X-SVN-Commit-Revision: 455695 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Dec 2017 08:10:28 -0000 Author: tobik Date: Thu Dec 7 08:10:26 2017 New Revision: 455695 URL: https://svnweb.freebsd.org/changeset/ports/455695 Log: www/gitea: Fix pkg-plist after ports r455663 PR: 224159 Submitted by: stb@lassitu.de (maintainer) Pointy hat to: joneum Modified: head/www/gitea/Makefile head/www/gitea/pkg-plist Modified: head/www/gitea/Makefile ============================================================================== --- head/www/gitea/Makefile Thu Dec 7 06:30:41 2017 (r455694) +++ head/www/gitea/Makefile Thu Dec 7 08:10:26 2017 (r455695) @@ -4,6 +4,7 @@ PORTNAME= gitea DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= stb@lassitu.de Modified: head/www/gitea/pkg-plist ============================================================================== --- head/www/gitea/pkg-plist Thu Dec 7 06:30:41 2017 (r455694) +++ head/www/gitea/pkg-plist Thu Dec 7 08:10:26 2017 (r455695) @@ -514,6 +514,8 @@ sbin/gitea %%DATADIR%%/options/locale/locale_lv-LV.ini %%DATADIR%%/options/locale/locale_nb-NO.ini %%DATADIR%%/options/locale/locale_nl-NL.ini +%%DATADIR%%/options/locale/locale_nn-NO.ini +%%DATADIR%%/options/locale/locale_no-NO.ini %%DATADIR%%/options/locale/locale_pl-PL.ini %%DATADIR%%/options/locale/locale_pt-BR.ini %%DATADIR%%/options/locale/locale_ru-RU.ini @@ -537,9 +539,11 @@ sbin/gitea %%DATADIR%%/public/img/auth/twitter.png %%DATADIR%%/public/img/avatar_default.png %%DATADIR%%/public/img/checkmark.png +%%DATADIR%%/public/img/discord.png %%DATADIR%%/public/img/favicon.ico %%DATADIR%%/public/img/favicon.png %%DATADIR%%/public/img/gitea-lg.png +%%DATADIR%%/public/img/gitea-safari.svg %%DATADIR%%/public/img/gitea-sm.png %%DATADIR%%/public/img/gogs.ico %%DATADIR%%/public/img/openid-16x16.png @@ -1946,7 +1950,6 @@ sbin/gitea %%DATADIR%%/templates/org/create.tmpl %%DATADIR%%/templates/org/header.tmpl %%DATADIR%%/templates/org/home.tmpl -%%DATADIR%%/templates/org/member/invite.tmpl %%DATADIR%%/templates/org/member/members.tmpl %%DATADIR%%/templates/org/settings/delete.tmpl %%DATADIR%%/templates/org/settings/hook_new.tmpl @@ -1958,8 +1961,11 @@ sbin/gitea %%DATADIR%%/templates/org/team/repositories.tmpl %%DATADIR%%/templates/org/team/sidebar.tmpl %%DATADIR%%/templates/org/team/teams.tmpl +%%DATADIR%%/templates/repo/activity.tmpl %%DATADIR%%/templates/repo/bare.tmpl +%%DATADIR%%/templates/repo/branch/list.tmpl %%DATADIR%%/templates/repo/branch_dropdown.tmpl +%%DATADIR%%/templates/repo/commit_status.tmpl %%DATADIR%%/templates/repo/commits.tmpl %%DATADIR%%/templates/repo/commits_table.tmpl %%DATADIR%%/templates/repo/create.tmpl @@ -1975,6 +1981,7 @@ sbin/gitea %%DATADIR%%/templates/repo/graph.tmpl %%DATADIR%%/templates/repo/header.tmpl %%DATADIR%%/templates/repo/home.tmpl +%%DATADIR%%/templates/repo/issue/branch_selector_field.tmpl %%DATADIR%%/templates/repo/issue/comment_tab.tmpl %%DATADIR%%/templates/repo/issue/label_precolors.tmpl %%DATADIR%%/templates/repo/issue/labels.tmpl @@ -1999,12 +2006,14 @@ sbin/gitea %%DATADIR%%/templates/repo/pulls/tab_menu.tmpl %%DATADIR%%/templates/repo/release/list.tmpl %%DATADIR%%/templates/repo/release/new.tmpl +%%DATADIR%%/templates/repo/search.tmpl %%DATADIR%%/templates/repo/settings/branches.tmpl %%DATADIR%%/templates/repo/settings/collaboration.tmpl %%DATADIR%%/templates/repo/settings/deploy_keys.tmpl %%DATADIR%%/templates/repo/settings/githook_edit.tmpl %%DATADIR%%/templates/repo/settings/githooks.tmpl %%DATADIR%%/templates/repo/settings/hook_delete_modal.tmpl +%%DATADIR%%/templates/repo/settings/hook_discord.tmpl %%DATADIR%%/templates/repo/settings/hook_gitea.tmpl %%DATADIR%%/templates/repo/settings/hook_gogs.tmpl %%DATADIR%%/templates/repo/settings/hook_history.tmpl @@ -2016,6 +2025,8 @@ sbin/gitea %%DATADIR%%/templates/repo/settings/nav.tmpl %%DATADIR%%/templates/repo/settings/navbar.tmpl %%DATADIR%%/templates/repo/settings/options.tmpl +%%DATADIR%%/templates/repo/settings/protected_branch.tmpl +%%DATADIR%%/templates/repo/sub_menu.tmpl %%DATADIR%%/templates/repo/user_cards.tmpl %%DATADIR%%/templates/repo/view_file.tmpl %%DATADIR%%/templates/repo/view_list.tmpl @@ -2064,8 +2075,9 @@ sbin/gitea %%DATADIR%%/templates/user/settings/navbar.tmpl %%DATADIR%%/templates/user/settings/openid.tmpl %%DATADIR%%/templates/user/settings/organization.tmpl -%%DATADIR%%/templates/user/settings/password.tmpl %%DATADIR%%/templates/user/settings/profile.tmpl +%%DATADIR%%/templates/user/settings/repos.tmpl +%%DATADIR%%/templates/user/settings/security.tmpl %%DATADIR%%/templates/user/settings/twofa.tmpl %%DATADIR%%/templates/user/settings/twofa_enroll.tmpl @owner git