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

Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	mattermost-server
3
PORTNAME=	mattermost-server
4
PORTVERSION=	4.8.0
4
PORTVERSION=	5.3.1
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
6
CATEGORIES=	www
6
CATEGORIES=	www
7
7
Lines 35-42 Link Here
35
pre-build:
35
pre-build:
36
	@${MKDIR} ${WRKSRC}/src/github.com/${GH_ACCOUNT_DEFAULT}/${PORTNAME}
36
	@${MKDIR} ${WRKSRC}/src/github.com/${GH_ACCOUNT_DEFAULT}/${PORTNAME}
37
	@cd ${WRKSRC} && \
37
	@cd ${WRKSRC} && \
38
		${MV} api api4 app cmd doc einterfaces imports jobs manualtesting \
38
		${MV} api4 app cmd doc einterfaces imports jobs manualtesting \
39
		model plugin store utils web wsapi vendor \
39
		model plugin store utils web wsapi vendor mlog migrations \
40
		${WRKSRC}/src/github.com/${GH_ACCOUNT_DEFAULT}/${PORTNAME}
40
		${WRKSRC}/src/github.com/${GH_ACCOUNT_DEFAULT}/${PORTNAME}
41
41
42
do-build:
42
do-build:
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1521386230
1
TIMESTAMP = 1537548532
2
SHA256 (mattermost-mattermost-server-v4.8.0_GH0.tar.gz) = 07e0d3864b5c95212085671c09070bb96891bbc34b60bdcbdd759366abd69f15
2
SHA256 (mattermost-mattermost-server-v5.3.1_GH0.tar.gz) = a50a729e71fc526f15191bef6ef9bda5e43edab85f37ea12a24a8d84b13e7ee4
3
SIZE (mattermost-mattermost-server-v4.8.0_GH0.tar.gz) = 55752176
3
SIZE (mattermost-mattermost-server-v5.3.1_GH0.tar.gz) = 10051783
(-)pkg-plist (-1 / +5 lines)
Lines 1-6 Link Here
1
bin/mattermostd
1
bin/mattermostd
2
etc/mattermost/config.json.sample
2
etc/mattermost/config.json.sample
3
%%WWWDIR%%/fonts/luximbi.ttf
3
%%WWWDIR%%/fonts/OFL.txt
4
%%WWWDIR%%/fonts/nunito-bold.ttf
4
%%WWWDIR%%/i18n/de.json
5
%%WWWDIR%%/i18n/de.json
5
%%WWWDIR%%/i18n/en.json
6
%%WWWDIR%%/i18n/en.json
6
%%WWWDIR%%/i18n/es.json
7
%%WWWDIR%%/i18n/es.json
Lines 11-20 Link Here
11
%%WWWDIR%%/i18n/nl.json
12
%%WWWDIR%%/i18n/nl.json
12
%%WWWDIR%%/i18n/pl.json
13
%%WWWDIR%%/i18n/pl.json
13
%%WWWDIR%%/i18n/pt-BR.json
14
%%WWWDIR%%/i18n/pt-BR.json
15
%%WWWDIR%%/i18n/ro.json
14
%%WWWDIR%%/i18n/ru.json
16
%%WWWDIR%%/i18n/ru.json
15
%%WWWDIR%%/i18n/tr.json
17
%%WWWDIR%%/i18n/tr.json
16
%%WWWDIR%%/i18n/zh-CN.json
18
%%WWWDIR%%/i18n/zh-CN.json
17
%%WWWDIR%%/i18n/zh-TW.json
19
%%WWWDIR%%/i18n/zh-TW.json
20
%%WWWDIR%%/templates/complete_saml_extension_body.html
21
%%WWWDIR%%/templates/deactivate_body.html
18
%%WWWDIR%%/templates/email_change_body.html
22
%%WWWDIR%%/templates/email_change_body.html
19
%%WWWDIR%%/templates/email_change_verify_body.html
23
%%WWWDIR%%/templates/email_change_verify_body.html
20
%%WWWDIR%%/templates/email_footer.html
24
%%WWWDIR%%/templates/email_footer.html

Return to bug 231559