diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2019-01-21 17:30:32 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2019-01-21 17:30:32 +0800 |
commit | f59519eba2223e3cae1cc1a74f189bb83cc80d6b (patch) | |
tree | 693822b680b404c66007009c268c3c1e76a3d304 /astro | |
parent | cef444e1b226f8973ce74e68c6b4bd861f75a715 (diff) | |
download | freebsd-ports-gnome-f59519eba2223e3cae1cc1a74f189bb83cc80d6b.tar.gz freebsd-ports-gnome-f59519eba2223e3cae1cc1a74f189bb83cc80d6b.tar.zst freebsd-ports-gnome-f59519eba2223e3cae1cc1a74f189bb83cc80d6b.zip |
- Fix license (remove LGPL which is only mentioned in COPYING.LIB,
but doesn't seem to be applied to any code, add BSD3CLAUSE for a
bundled library)
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr blanket
Diffstat (limited to 'astro')
-rw-r--r-- | astro/libkgeomap/Makefile | 4 | ||||
-rw-r--r-- | astro/libkgeomap/pkg-descr | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/astro/libkgeomap/Makefile b/astro/libkgeomap/Makefile index 909be59284b4..404a98a3f5e4 100644 --- a/astro/libkgeomap/Makefile +++ b/astro/libkgeomap/Makefile @@ -8,8 +8,10 @@ CATEGORIES= astro kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE library for browsing photos on a map -LICENSE= GPLv2+ LGPL20+ +LICENSE= GPLv2+ BSD3CLAUSE LICENSE_COMB= multi +LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING +LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/COPYING-CMAKE-SCRIPTS BUILD_DEPENDS= ${LOCALBASE}/include/boost/graph/buffer_concepts.hpp:devel/boost-libs LIB_DEPENDS= libopencv_video.so:graphics/opencv diff --git a/astro/libkgeomap/pkg-descr b/astro/libkgeomap/pkg-descr index 97c4b4071752..46cb22c8b5d9 100644 --- a/astro/libkgeomap/pkg-descr +++ b/astro/libkgeomap/pkg-descr @@ -1,4 +1,4 @@ Libkgeomap is a KDE C++ wrapper around world map components such as Marble, OpenstreetMap, and GoogleMap, for browsing and arranging photos on such maps. -WWW: http://www.digikam.org +WWW: https://www.digikam.org/ |