svn commit: r542071 - head/net-mgmt/nrpe3

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Jul 12 09:36:04 UTC 2020


Author: amdmi3
Date: Sun Jul 12 09:36:03 2020
New Revision: 542071
URL: https://svnweb.freebsd.org/changeset/ports/542071

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

Modified:
  head/net-mgmt/nrpe3/Makefile
  head/net-mgmt/nrpe3/pkg-descr

Modified: head/net-mgmt/nrpe3/Makefile
==============================================================================
--- head/net-mgmt/nrpe3/Makefile	Sun Jul 12 09:31:30 2020	(r542070)
+++ head/net-mgmt/nrpe3/Makefile	Sun Jul 12 09:36:03 2020	(r542071)
@@ -11,7 +11,8 @@ PKGNAMESUFFIX=	3
 MAINTAINER=	zeising at FreeBSD.org
 COMMENT?=	Nagios Remote Plugin Executor
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	NagiosEnterprises

Modified: head/net-mgmt/nrpe3/pkg-descr
==============================================================================
--- head/net-mgmt/nrpe3/pkg-descr	Sun Jul 12 09:31:30 2020	(r542070)
+++ head/net-mgmt/nrpe3/pkg-descr	Sun Jul 12 09:36:03 2020	(r542071)
@@ -6,4 +6,4 @@ remote hosts. The check_nrpe plugin is called from Nag
 the plugin requests to the remote host. Requires that nrpe be running on the
 remote host (either as a standalone daemon or as a service under inetd).
 
-WWW: http://www.nagios.org/
+WWW: https://www.nagios.org/


More information about the svn-ports-all mailing list