Index: head/www/mattermost-server/Makefile =================================================================== --- head/www/mattermost-server/Makefile (revision 506934) +++ head/www/mattermost-server/Makefile (revision 506935) @@ -1,54 +1,54 @@ # $FreeBSD$ PORTNAME= mattermost-server -PORTVERSION= 5.12.3 +PORTVERSION= 5.12.4 DISTVERSIONPREFIX= v CATEGORIES= www MAINTAINER= loic.blot@unix-experience.fr COMMENT= Open source Slack-alternative in Golang and React LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss \ mattermost-webapp>=${PORTVERSION}:www/mattermost-webapp USES= go GO_LDFLAGS= -X github.com/mattermost/mattermost-server/model.BuildNumber=${PORTVERSION} USE_RC_SUBR= mattermostd USE_GITHUB= yes GH_ACCOUNT= mattermost WWWDIR= ${PREFIX}/www/mattermost MATTERMOSTD_USER= mattermost MATTERMOSTD_GROUP= mattermost USERS= ${MATTERMOSTD_USER} GROUPS= ${MATTERMOSTD_GROUP} pre-build: @${MKDIR} ${WRKSRC}/src/github.com/${GH_ACCOUNT_DEFAULT}/${PORTNAME} @cd ${WRKSRC} && \ ${MV} api4 app cmd config doc einterfaces imports jobs manualtesting \ mlog migrations model plugin services store testlib utils web wsapi vendor \ ${WRKSRC}/src/github.com/${GH_ACCOUNT_DEFAULT}/${PORTNAME} do-build: @cd ${WRKSRC}/src/github.com/${GH_ACCOUNT_DEFAULT}/${GH_PROJECT} && \ ${SETENV} ${MAKE_ENV} GOPATH=${WRKSRC} go install -ldflags="${GO_LDFLAGS}" ./... do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/mattermost ${STAGEDIR}${PREFIX}/bin/mattermostd ${MKDIR} ${STAGEDIR}${PREFIX}/etc/mattermost ${INSTALL_DATA} ${WRKSRC}/src/github.com/${GH_ACCOUNT_DEFAULT}/${PORTNAME}/config/default.json ${STAGEDIR}${PREFIX}/etc/mattermost/config.json.sample ${MKDIR} ${STAGEDIR}${WWWDIR} cd ${WRKSRC} && ${COPYTREE_SHARE} 'fonts i18n templates' ${STAGEDIR}${WWWDIR} .include Index: head/www/mattermost-server/distinfo =================================================================== --- head/www/mattermost-server/distinfo (revision 506934) +++ head/www/mattermost-server/distinfo (revision 506935) @@ -1,3 +1,3 @@ -TIMESTAMP = 1562691589 -SHA256 (mattermost-mattermost-server-v5.12.3_GH0.tar.gz) = 628f4f4ead14cf3bb73503832b762710d4c56bbba1ec0691e30f05feea70a103 -SIZE (mattermost-mattermost-server-v5.12.3_GH0.tar.gz) = 15998261 +TIMESTAMP = 1563256919 +SHA256 (mattermost-mattermost-server-v5.12.4_GH0.tar.gz) = 4b276647fd75b03855967ef645a17e1668f42e9b854c7644fc2014194a62892a +SIZE (mattermost-mattermost-server-v5.12.4_GH0.tar.gz) = 15999844 Index: head/www/mattermost-webapp/Makefile =================================================================== --- head/www/mattermost-webapp/Makefile (revision 506934) +++ head/www/mattermost-webapp/Makefile (revision 506935) @@ -1,34 +1,34 @@ # $FreeBSD$ PORTNAME= mattermost-webapp -PORTVERSION= 5.12.3 +PORTVERSION= 5.12.4 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= https://releases.mattermost.com/${PORTVERSION}/ DISTNAME= mattermost-${PORTVERSION}-linux-amd64 MAINTAINER= loic.blot@unix-experience.fr COMMENT= Webapp of Mattermost server LICENSE= APACHE20 NO_BUILD= yes NO_ARCH= yes WWWDIR= ${PREFIX}/www/mattermost MATTERMOSTD_USER= mattermost MATTERMOSTD_GROUP= mattermost USERS= ${MATTERMOSTD_USER} GROUPS= ${MATTERMOSTD_GROUP} PLIST_SUB= MATTERMOSTD_USER=${MATTERMOSTD_USER} \ MATTERMOSTD_GROUP=${MATTERMOSTD_GROUP} do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} cd ${WRKDIR}/mattermost && ${COPYTREE_SHARE} client ${STAGEDIR}${WWWDIR} ${MKDIR} ${STAGEDIR}${WWWDIR}/client/plugins .include Index: head/www/mattermost-webapp/distinfo =================================================================== --- head/www/mattermost-webapp/distinfo (revision 506934) +++ head/www/mattermost-webapp/distinfo (revision 506935) @@ -1,3 +1,3 @@ -TIMESTAMP = 1562691340 -SHA256 (mattermost-5.12.3-linux-amd64.tar.gz) = 8d0f202fde4ed82864080d4c21cb73a091481d50bfedd1d48c4429b2fdc889fb -SIZE (mattermost-5.12.3-linux-amd64.tar.gz) = 126826526 +TIMESTAMP = 1563256698 +SHA256 (mattermost-5.12.4-linux-amd64.tar.gz) = 3007852b20d38b73c5d5195edce6ae00869d3e7936fc3aae59fece2362e9c5a6 +SIZE (mattermost-5.12.4-linux-amd64.tar.gz) = 126827538