Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 May 2024 11:42:25 GMT
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4aa28b0f2335 - main - x11-toolkits/qwt5-qt5: Add License
Message-ID:  <202405311142.44VBgPuC073005@gitrepo.freebsd.org>

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

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

commit 4aa28b0f2335098958ef92564b4fe86d08a8599b
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2024-05-31 11:42:05 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2024-05-31 11:42:05 +0000

    x11-toolkits/qwt5-qt5: Add License
    
    - Add LICENSE block [1]
    - Add missing USES=pathfix
    
    PR:             279095 [1]
    Submitted by:   Chris Hutchinson
---
 x11-toolkits/qwt5-qt5/Makefile | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/x11-toolkits/qwt5-qt5/Makefile b/x11-toolkits/qwt5-qt5/Makefile
index 7dcb8ba8d12a..e6708411d821 100644
--- a/x11-toolkits/qwt5-qt5/Makefile
+++ b/x11-toolkits/qwt5-qt5/Makefile
@@ -6,7 +6,13 @@ MAINTAINER=	makc@FreeBSD.org
 COMMENT=	Qt Widgets for Technical Applications
 WWW=		http://qwt.sourceforge.net/
 
-USES=		cmake compiler:c++17-lang qt:5
+LICENSE=	LGPL21 QWT
+LICENSE_COMB=	multi
+LICENSE_NAME_QWT=	QWT
+LICENSE_FILE=	${WRKSRC}/COPYING
+LICENSE_PERMS_QWT=	auto-accept dist-mirror dist-sell pkg-mirror pkg-sell
+
+USES=		cmake compiler:c++17-lang pathfix qt:5
 USE_QT=		core gui printsupport svg widgets buildtools:build qmake:build
 USE_LDCONFIG=	yes
 



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