From owner-svn-ports-all@freebsd.org Mon Mar 26 22:01:22 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AFC77F6F27A; Mon, 26 Mar 2018 22:01:22 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 63A8476A66; Mon, 26 Mar 2018 22:01:22 +0000 (UTC) (envelope-from yuri@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 5E96912D94; Mon, 26 Mar 2018 22:01:22 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2QM1Mup064595; Mon, 26 Mar 2018 22:01:22 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2QM1L0b064591; Mon, 26 Mar 2018 22:01:21 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803262201.w2QM1L0b064591@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 26 Mar 2018 22:01:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465641 - head/www/gitea X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/www/gitea X-SVN-Commit-Revision: 465641 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: Mon, 26 Mar 2018 22:01:23 -0000 Author: yuri Date: Mon Mar 26 22:01:21 2018 New Revision: 465641 URL: https://svnweb.freebsd.org/changeset/ports/465641 Log: www/gitea: Update 1.3.3 -> 1.4.0 Port changes: * Silence non-install commands * Remove unnecessary mkdir * Change WWW to their official homepage * Add to description from the homepage PR: 226941 Submitted by: stb@lassitu.de (maintainer) Modified: head/www/gitea/Makefile head/www/gitea/distinfo head/www/gitea/pkg-descr head/www/gitea/pkg-plist Modified: head/www/gitea/Makefile ============================================================================== --- head/www/gitea/Makefile Mon Mar 26 21:48:27 2018 (r465640) +++ head/www/gitea/Makefile Mon Mar 26 22:01:21 2018 (r465641) @@ -3,7 +3,7 @@ PORTNAME= gitea DISTVERSIONPREFIX= v -DISTVERSION= 1.3.3 +DISTVERSION= 1.4.0 CATEGORIES= www MAINTAINER= stb@lassitu.de @@ -54,20 +54,19 @@ post-patch: # automatic method to obtain the version number in the Gitea build # system only works when sources are checked out from git. # See https://github.com/go-gitea/gitea/issues/1136#issuecomment-311622745 - ${SED} -Ei .orig \ + @${SED} -Ei .orig \ -e 's#^(var Version = )"[^"]+"#\1"${PORTVERSION}"#' \ ${GO_WRKSRC}/main.go do-install: ${INSTALL_PROGRAM} ${GO_WRKDIR_BIN}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin - ${MKDIR} ${STAGEDIR}${ETCDIR}/conf + @${MKDIR} ${STAGEDIR}${ETCDIR}/conf ${INSTALL_DATA} ${WRKDIR}/app.ini.sample ${STAGEDIR}${ETCDIR}/conf/app.ini.sample - ${INSTALL_DATA} ${GO_WRKSRC}/conf/app.ini ${STAGEDIR}${ETCDIR}/conf/app.ini.defaults - ${MKDIR} ${STAGEDIR}${DATADIR} - (cd ${GO_WRKSRC} && ${COPYTREE_SHARE} "options public templates" ${STAGEDIR}${DATADIR}) + ${INSTALL_DATA} ${GO_WRKSRC}/custom/conf/app.ini.sample ${STAGEDIR}${ETCDIR}/conf/app.ini.defaults + cd ${GO_WRKSRC} && ${COPYTREE_SHARE} "options public templates" ${STAGEDIR}${DATADIR} - ${MKDIR} ${STAGEDIR}${DESTDIR}/var/db/${PORTNAME} - ${MKDIR} ${STAGEDIR}${DESTDIR}/var/log/${PORTNAME} - ${MKDIR} ${STAGEDIR}${DESTDIR}/var/run/${PORTNAME} + @${MKDIR} ${STAGEDIR}${DESTDIR}/var/db/${PORTNAME} + @${MKDIR} ${STAGEDIR}${DESTDIR}/var/log/${PORTNAME} + @${MKDIR} ${STAGEDIR}${DESTDIR}/var/run/${PORTNAME} .include Modified: head/www/gitea/distinfo ============================================================================== --- head/www/gitea/distinfo Mon Mar 26 21:48:27 2018 (r465640) +++ head/www/gitea/distinfo Mon Mar 26 22:01:21 2018 (r465641) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520150143 -SHA256 (go-gitea-gitea-v1.3.3_GH0.tar.gz) = 998da8ef24487b455641cb544717a6fac8f8e58fa2f392426b3211d02b1462e3 -SIZE (go-gitea-gitea-v1.3.3_GH0.tar.gz) = 14790710 +TIMESTAMP = 1522059802 +SHA256 (go-gitea-gitea-v1.4.0_GH0.tar.gz) = 8244a4b6385156275ffd70921d2562661c1ad96e580b4ca2ef52e7395b810f13 +SIZE (go-gitea-gitea-v1.4.0_GH0.tar.gz) = 14983167 Modified: head/www/gitea/pkg-descr ============================================================================== --- head/www/gitea/pkg-descr Mon Mar 26 21:48:27 2018 (r465640) +++ head/www/gitea/pkg-descr Mon Mar 26 22:01:21 2018 (r465641) @@ -1,3 +1,6 @@ A self-hosted Git service. -WWW: https://github.com/go-gitea/gitea/ +Gitea is a community managed fork of Gogs, lightweight code hosting solution +written in Go and published under the MIT license. + +WWW: https://gitea.io/en-US/ Modified: head/www/gitea/pkg-plist ============================================================================== --- head/www/gitea/pkg-plist Mon Mar 26 21:48:27 2018 (r465640) +++ head/www/gitea/pkg-plist Mon Mar 26 22:01:21 2018 (r465641) @@ -507,6 +507,7 @@ sbin/gitea %%DATADIR%%/options/locale/locale_fi-FI.ini %%DATADIR%%/options/locale/locale_fr-FR.ini %%DATADIR%%/options/locale/locale_hu-HU.ini +%%DATADIR%%/options/locale/locale_id-ID.ini %%DATADIR%%/options/locale/locale_it-IT.ini %%DATADIR%%/options/locale/locale_ja-JP.ini %%DATADIR%%/options/locale/locale_ko-KR.ini @@ -519,9 +520,11 @@ sbin/gitea %%DATADIR%%/options/locale/locale_pl-PL.ini %%DATADIR%%/options/locale/locale_pt-BR.ini %%DATADIR%%/options/locale/locale_ru-RU.ini +%%DATADIR%%/options/locale/locale_ru-UA.ini %%DATADIR%%/options/locale/locale_sr-SP.ini %%DATADIR%%/options/locale/locale_sv-SE.ini %%DATADIR%%/options/locale/locale_tr-TR.ini +%%DATADIR%%/options/locale/locale_uk-UA.ini %%DATADIR%%/options/locale/locale_zh-CN.ini %%DATADIR%%/options/locale/locale_zh-HK.ini %%DATADIR%%/options/locale/locale_zh-TW.ini @@ -539,6 +542,7 @@ sbin/gitea %%DATADIR%%/public/img/auth/twitter.png %%DATADIR%%/public/img/avatar_default.png %%DATADIR%%/public/img/checkmark.png +%%DATADIR%%/public/img/dingtalk.ico %%DATADIR%%/public/img/discord.png %%DATADIR%%/public/img/favicon.ico %%DATADIR%%/public/img/favicon.png @@ -1907,6 +1911,8 @@ sbin/gitea %%DATADIR%%/public/vendor/plugins/simplemde/LICENSE %%DATADIR%%/public/vendor/plugins/simplemde/simplemde.min.css %%DATADIR%%/public/vendor/plugins/simplemde/simplemde.min.js +%%DATADIR%%/public/vendor/plugins/tribute/tribute.css +%%DATADIR%%/public/vendor/plugins/tribute/tribute.min.js %%DATADIR%%/public/vendor/plugins/vue/LICENSE %%DATADIR%%/public/vendor/plugins/vue/vue.min.js %%DATADIR%%/templates/admin/auth/edit.tmpl @@ -1932,6 +1938,14 @@ sbin/gitea %%DATADIR%%/templates/base/footer.tmpl %%DATADIR%%/templates/base/head.tmpl %%DATADIR%%/templates/base/paginate.tmpl +%%DATADIR%%/templates/custom/body_inner_post.tmpl +%%DATADIR%%/templates/custom/body_inner_pre.tmpl +%%DATADIR%%/templates/custom/body_outer_post.tmpl +%%DATADIR%%/templates/custom/body_outer_pre.tmpl +%%DATADIR%%/templates/custom/extra_links.tmpl +%%DATADIR%%/templates/custom/extra_tabs.tmpl +%%DATADIR%%/templates/custom/footer.tmpl +%%DATADIR%%/templates/custom/header.tmpl %%DATADIR%%/templates/explore/navbar.tmpl %%DATADIR%%/templates/explore/organizations.tmpl %%DATADIR%%/templates/explore/repo_list.tmpl @@ -1994,8 +2008,10 @@ sbin/gitea %%DATADIR%%/templates/repo/issue/search.tmpl %%DATADIR%%/templates/repo/issue/view.tmpl %%DATADIR%%/templates/repo/issue/view_content.tmpl +%%DATADIR%%/templates/repo/issue/view_content/add_reaction.tmpl %%DATADIR%%/templates/repo/issue/view_content/comments.tmpl %%DATADIR%%/templates/repo/issue/view_content/pull.tmpl +%%DATADIR%%/templates/repo/issue/view_content/reactions.tmpl %%DATADIR%%/templates/repo/issue/view_content/sidebar.tmpl %%DATADIR%%/templates/repo/issue/view_title.tmpl %%DATADIR%%/templates/repo/migrate.tmpl @@ -2013,6 +2029,7 @@ sbin/gitea %%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_dingtalk.tmpl %%DATADIR%%/templates/repo/settings/hook_discord.tmpl %%DATADIR%%/templates/repo/settings/hook_gitea.tmpl %%DATADIR%%/templates/repo/settings/hook_gogs.tmpl