Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Mar 2024 03:39:45 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c6fa80572a9d - main - databases/py-tarantool: Update LICENSE
Message-ID:  <202403310339.42V3djPN077520@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c6fa80572a9d91ac0a7a83e806cc3a3ca1209912

commit c6fa80572a9d91ac0a7a83e806cc3a3ca1209912
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-31 03:06:18 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-31 03:06:18 +0000

    databases/py-tarantool: Update LICENSE
    
    - Add LICENSE_FILE
    
    Reference:      https://github.com/tarantool/tarantool-python/commit/f1b3cf2262e88531487202a039106203b7511a40
---
 databases/py-tarantool/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/databases/py-tarantool/Makefile b/databases/py-tarantool/Makefile
index bdfb569bd6b4..45d0d61ed1db 100644
--- a/databases/py-tarantool/Makefile
+++ b/databases/py-tarantool/Makefile
@@ -9,7 +9,8 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Client library for Tarantool Database
 WWW=		https://github.com/tarantool/tarantool-python
 
-LICENSE=	BSD3CLAUSE
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.4.2:devel/py-setuptools-scm@${PY_FLAVOR} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403310339.42V3djPN077520>