Update dendrite to 0.5.0

- Only ship the bins needed to run.

OK bentley@
This commit is contained in:
abieber 2021-09-06 19:46:48 +00:00
parent f651518a0d
commit 947c095f3c
4 changed files with 997 additions and 1335 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.9 2021/08/27 13:57:32 abieber Exp $
# $OpenBSD: Makefile,v 1.10 2021/09/06 19:46:48 abieber Exp $
COMMENT = matrix homeserver written in Go
MODGO_MODNAME = github.com/matrix-org/dendrite
MODGO_VERSION = v0.4.1
MODGO_VERSION = v0.5.0
DISTNAME = dendrite-${MODGO_VERSION}
@ -21,6 +21,14 @@ MODULES = lang/go
SUBST_VARS = SYSCONFDIR
post-build:
mv ${MODGO_WORKSPACE}/bin/create-account \
${MODGO_WORKSPACE}/bin/dendrite-create-account
mv ${MODGO_WORKSPACE}/bin/generate-config \
${MODGO_WORKSPACE}/bin/dendrite-generate-config
mv ${MODGO_WORKSPACE}/bin/generate-keys \
${MODGO_WORKSPACE}/bin/dendrite-generate-keys
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/dendrite/
${INSTALL_DATA} ${WRKSRC}/dendrite-config.yaml \

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,23 +1,23 @@
@comment $OpenBSD: PLIST,v 1.4 2021/08/27 13:57:32 abieber Exp $
@comment $OpenBSD: PLIST,v 1.5 2021/09/06 19:46:48 abieber Exp $
@newgroup _dendrite:860
@newuser _dendrite:860:860:daemon:Matrix.org Daemon:/var/dendrite:/sbin/nologin
@rcscript ${RCDIR}/dendrite
@bin bin/client-api-proxy
@bin bin/create-account
@bin bin/dendrite-demo-libp2p
@bin bin/dendrite-demo-pinecone
@bin bin/dendrite-demo-yggdrasil
@comment bin/client-api-proxy
@bin bin/dendrite-create-account
@comment bin/dendrite-demo-libp2p
@comment bin/dendrite-demo-pinecone
@comment bin/dendrite-demo-yggdrasil
@bin bin/dendrite-generate-config
@bin bin/dendrite-generate-keys
@bin bin/dendrite-monolith-server
@bin bin/dendrite-polylith-multi
@bin bin/dendrite-upgrade-tests
@bin bin/dendritejs
@bin bin/dendritejs-pinecone
@bin bin/federation-api-proxy
@bin bin/furl
@bin bin/generate-config
@bin bin/generate-keys
@bin bin/goose
@bin bin/resolve-state
@comment bin/dendrite-upgrade-tests
@comment bin/dendritejs
@comment bin/dendritejs-pinecone
@comment bin/federation-api-proxy
@comment bin/furl
@comment bin/goose
@comment bin/resolve-state
share/dendrite/
share/dendrite/dendrite.yaml
@mode 640