Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 2019 09:40:37 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r519791 - head/devel/liblognorm
Message-ID:  <201912110940.xBB9ebV8085376@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Dec 11 09:40:37 2019
New Revision: 519791
URL: https://svnweb.freebsd.org/changeset/ports/519791

Log:
  - Fix license
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/devel/liblognorm/Makefile
  head/devel/liblognorm/pkg-descr

Modified: head/devel/liblognorm/Makefile
==============================================================================
--- head/devel/liblognorm/Makefile	Wed Dec 11 08:20:41 2019	(r519790)
+++ head/devel/liblognorm/Makefile	Wed Dec 11 09:40:37 2019	(r519791)
@@ -8,7 +8,10 @@ MASTER_SITES=	http://www.liblognorm.com/download/files
 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

Modified: head/devel/liblognorm/pkg-descr
==============================================================================
--- head/devel/liblognorm/pkg-descr	Wed Dec 11 08:20:41 2019	(r519790)
+++ head/devel/liblognorm/pkg-descr	Wed Dec 11 09:40:37 2019	(r519791)
@@ -5,4 +5,4 @@ In short words, one will be able to throw arbitrary lo
 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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912110940.xBB9ebV8085376>