diff options
author | Steve Wills <swills@FreeBSD.org> | 2021-03-13 01:04:46 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2021-03-13 01:04:46 +0000 |
commit | cce0894b5aabffbff5e1028f6c53fdd5629901cc (patch) | |
tree | 0795239765945ae70d82337a63dfe9ba8f5efc63 /www/mattermost-server | |
parent | 806c4b3a059cadf1dcbf720cba674d80017fb858 (diff) |
Notes
Diffstat (limited to 'www/mattermost-server')
-rw-r--r-- | www/mattermost-server/Makefile | 4 | ||||
-rw-r--r-- | www/mattermost-server/distinfo | 6 | ||||
-rw-r--r-- | www/mattermost-server/files/mattermostd.in | 2 | ||||
-rw-r--r-- | www/mattermost-server/pkg-plist | 4 |
4 files changed, 10 insertions, 6 deletions
diff --git a/www/mattermost-server/Makefile b/www/mattermost-server/Makefile index f08a445d6610..8b9af3ae12a2 100644 --- a/www/mattermost-server/Makefile +++ b/www/mattermost-server/Makefile @@ -1,11 +1,11 @@ # $FreeBSD$ PORTNAME= mattermost-server -PORTVERSION= 5.30.1 +PORTVERSION= 5.32.1 DISTVERSIONPREFIX= v CATEGORIES= www -MAINTAINER= loic.blot@unix-experience.fr +MAINTAINER= swills@FreeBSD.org COMMENT= Open source Slack-alternative in Golang and React LICENSE= MIT diff --git a/www/mattermost-server/distinfo b/www/mattermost-server/distinfo index 452d04a317c6..6b760a0f6980 100644 --- a/www/mattermost-server/distinfo +++ b/www/mattermost-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1608310044 -SHA256 (mattermost-mattermost-server-v5.30.1_GH0.tar.gz) = e7dce59a29cd4af4e0c8742e97f6fe4ecbf480e0d9ec499721d29451d57beb4e -SIZE (mattermost-mattermost-server-v5.30.1_GH0.tar.gz) = 21142569 +TIMESTAMP = 1614286838 +SHA256 (mattermost-mattermost-server-v5.32.1_GH0.tar.gz) = 57cd1284871242d4a618accc8524e60695d0d1db7258735492d9622fa06081c3 +SIZE (mattermost-mattermost-server-v5.32.1_GH0.tar.gz) = 21724388 diff --git a/www/mattermost-server/files/mattermostd.in b/www/mattermost-server/files/mattermostd.in index 02bb9a5d9ead..e928f53205e6 100644 --- a/www/mattermost-server/files/mattermostd.in +++ b/www/mattermost-server/files/mattermostd.in @@ -43,7 +43,7 @@ load_rc_config $name pidfile=/var/run/${name}.pid procname=%%PREFIX%%/bin/${name} command=/usr/sbin/daemon -command_args="-p ${pidfile} -S -s ${mattermostd_priority} -l ${mattermostd_facility} -T ${mattermostd_tag} ${procname} ${mattermostd_extraflags} --config=${mattermostd_conf}" +command_args="-p ${pidfile} -S -s ${mattermostd_priority} -l ${mattermostd_facility} -T ${mattermostd_tag} ${procname} server ${mattermostd_extraflags} --config=${mattermostd_conf}" start_precmd=mattermostd_startprecmd mattermostd_chdir=%%PREFIX%%/www/mattermost required_files=${mattermostd_confg} diff --git a/www/mattermost-server/pkg-plist b/www/mattermost-server/pkg-plist index c5aafc92486e..519b21aa2891 100644 --- a/www/mattermost-server/pkg-plist +++ b/www/mattermost-server/pkg-plist @@ -2,6 +2,7 @@ bin/mattermostd etc/mattermost/config.json.sample %%WWWDIR%%/fonts/OFL.txt %%WWWDIR%%/fonts/nunito-bold.ttf +%%WWWDIR%%/i18n/bg.json %%WWWDIR%%/i18n/de.json %%WWWDIR%%/i18n/en.json %%WWWDIR%%/i18n/es.json @@ -14,6 +15,7 @@ etc/mattermost/config.json.sample %%WWWDIR%%/i18n/pt-BR.json %%WWWDIR%%/i18n/ro.json %%WWWDIR%%/i18n/ru.json +%%WWWDIR%%/i18n/sv.json %%WWWDIR%%/i18n/tr.json %%WWWDIR%%/i18n/uk.json %%WWWDIR%%/i18n/zh-CN.json @@ -34,6 +36,8 @@ etc/mattermost/config.json.sample %%WWWDIR%%/templates/over_user_limit_support_body.html %%WWWDIR%%/templates/over_user_limit_workspace_suspended_body.html %%WWWDIR%%/templates/password_change_body.html +%%WWWDIR%%/templates/payment_failed_body.html +%%WWWDIR%%/templates/payment_failed_no_card_body.html %%WWWDIR%%/templates/post_batched_body.html %%WWWDIR%%/templates/post_batched_post_full.html %%WWWDIR%%/templates/post_batched_post_generic.html |