From c6eddf7029010c78313c9ac616066ef6d3f2213d Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Wed, 11 Dec 2019 09:40:37 +0000 Subject: [PATCH] - Fix license - Update WWW Approved by: portmgr blanket --- devel/liblognorm/Makefile | 5 ++++- devel/liblognorm/pkg-descr | 2 +- 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/