git: cc30d8daf3e8 - main - ftp/tnftp: Add license
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Apr 2023 06:54:27 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=cc30d8daf3e83995620de6696b23dc437daec8dc commit cc30d8daf3e83995620de6696b23dc437daec8dc Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2023-04-10 06:32:29 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2023-04-10 06:53:00 +0000 ftp/tnftp: Add license [1] tnftp contains a mix of BSD2CLAUSE (mostly the NetBSD derived code) and BSD3CLAUSE (inherited from the orignal UCB BSD code). tnftp was previously BSD4CLAUSE but that was fixed in the upstream code a while ago so I changed the COPYING to reflect that. It's no more restrictive than BSD3CLAUSE now. Suggested by: [1] Luke Mewburn <lukem@NetBSD.org> Suggested by: rodrigo, salvadore --- ftp/tnftp/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ftp/tnftp/Makefile b/ftp/tnftp/Makefile index d768c9e3ebb5..35d3c83aff84 100644 --- a/ftp/tnftp/Makefile +++ b/ftp/tnftp/Makefile @@ -6,9 +6,14 @@ MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/ MAINTAINER= eduardo@FreeBSD.org COMMENT= Enhanced FTP client from NetBSD +LICENSE= BSD2CLAUSE BSD3CLAUSE +LICENSE_COMB= multi +LICENSE_FILE= ${WRKSRC}/COPYING + USES= libedit ncurses ssl GNU_CONFIGURE= yes -PLIST_FILES= bin/tnftp man/man1/tnftp.1.gz +PLIST_FILES= bin/tnftp \ + man/man1/tnftp.1.gz .include <bsd.port.mk>