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

Collapse All | Expand All

(-)Makefile (-4 / +4 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.4.0
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
		mlog migrations model plugin services store utils web wsapi vendor \
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:
Lines 44-50 Link Here
44
		${SETENV} ${MAKE_ENV} GOPATH=${WRKSRC} go install -ldflags="${GO_LDFLAGS}" ./...
44
		${SETENV} ${MAKE_ENV} GOPATH=${WRKSRC} go install -ldflags="${GO_LDFLAGS}" ./...
45
45
46
do-install:
46
do-install:
47
	${INSTALL_PROGRAM} ${WRKSRC}/bin/platform ${STAGEDIR}${PREFIX}/bin/mattermostd
47
	${INSTALL_PROGRAM} ${WRKSRC}/bin/mattermost ${STAGEDIR}${PREFIX}/bin/mattermostd
48
	${MKDIR} ${STAGEDIR}${PREFIX}/etc/mattermost
48
	${MKDIR} ${STAGEDIR}${PREFIX}/etc/mattermost
49
	${INSTALL_DATA} ${WRKSRC}/config/default.json ${STAGEDIR}${PREFIX}/etc/mattermost/config.json.sample
49
	${INSTALL_DATA} ${WRKSRC}/config/default.json ${STAGEDIR}${PREFIX}/etc/mattermost/config.json.sample
50
	${MKDIR} ${STAGEDIR}${WWWDIR}
50
	${MKDIR} ${STAGEDIR}${WWWDIR}
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1521386230
1
TIMESTAMP = 1540493188
2
SHA256 (mattermost-mattermost-server-v4.8.0_GH0.tar.gz) = 07e0d3864b5c95212085671c09070bb96891bbc34b60bdcbdd759366abd69f15
2
SHA256 (mattermost-mattermost-server-v5.4.0_GH0.tar.gz) = 5c498441f4d12ba5b737741769cafc85fd5729ae6cf73771bbddcd6a91073d89
3
SIZE (mattermost-mattermost-server-v4.8.0_GH0.tar.gz) = 55752176
3
SIZE (mattermost-mattermost-server-v5.4.0_GH0.tar.gz) = 10086472
(-)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