git: bc480162aff2 - main - x11-toolkits/qt5pas: Add LICENSE entries
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 16 Jun 2024 08:26:45 UTC
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=bc480162aff210b8df912aaf6106c191f6223454 commit bc480162aff210b8df912aaf6106c191f6223454 Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2024-06-16 07:57:25 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2024-06-16 08:26:33 +0000 x11-toolkits/qt5pas: Add LICENSE entries PR: 279093 Reported by: Chris Hutchinson <portmaster __at_ bsdforge.com> --- x11-toolkits/qt5pas/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/x11-toolkits/qt5pas/Makefile b/x11-toolkits/qt5pas/Makefile index 4ff7799d69ee..1127be4c568e 100644 --- a/x11-toolkits/qt5pas/Makefile +++ b/x11-toolkits/qt5pas/Makefile @@ -1,6 +1,6 @@ PORTNAME= qt5pas PORTVERSION= 2.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-toolkits MASTER_SITES= LOCAL/acm/ @@ -8,6 +8,11 @@ MAINTAINER= acm@FreeBSD.org COMMENT= Qt5 binding for FreePascal WWW= https://wiki.lazarus.freepascal.org/index.php/Qt_Interface +LICENSE= LGPL3LE +LICENSE_NAME= GNU Lesser General Public License version 3 Link Exception +LICENSE_FILE= ${WRKSRC}/COPYING.TXT +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + USES= compiler:c++11-lang qmake qt:5 USE_QT= buildtools:build core gui network printsupport x11extras USE_LDCONFIG= yes