Index: head/devel/liblognorm/Makefile =================================================================== --- head/devel/liblognorm/Makefile (revision 519790) +++ head/devel/liblognorm/Makefile (revision 519791) @@ -1,31 +1,34 @@ # $FreeBSD$ PORTNAME= liblognorm PORTVERSION= 2.0.6 CATEGORIES= devel net security 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 BUILD_DEPENDS= sphinx-build:textproc/py-sphinx USES= libtool pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip SUB_FILES= pkg-message # Try to fix parallel (-jX) builds post-patch: @${REINPLACE_CMD} -e \ '/^lognormalizer_DEPENDENCIES/s,=,= $$(lib_LTLIBRARIES),' \ ${WRKSRC}/src/Makefile.in .include Index: head/devel/liblognorm/pkg-descr =================================================================== --- head/devel/liblognorm/pkg-descr (revision 519790) +++ head/devel/liblognorm/pkg-descr (revision 519791) @@ -1,8 +1,8 @@ liblognorm shall help to make sense out of syslog data, or, actually, any event data that is present in text form. 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/