Index: Makefile =================================================================== --- Makefile (revision 480285) +++ Makefile (working copy) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mattermost-server -PORTVERSION= 4.8.0 +PORTVERSION= 5.4.0 DISTVERSIONPREFIX= v CATEGORIES= www @@ -35,8 +35,8 @@ pre-build: @${MKDIR} ${WRKSRC}/src/github.com/${GH_ACCOUNT_DEFAULT}/${PORTNAME} @cd ${WRKSRC} && \ - ${MV} api api4 app cmd doc einterfaces imports jobs manualtesting \ - model plugin store utils web wsapi vendor \ + ${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: @@ -44,7 +44,7 @@ ${SETENV} ${MAKE_ENV} GOPATH=${WRKSRC} go install -ldflags="${GO_LDFLAGS}" ./... do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/platform ${STAGEDIR}${PREFIX}/bin/mattermostd + ${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} Index: distinfo =================================================================== --- distinfo (revision 480285) +++ distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521386230 -SHA256 (mattermost-mattermost-server-v4.8.0_GH0.tar.gz) = 07e0d3864b5c95212085671c09070bb96891bbc34b60bdcbdd759366abd69f15 -SIZE (mattermost-mattermost-server-v4.8.0_GH0.tar.gz) = 55752176 +TIMESTAMP = 1540493188 +SHA256 (mattermost-mattermost-server-v5.4.0_GH0.tar.gz) = 5c498441f4d12ba5b737741769cafc85fd5729ae6cf73771bbddcd6a91073d89 +SIZE (mattermost-mattermost-server-v5.4.0_GH0.tar.gz) = 10086472 Index: pkg-plist =================================================================== --- pkg-plist (revision 480285) +++ pkg-plist (working copy) @@ -1,6 +1,7 @@ bin/mattermostd etc/mattermost/config.json.sample -%%WWWDIR%%/fonts/luximbi.ttf +%%WWWDIR%%/fonts/OFL.txt +%%WWWDIR%%/fonts/nunito-bold.ttf %%WWWDIR%%/i18n/de.json %%WWWDIR%%/i18n/en.json %%WWWDIR%%/i18n/es.json @@ -11,10 +12,13 @@ %%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/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