Date: Mon, 26 Mar 2018 22:01:21 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465641 - head/www/gitea Message-ID: <201803262201.w2QM1L0b064591@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803262201.w2QM1L0b064591>