svn commit: r510686 - head/net-mgmt/centreon-clib

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Sep 1 09:02:45 UTC 2019


Author: amdmi3
Date: Sun Sep  1 09:02:44 2019
New Revision: 510686
URL: https://svnweb.freebsd.org/changeset/ports/510686

Log:
  - Fix LICENSE
  - Add LICENSE_FILE
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/net-mgmt/centreon-clib/Makefile
  head/net-mgmt/centreon-clib/pkg-descr

Modified: head/net-mgmt/centreon-clib/Makefile
==============================================================================
--- head/net-mgmt/centreon-clib/Makefile	Sun Sep  1 08:00:58 2019	(r510685)
+++ head/net-mgmt/centreon-clib/Makefile	Sun Sep  1 09:02:44 2019	(r510686)
@@ -9,7 +9,8 @@ CATEGORIES=	net-mgmt
 MAINTAINER=	bofh at FreeBSD.org
 COMMENT=	Common library of all Centreon projects written in C or C++
 
-LICENSE=	AGPLv3
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		cmake compiler:c++11-lang
 

Modified: head/net-mgmt/centreon-clib/pkg-descr
==============================================================================
--- head/net-mgmt/centreon-clib/pkg-descr	Sun Sep  1 08:00:58 2019	(r510685)
+++ head/net-mgmt/centreon-clib/pkg-descr	Sun Sep  1 09:02:44 2019	(r510686)
@@ -3,4 +3,4 @@ C/C++. This project provides high level implementation
 system mechanism. The target is to have a portable and powerful
 implementation.
 
-WWW: http://www.centreon.com/
+WWW: https://www.centreon.com/


More information about the svn-ports-head mailing list