diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2020-10-29 09:37:16 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2020-10-29 09:37:16 +0000 |
commit | 9557620e1696e31e70298edf8b535b9920daca91 (patch) | |
tree | fdf80b82c9897f12c9a568987151fb1fabbddf8e | |
parent | devel/opencl-clang: update to 11.0.0 (diff) |
- Fix LICENSE
- Update WWW
Approved by: portmgr blanket
-rw-r--r-- | graphics/kphotoalbum/Makefile | 2 | ||||
-rw-r--r-- | graphics/kphotoalbum/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/kphotoalbum/Makefile b/graphics/kphotoalbum/Makefile index c5d4ae377e2f..7ef4419f7d08 100644 --- a/graphics/kphotoalbum/Makefile +++ b/graphics/kphotoalbum/Makefile @@ -9,7 +9,7 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Image viewer and organizer for KDE -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexiv2.so:graphics/exiv2 \ diff --git a/graphics/kphotoalbum/pkg-descr b/graphics/kphotoalbum/pkg-descr index b0a4c07cdda0..6e19ff2c12f7 100644 --- a/graphics/kphotoalbum/pkg-descr +++ b/graphics/kphotoalbum/pkg-descr @@ -8,4 +8,4 @@ that it is possible to use it with thousands of images. When the images have been annotated, you may browse them based on the annotations (person, location, keywords). -WWW: http://www.kphotoalbum.org +WWW: https://www.kphotoalbum.org/ |