Index: head/devel/rlog/Makefile =================================================================== --- head/devel/rlog/Makefile (revision 527865) +++ head/devel/rlog/Makefile (revision 527866) @@ -1,25 +1,25 @@ # Created by: trasz # $FreeBSD$ PORTNAME= rlog PORTVERSION= 1.4 PORTREVISION= 3 CATEGORIES= devel MAINTAINER= anastasios@mageirias.com COMMENT= Flexible message logging facility for C++ -LICENSE= LGPL21 LGPL3 -LICENSE_COMB= dual +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes GH_ACCOUNT= anastmag OPTIONS_DEFINE= DOCS USES= gmake pathfix libtool GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes .include Index: head/devel/rlog/pkg-descr =================================================================== --- head/devel/rlog/pkg-descr (revision 527865) +++ head/devel/rlog/pkg-descr (revision 527866) @@ -1,14 +1,14 @@ RLog provides a flexible message logging facility for C++ programs and libraries. It is subscription based, meaning you can subscribe to messages of your choice in an number of ways: by hierarchical channel name (e.g. "debug", "debug/ special", "error", etc.), or file name, component name, etc. Log messages are individually enabled. It is meant to be fast enough to leave in production code - even where it may be called many times, as both the GCC and Intel compilers reduce the logging overhead a few clock cycles if they are dormant (with no subscribers). Other add-on components can extend subscriptions to external programs, allowing you to enable and collect debugging messages remotely. -WWW: http://www.arg0.net/rlog +WWW: https://www.arg0.net/rlog WWW: https://github.com/anastmag/rlog