Date: Mon, 29 Jan 2024 00:06:53 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e29929a0e868 - main - databases/surrealdb: Correct license Message-ID: <202401290006.40T06rSl038255@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=e29929a0e868883cfb21d36edffa1fba5d01a450 commit e29929a0e868883cfb21d36edffa1fba5d01a450 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-29 00:05:42 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-29 00:06:51 +0000 databases/surrealdb: Correct license ... change it to custom license BSL11 as suggested in bug#273952. --- databases/surrealdb/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/databases/surrealdb/Makefile b/databases/surrealdb/Makefile index 5f944609aeda..1baf1673a01d 100644 --- a/databases/surrealdb/Makefile +++ b/databases/surrealdb/Makefile @@ -7,8 +7,10 @@ MAINTAINER= yuri@FreeBSD.org COMMENT= Scalable, distributed, collaborative, document-graph database WWW= https://surrealdb.com -LICENSE= APACHE20 +LICENSE= BSL11 +LICENSE_NAME= Business Source License 1.1 LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept BROKEN_i386= compilation fails: memory allocation of 109051908 bytes failed
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401290006.40T06rSl038255>