git: bc7226721413 - main - net/rdma-core: Fix LICENSE_FILE for GPLv2
Gleb Popov <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=bc722672141332346c78fd4eed7cab079b4165cc commit bc722672141332346c78fd4eed7cab079b4165cc Author: Gleb Popov <[email protected]> AuthorDate: 2026-08-07 19:13:15 +0000 Commit: Gleb Popov <[email protected]> CommitDate: 2026-08-07 19:13:15 +0000 net/rdma-core: Fix LICENSE_FILE for GPLv2 --- net/rdma-core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/rdma-core/Makefile b/net/rdma-core/Makefile index 4798645227b4..af93bdb9af7c 100644 --- a/net/rdma-core/Makefile +++ b/net/rdma-core/Makefile @@ -9,7 +9,7 @@ WWW= https://github.com/linux-rdma/rdma-core LICENSE= BSD2CLAUSE GPLv2 LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE= ${WRKSRC}/COPYING.BSD_MIT -LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING.BSD_MIT +LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING.GPL2 LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ libudev.so:devel/libudev-devd