Date: Sun, 1 Sep 2019 09:02:44 +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: r510686 - head/net-mgmt/centreon-clib Message-ID: <201909010902.x8192iJD041550@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909010902.x8192iJD041550>