View | Details | Raw Unified | Return to bug 226716 | Differences between
and this patch

Collapse All | Expand All

(-)www/mattermost-server/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD: head/www/mattermost-server/Makefile 463776 2018-03-07 08:06:24Z yuri $
1
# $FreeBSD: head/www/mattermost-server/Makefile 463776 2018-03-07 08:06:24Z yuri $
2
2
3
PORTNAME=	mattermost-server
3
PORTNAME=	mattermost-server
4
PORTVERSION=	4.7.1
4
PORTVERSION=	4.8.0
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
6
CATEGORIES=	www
6
CATEGORIES=	www
7
7
(-)www/mattermost-server/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1519113341
1
TIMESTAMP = 1521386230
2
SHA256 (mattermost-mattermost-server-v4.7.1_GH0.tar.gz) = b938f2520147dcefca6effecfb99b4bcd7e0f5133cec913d0e937adc0fdf4c78
2
SHA256 (mattermost-mattermost-server-v4.8.0_GH0.tar.gz) = 07e0d3864b5c95212085671c09070bb96891bbc34b60bdcbdd759366abd69f15
3
SIZE (mattermost-mattermost-server-v4.7.1_GH0.tar.gz) = 56690341
3
SIZE (mattermost-mattermost-server-v4.8.0_GH0.tar.gz) = 55752176
(-)www/mattermost-server/pkg-plist (-12 / +15 lines)
Lines 16-37 Link Here
16
%%WWWDIR%%/i18n/zh-CN.json
16
%%WWWDIR%%/i18n/zh-CN.json
17
%%WWWDIR%%/i18n/zh-TW.json
17
%%WWWDIR%%/i18n/zh-TW.json
18
%%WWWDIR%%/templates/email_change_body.html
18
%%WWWDIR%%/templates/email_change_body.html
19
%%WWWDIR%%/templates/username_change_body.html
19
%%WWWDIR%%/templates/email_change_verify_body.html
20
%%WWWDIR%%/templates/invite_body.html
20
%%WWWDIR%%/templates/email_footer.html
21
%%WWWDIR%%/templates/email_info.html
21
%%WWWDIR%%/templates/email_info.html
22
%%WWWDIR%%/templates/globalrelay_compliance_export.html
23
%%WWWDIR%%/templates/globalrelay_compliance_export_message.html
24
%%WWWDIR%%/templates/globalrelay_compliance_export_participant_row.html
25
%%WWWDIR%%/templates/invite_body.html
26
%%WWWDIR%%/templates/mfa_change_body.html
27
%%WWWDIR%%/templates/password_change_body.html
28
%%WWWDIR%%/templates/post_batched_body.html
29
%%WWWDIR%%/templates/post_batched_post_full.html
30
%%WWWDIR%%/templates/post_batched_post_generic.html
22
%%WWWDIR%%/templates/post_body_full.html
31
%%WWWDIR%%/templates/post_body_full.html
23
%%WWWDIR%%/templates/email_change_verify_body.html
32
%%WWWDIR%%/templates/post_body_generic.html
24
%%WWWDIR%%/templates/reset_body.html
33
%%WWWDIR%%/templates/reset_body.html
25
%%WWWDIR%%/templates/signin_change_body.html
34
%%WWWDIR%%/templates/signin_change_body.html
26
%%WWWDIR%%/templates/verify_body.html
27
%%WWWDIR%%/templates/signup_team_body.html
35
%%WWWDIR%%/templates/signup_team_body.html
28
%%WWWDIR%%/templates/unsupported_browser.html
36
%%WWWDIR%%/templates/unsupported_browser.html
29
%%WWWDIR%%/templates/post_batched_body.html
30
%%WWWDIR%%/templates/post_body_generic.html
31
%%WWWDIR%%/templates/mfa_change_body.html
32
%%WWWDIR%%/templates/password_change_body.html
33
%%WWWDIR%%/templates/email_footer.html
34
%%WWWDIR%%/templates/post_batched_post_generic.html
35
%%WWWDIR%%/templates/welcome_body.html
36
%%WWWDIR%%/templates/upgrade_30_body.html
37
%%WWWDIR%%/templates/upgrade_30_body.html
37
%%WWWDIR%%/templates/post_batched_post_full.html
38
%%WWWDIR%%/templates/username_change_body.html
39
%%WWWDIR%%/templates/verify_body.html
40
%%WWWDIR%%/templates/welcome_body.html

Return to bug 226716