mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
- Fix license
- Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
b5f9710296
commit
c6eddf7029
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519791
2 changed files with 5 additions and 2 deletions
|
@ -8,7 +8,10 @@ MASTER_SITES= http://www.liblognorm.com/download/files/download/
|
||||||
MAINTAINER= bofh@FreeBSD.org
|
MAINTAINER= bofh@FreeBSD.org
|
||||||
COMMENT= Log normalizer
|
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 \
|
LIB_DEPENDS= libfastjson.so:devel/libfastjson \
|
||||||
libestr.so:devel/libestr
|
libestr.so:devel/libestr
|
||||||
|
|
|
@ -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
|
one at a time, and for each message it will output well-defined name-value
|
||||||
pairs and a set of tags describing the message.
|
pairs and a set of tags describing the message.
|
||||||
|
|
||||||
WWW: http://www.liblognorm.com/
|
WWW: https://www.liblognorm.com/
|
||||||
|
|
Loading…
Add table
Reference in a new issue