pvk
f18dbb07be
Update mattermost-server 5.27.0 -> 5.28.1
...
Changelog: https://docs.mattermost.com/administration/changelog.html
2020-10-20 22:49:03 +00:00
pvk
dd038ece70
Update mattermost-server 5.26.2 -> 5.27.0
...
Changelog: https://docs.mattermost.com/administration/changelog.html
2020-09-22 00:18:17 +00:00
pvk
7a324f4477
Update mattermost-server 5.26.0 -> 5.26.2
...
Changelog: https://docs.mattermost.com/administration/changelog.html
2020-09-10 13:57:31 +00:00
pvk
a0a01541a6
Update mattermost-server 5.25.2 -> 5.26.0
...
Changelog: https://docs.mattermost.com/administration/changelog.html
2020-08-16 14:37:23 +00:00
pvk
22d356b7b7
Update mattermost-server 5.25.1 -> 5.25.2
...
Changelog: https://docs.mattermost.com/administration/changelog.html
2020-08-03 21:30:55 +00:00
pvk
32373d502d
Update mattermost-server 5.25.0 -> 5.25.1
...
Changelog: https://docs.mattermost.com/administration/changelog.html
2020-07-25 11:10:05 +00:00
pvk
9e4a138a45
Update mattermost-server 5.24.2 -> 5.25.0
...
Changelog: https://docs.mattermost.com/administration/changelog.html
2020-07-18 11:39:24 +00:00
pvk
34c84a4528
Update mattermost-server 5.23.1 -> 5.24.2
...
Changelog: https://docs.mattermost.com/administration/changelog.html
2020-07-01 12:14:09 +00:00
pvk
93fa974d4e
Update mattermost-server 5.22.3 -> 5.23.1
...
Changelog: https://docs.mattermost.com/administration/changelog.html
2020-06-16 10:06:01 +00:00
pvk
dd8f0c5fee
Update mattermost-server 5.22.1 -> 5.22.3
...
Changelog: https://docs.mattermost.com/administration/changelog.html
2020-05-14 15:16:39 +00:00
pvk
c0202eba8c
Update mattermost-server 5.22.0 -> 5.22.1
...
Changelog: https://docs.mattermost.com/administration/changelog.html
2020-04-30 18:07:52 +00:00
pvk
9871034b93
Update mattermost-server 5.21.0 -> 5.22.0
...
Changelog: https://docs.mattermost.com/administration/changelog.html
2020-04-18 20:49:05 +00:00
pvk
4aee86dfe9
Update mattermost-server 5.20.1 -> 5.21.0
...
Changelog: https://docs.mattermost.com/administration/changelog.html
2020-03-18 10:13:45 +00:00
pvk
08b6170502
Update missed distinfo
...
spotted by naddy@
2020-02-21 21:26:09 +00:00
pvk
7ca55cea64
Update mattermost-server 5.19.0 -> 5.20.1
...
Changelog: https://docs.mattermost.com/administration/changelog.html
2020-02-21 18:50:39 +00:00
pvk
aaa6ed63a0
Update mattermost-server 5.18.1 -> 5.19.0
...
Changelog: https://docs.mattermost.com/administration/changelog.html
2020-01-18 15:52:36 +00:00
pvk
3f5d2bfb8b
Update mattermost-server 5.18.0 -> 5.18.1
...
Changelog: https://docs.mattermost.com/administration/changelog.html
2020-01-10 10:04:31 +00:00
pvk
e76b984698
Update mattermost-server 5.17.1 -> 5.18.0
...
Changelog: https://docs.mattermost.com/administration/changelog.html
2019-12-17 16:52:36 +00:00
pvk
1b9f63d84a
Update mattermost-server 5.16.3 -> 5.17.1
...
Changelog: https://docs.mattermost.com/administration/changelog.html
take maintainership, ok robert@
2019-11-26 11:22:04 +00:00
pvk
3e18a613be
Update mattermost-server 5.16.2 -> 5.16.3
...
Changes: fixed an issue where keyboard navigation within the right-hand side
did not navigate in expected order
https://mattermost.atlassian.net/browse/MM-19901
2019-11-07 13:09:58 +00:00
abieber
427cc18390
Fix missing bump to 5.16.2.
...
OK tb@
2019-10-31 19:15:08 +00:00
pvk
aae0a6ab73
Update mattermost-server 5.16.1 -> 5.16.2
...
Changelog: https://docs.mattermost.com/administration/changelog.html
2019-10-31 08:30:04 +00:00
pvk
37d109ec47
Security update mattermost-server 5.16.0 -> 5.16.1
...
Changelog: https://docs.mattermost.com/administration/changelog.html
2019-10-29 08:46:42 +00:00
pvk
1f791fce7f
Update mattermost-server 5.13.2 -> 5.16.0
...
Changelog: https://docs.mattermost.com/administration/changelog.html
Port changes:
Rename default.json to config.json; it's now generated during build time using
defaults in code. We take config.json from pre-built linux distfile.
ok robert@
2019-10-24 19:50:29 +00:00
jsing
2b82a3c4b4
Set GO111MODULE=off via go.port.mk to prevent external access being
...
attempted during builds.
Fixes several other packages that break during build.
ok sthen@
2019-09-15 02:04:00 +00:00
jsing
60233dd8a4
Make net/mattermost-server build with Go 1.13.
2019-09-12 19:07:56 +00:00
pvk
79bd4f3ccb
Update mattermost-server 5.9.0 -> 5.13.2
...
Changelog: https://docs.mattermost.com/administration/changelog.html
ok robert@
2019-08-06 09:38:15 +00:00
sthen
48b0b9660c
replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
2019-07-12 20:48:23 +00:00
sthen
4c9d7e6039
No need for a special MODGO_ENV for go.port.mk, just use normal MAKE_ENV
...
like the rest of the ports tree. This also allows removing a bunch of
manual setting of PATH="${PORTPATH}" HOME="${PORTHOME}" done in various
ports etc. This also makes sure CFLAGS is passed through (not everything
honours it but it does improve at least some ports).
Remove NO_CCACHE from www/honk that was added because the above problem
resulted in ccache variables not being passed through correctly breaking
the cc calls in this.
ok kmos@
2019-05-04 21:46:16 +00:00
pvk
5bb159419d
Update mattermost-server 5.8.0 -> 5.9.0
...
ok robert@
2019-03-21 11:36:24 +00:00
pvk
37af377e74
Update mattermost-server 5.7.1 -> 5.8.0
...
ok robert@
2019-02-25 20:37:11 +00:00
pvk
d168442727
Update mattermost-server 5.7.0 -> 5.7.1
...
ok kn@
2019-02-14 06:26:03 +00:00
pvk
a90b1ccffc
Update mattermost-server 5.6.1 -> 5.7.0
...
ok abieber@ kn@
2019-01-28 11:45:48 +00:00
robert
f417aec7e7
update to 5.6.1
2018-12-22 12:07:23 +00:00
robert
2647bf95ba
update to 5.3.1
2018-09-20 10:11:21 +00:00
robert
2933d9402c
update to 5.2.1
2018-08-25 13:52:25 +00:00
robert
b5e32155f6
update to 4.9.2
2018-05-13 06:54:33 +00:00
robert
ae3e8836b1
update to mattermost-4.9.0
2018-04-23 16:51:16 +00:00
sthen
f52be2a50e
bump all go ports that don't already have a RUN_DEPENDS on lang/go (which
...
has pkgspec set on the go version number already), so that pkg_add -u updates
them to versions which work with MAP_STACK. spotted by pvk@
2018-04-14 22:53:54 +00:00
robert
c295ee1ae5
initial import of mattermost-server-4.8.0;
...
Mattermost is an open source, private cloud, Slack-alternative
from https://mattermost.org .
It's written in Golang and React and runs as a single binary
with MySQL or PostgreSQL.
ok ajacoutot@
2018-03-17 13:00:59 +00:00