Date: Fri, 17 Jul 2020 09:36:03 +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: r542418 - head/net-mgmt/nsca Message-ID: <202007170936.06H9a396065681@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Jul 17 09:36:03 2020 New Revision: 542418 URL: https://svnweb.freebsd.org/changeset/ports/542418 Log: - Fix LICENSE - Update WWW Approved by: portmgr blanket Modified: head/net-mgmt/nsca/Makefile head/net-mgmt/nsca/pkg-descr Modified: head/net-mgmt/nsca/Makefile ============================================================================== --- head/net-mgmt/nsca/Makefile Fri Jul 17 08:21:54 2020 (r542417) +++ head/net-mgmt/nsca/Makefile Fri Jul 17 09:36:03 2020 (r542418) @@ -10,7 +10,7 @@ MASTER_SITES= SF/nagios/nsca-2.x/nsca-${PORTVERSION} MAINTAINER= mm@FreeBSD.org COMMENT= Nagios Service Check Acceptor -LICENSE= GPLv2 +LICENSE= GPLv2+ #.if !defined(_BUILDING_NSCA_CLIENT) #RUN_DEPENDS= nagios:net-mgmt/nagios Modified: head/net-mgmt/nsca/pkg-descr ============================================================================== --- head/net-mgmt/nsca/pkg-descr Fri Jul 17 08:21:54 2020 (r542417) +++ head/net-mgmt/nsca/pkg-descr Fri Jul 17 09:36:03 2020 (r542418) @@ -3,4 +3,4 @@ results to a central Nagios server. This consists of t which runs on the main Nagios server and accepts results and the "send_nsca" client which is used to send results to the server. -WWW: http://www.nagios.org/ +WWW: https://www.nagios.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007170936.06H9a396065681>