git: 3cbc96dc6093 - main - x11-toolkits/kproperty: add LICENSE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Mar 2025 23:19:56 UTC
The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=3cbc96dc60937d00d491bb89d528d5b834c57fd1 commit 3cbc96dc60937d00d491bb89d528d5b834c57fd1 Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2025-03-08 23:09:54 +0000 Commit: Adriaan de Groot <adridg@FreeBSD.org> CommitDate: 2025-03-08 23:19:54 +0000 x11-toolkits/kproperty: add LICENSE KProperty is a library, which follows the KDE (Frameworks) licensing policy, so it is LGPLv2.1 or (at your option) any later version. Parts of the sources (some CMake-related files) are MIT or Boost- licensed, but those don't get installed. Reported-by: Chris Hutchinson PR: 279065 --- x11-toolkits/kproperty/Makefile | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/x11-toolkits/kproperty/Makefile b/x11-toolkits/kproperty/Makefile index 1a9af84ddd5e..1fdf52f64b3a 100644 --- a/x11-toolkits/kproperty/Makefile +++ b/x11-toolkits/kproperty/Makefile @@ -1,14 +1,17 @@ -PORTNAME= kproperty -DISTVERSION= 3.2.0 -PORTREVISION= 2 -CATEGORIES= x11-toolkits kde -MASTER_SITES= KDE/stable/${PORTNAME}/src -DIST_SUBDIR= KDE/${PORTNAME} +PORTNAME= kproperty +DISTVERSION= 3.2.0 +PORTREVISION= 3 +CATEGORIES= x11-toolkits kde +MASTER_SITES= KDE/stable/${PORTNAME}/src +DIST_SUBDIR= KDE/${PORTNAME} -MAINTAINER= kde@FreeBSD.org -COMMENT= Property editing framwork +MAINTAINER= kde@FreeBSD.org +COMMENT= Property editing framwork WWW= https://www.kexi-project.org/ +LICENSE= LGPL21+ +LICENSE_FILE= COPYING.LIB + USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz USE_KDE= config coreaddons guiaddons i18n widgetsaddons \ ecm:build