Index: head/www/mattermost-server/Makefile =================================================================== --- head/www/mattermost-server/Makefile (revision 489299) +++ head/www/mattermost-server/Makefile (revision 489300) @@ -1,53 +1,53 @@ # $FreeBSD$ PORTNAME= mattermost-server -PORTVERSION= 5.4.0 +PORTVERSION= 5.6.2 DISTVERSIONPREFIX= v CATEGORIES= www MAINTAINER= loic.blot@unix-experience.fr COMMENT= Open source Slack-alternative in Golang and React LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 BUILD_DEPENDS= go>=1.8.1:lang/go RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss \ mattermost-webapp>=${PORTVERSION}:www/mattermost-webapp GO_LDFLAGS= -X github.com/mattermost/mattermost-server/model.BuildNumber=${PORTVERSION} USE_RC_SUBR= mattermostd USE_GITHUB= yes GH_ACCOUNT= mattermost:DEFAULT WWWDIR= ${PREFIX}/www/mattermost MATTERMOSTD_USER= mattermost MATTERMOSTD_GROUP= mattermost USERS= ${MATTERMOSTD_USER} GROUPS= ${MATTERMOSTD_GROUP} pre-build: @${MKDIR} ${WRKSRC}/src/github.com/${GH_ACCOUNT_DEFAULT}/${PORTNAME} @cd ${WRKSRC} && \ ${MV} api4 app cmd doc einterfaces imports jobs manualtesting \ mlog migrations model plugin services store utils web wsapi vendor \ ${WRKSRC}/src/github.com/${GH_ACCOUNT_DEFAULT}/${PORTNAME} do-build: @cd ${WRKSRC}/src/github.com/${GH_ACCOUNT_DEFAULT}/${GH_PROJECT} && \ ${SETENV} ${MAKE_ENV} GOPATH=${WRKSRC} go install -ldflags="${GO_LDFLAGS}" ./... do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/mattermost ${STAGEDIR}${PREFIX}/bin/mattermostd ${MKDIR} ${STAGEDIR}${PREFIX}/etc/mattermost ${INSTALL_DATA} ${WRKSRC}/config/default.json ${STAGEDIR}${PREFIX}/etc/mattermost/config.json.sample ${MKDIR} ${STAGEDIR}${WWWDIR} cd ${WRKSRC} && ${COPYTREE_SHARE} 'fonts i18n templates' ${STAGEDIR}${WWWDIR} .include Index: head/www/mattermost-server/distinfo =================================================================== --- head/www/mattermost-server/distinfo (revision 489299) +++ head/www/mattermost-server/distinfo (revision 489300) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540493188 -SHA256 (mattermost-mattermost-server-v5.4.0_GH0.tar.gz) = 5c498441f4d12ba5b737741769cafc85fd5729ae6cf73771bbddcd6a91073d89 -SIZE (mattermost-mattermost-server-v5.4.0_GH0.tar.gz) = 10086472 +TIMESTAMP = 1545771660 +SHA256 (mattermost-mattermost-server-v5.6.2_GH0.tar.gz) = bb8f47045f23e4c8750da806183531b612706da84bdc7b818a735276369c2dcd +SIZE (mattermost-mattermost-server-v5.6.2_GH0.tar.gz) = 10285985 Index: head/www/mattermost-server/pkg-plist =================================================================== --- head/www/mattermost-server/pkg-plist (revision 489299) +++ head/www/mattermost-server/pkg-plist (revision 489300) @@ -1,44 +1,42 @@ bin/mattermostd etc/mattermost/config.json.sample %%WWWDIR%%/fonts/OFL.txt %%WWWDIR%%/fonts/nunito-bold.ttf %%WWWDIR%%/i18n/de.json %%WWWDIR%%/i18n/en.json %%WWWDIR%%/i18n/es.json %%WWWDIR%%/i18n/fr.json %%WWWDIR%%/i18n/it.json %%WWWDIR%%/i18n/ja.json %%WWWDIR%%/i18n/ko.json %%WWWDIR%%/i18n/nl.json %%WWWDIR%%/i18n/pl.json %%WWWDIR%%/i18n/pt-BR.json %%WWWDIR%%/i18n/ro.json %%WWWDIR%%/i18n/ru.json %%WWWDIR%%/i18n/tr.json +%%WWWDIR%%/i18n/uk.json %%WWWDIR%%/i18n/zh-CN.json %%WWWDIR%%/i18n/zh-TW.json %%WWWDIR%%/templates/complete_saml_extension_body.html %%WWWDIR%%/templates/deactivate_body.html %%WWWDIR%%/templates/email_change_body.html %%WWWDIR%%/templates/email_change_verify_body.html %%WWWDIR%%/templates/email_footer.html %%WWWDIR%%/templates/email_info.html %%WWWDIR%%/templates/globalrelay_compliance_export.html %%WWWDIR%%/templates/globalrelay_compliance_export_message.html %%WWWDIR%%/templates/globalrelay_compliance_export_participant_row.html %%WWWDIR%%/templates/invite_body.html %%WWWDIR%%/templates/mfa_change_body.html %%WWWDIR%%/templates/password_change_body.html %%WWWDIR%%/templates/post_batched_body.html %%WWWDIR%%/templates/post_batched_post_full.html %%WWWDIR%%/templates/post_batched_post_generic.html %%WWWDIR%%/templates/post_body_full.html %%WWWDIR%%/templates/post_body_generic.html %%WWWDIR%%/templates/reset_body.html %%WWWDIR%%/templates/signin_change_body.html -%%WWWDIR%%/templates/signup_team_body.html %%WWWDIR%%/templates/unsupported_browser.html -%%WWWDIR%%/templates/upgrade_30_body.html -%%WWWDIR%%/templates/username_change_body.html %%WWWDIR%%/templates/verify_body.html %%WWWDIR%%/templates/welcome_body.html