aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2019-12-11 09:40:37 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2019-12-11 09:40:37 +0000
commitc6eddf7029010c78313c9ac616066ef6d3f2213d (patch)
treef397314a74ef3c7eaaa9b8d1cad227ec33421e2f
parentb5f9710296d2bcfbfa93e5f4d918ad807b50a47a (diff)
Notes
-rw-r--r--devel/liblognorm/Makefile5
-rw-r--r--devel/liblognorm/pkg-descr2
2 files changed, 5 insertions, 2 deletions
diff --git a/devel/liblognorm/Makefile b/devel/liblognorm/Makefile
index 61e4086f6894..acef430cd423 100644
--- a/devel/liblognorm/Makefile
+++ b/devel/liblognorm/Makefile
@@ -8,7 +8,10 @@ MASTER_SITES= http://www.liblognorm.com/download/files/download/
MAINTAINER= bofh@FreeBSD.org
COMMENT= Log normalizer
-LICENSE= GPLv2
+LICENSE= LGPL21+ APACHE20
+LICENSE_COMB= multi
+LICENSE_FILE_LGPL21+ = ${WRKSRC}/COPYING
+LICENSE_FILE_APACHE20= ${WRKSRC}/COPYING.ASL20
LIB_DEPENDS= libfastjson.so:devel/libfastjson \
libestr.so:devel/libestr
diff --git a/devel/liblognorm/pkg-descr b/devel/liblognorm/pkg-descr
index aa7db59f1f3f..700a01e943fb 100644
--- a/devel/liblognorm/pkg-descr
+++ b/devel/liblognorm/pkg-descr
@@ -5,4 +5,4 @@ In short words, one will be able to throw arbitrary log message to liblognorm,
one at a time, and for each message it will output well-defined name-value
pairs and a set of tags describing the message.
-WWW: http://www.liblognorm.com/
+WWW: https://www.liblognorm.com/