Skip to content

Commit

Permalink
www/mattermost-server: Update version 6.4.2=>7.8.0
Browse files Browse the repository at this point in the history
Changelog:
https://github.com/mattermost/mattermost-server/releases/tag/v7.8.0

PR:		264232
Reported by:	yaruta.arkadiy@gmail.com
Approved by:	swills (maintainer-timeout)
Sponsored by:	Bounce Experts
  • Loading branch information
bc032569e22e7 authored and 5u623l20 committed Feb 23, 2023
1 parent 45d4300 commit 71f3946
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 18 deletions.
14 changes: 7 additions & 7 deletions www/mattermost-server/Makefile
@@ -1,8 +1,9 @@
PORTNAME= mattermost-server
PORTVERSION= 6.4.2
PORTVERSION= 7.8.0
DISTVERSIONPREFIX= v
PORTREVISION= 10
CATEGORIES= www
MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${DISTVERSIONFULL}/:gomod
DISTFILES= go.mod:gomod

MAINTAINER= swills@FreeBSD.org
COMMENT= Open source Slack-alternative in Golang and React
Expand All @@ -17,15 +18,14 @@ RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss \
mattermost-webapp>=${PORTVERSION}:www/mattermost-webapp

USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= mattermost
USE_RC_SUBR= mattermostd

GO_MODULE= github.com/mattermost/mattermost-server
GO_TARGET= ./cmd/mattermost ./scripts/config_generator
GO_BUILDFLAGS= -ldflags="-X github.com/mattermost/mattermost-server/v6/model.BuildNumber=${PORTVERSION}"

USE_RC_SUBR= mattermostd

USE_GITHUB= yes
GH_ACCOUNT= mattermost

WWWDIR= ${PREFIX}/www/mattermost

MATTERMOSTD_USER= mattermost
Expand Down
8 changes: 5 additions & 3 deletions www/mattermost-server/distinfo
@@ -1,3 +1,5 @@
TIMESTAMP = 1647124911
SHA256 (mattermost-mattermost-server-v6.4.2_GH0.tar.gz) = 482d44a1656350fee8fa9f57c6392d92559260f13402e3d3f489f8e8670f76fc
SIZE (mattermost-mattermost-server-v6.4.2_GH0.tar.gz) = 20862493
TIMESTAMP = 1676710927
SHA256 (go/www_mattermost-server/mattermost-mattermost-server-v7.8.0_GH0/go.mod) = 4679794023d08c1c93edb690caf4247b577a222f45d1e6b502297f1fc060e62d
SIZE (go/www_mattermost-server/mattermost-mattermost-server-v7.8.0_GH0/go.mod) = 9628
SHA256 (go/www_mattermost-server/mattermost-mattermost-server-v7.8.0_GH0/mattermost-mattermost-server-v7.8.0_GH0.tar.gz) = de6e8713129868c50a071106b7eaa9b65e9dba7599ec128660f39aee1af00ece
SIZE (go/www_mattermost-server/mattermost-mattermost-server-v7.8.0_GH0/mattermost-mattermost-server-v7.8.0_GH0.tar.gz) = 13549233
16 changes: 8 additions & 8 deletions www/mattermost-server/pkg-plist
Expand Up @@ -7,6 +7,7 @@ etc/mattermost/config.json.sample
%%WWWDIR%%/i18n/en.json
%%WWWDIR%%/i18n/en_AU.json
%%WWWDIR%%/i18n/es.json
%%WWWDIR%%/i18n/fa.json
%%WWWDIR%%/i18n/fr.json
%%WWWDIR%%/i18n/hu.json
%%WWWDIR%%/i18n/it.json
Expand All @@ -22,8 +23,12 @@ etc/mattermost/config.json.sample
%%WWWDIR%%/i18n/uk.json
%%WWWDIR%%/i18n/zh-CN.json
%%WWWDIR%%/i18n/zh-TW.json
%%WWWDIR%%/templates/cloud_trial_end_warning.html
%%WWWDIR%%/templates/cloud_upgrade_request_email.html
%%WWWDIR%%/templates/cloud_14_day_arrears.html
%%WWWDIR%%/templates/cloud_30_day_arrears.html
%%WWWDIR%%/templates/cloud_45_day_arrears.html
%%WWWDIR%%/templates/cloud_7_day_arrears.html
%%WWWDIR%%/templates/cloud_90_day_arrears.html
%%WWWDIR%%/templates/cloud_upgrade_confirmation.html
%%WWWDIR%%/templates/cloud_welcome_email.html
%%WWWDIR%%/templates/deactivate_body.html
%%WWWDIR%%/templates/email_change_body.html
Expand All @@ -33,19 +38,14 @@ etc/mattermost/config.json.sample
%%WWWDIR%%/templates/globalrelay_compliance_export.html
%%WWWDIR%%/templates/globalrelay_compliance_export_message.html
%%WWWDIR%%/templates/globalrelay_compliance_export_participant_row.html
%%WWWDIR%%/templates/inactivity_body.html
%%WWWDIR%%/templates/invite_body.html
%%WWWDIR%%/templates/license_up_for_renewal.html
%%WWWDIR%%/templates/messages_notification.html
%%WWWDIR%%/templates/mfa_change_body.html
%%WWWDIR%%/templates/over_user_limit_30_days_body.html
%%WWWDIR%%/templates/over_user_limit_7_days_body.html
%%WWWDIR%%/templates/over_user_limit_90_days_body.html
%%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/reached_user_limit_body.html
%%WWWDIR%%/templates/remove_expired_license.html
%%WWWDIR%%/templates/reset_body.html
%%WWWDIR%%/templates/signin_change_body.html
Expand Down

0 comments on commit 71f3946

Please sign in to comment.