svn commit: r545277 - head/databases/nagios-check_redis

Dmitry Sivachenko demon at FreeBSD.org
Wed Aug 19 07:46:12 UTC 2020


Author: demon
Date: Wed Aug 19 07:46:11 2020
New Revision: 545277
URL: https://svnweb.freebsd.org/changeset/ports/545277

Log:
  Add missing dependency on p5-Nagios-Plugin.
  
  PR:		248731
  Submitted by:	Tom Beard <tom.beard at public-internet.co.uk>

Modified:
  head/databases/nagios-check_redis/Makefile

Modified: head/databases/nagios-check_redis/Makefile
==============================================================================
--- head/databases/nagios-check_redis/Makefile	Wed Aug 19 07:40:59 2020	(r545276)
+++ head/databases/nagios-check_redis/Makefile	Wed Aug 19 07:46:11 2020	(r545277)
@@ -3,6 +3,7 @@
 
 PORTNAME=	check_redis
 PORTVERSION=	0.1
+PORTREVISION=	1
 CATEGORIES=	databases perl5
 MASTER_SITES=	#
 PKGNAMEPREFIX=	nagios-
@@ -12,6 +13,7 @@ MAINTAINER=	demon at FreeBSD.org
 COMMENT=	Nagios plugin to check redis server
 
 RUN_DEPENDS=	${LOCALBASE}/libexec/nagios/utils.pm:net-mgmt/nagios-plugins \
+		p5-Nagios-Plugin>=0:net-mgmt/p5-Nagios-Plugin \
 		p5-Redis>=0:databases/p5-Redis \
 		p5-Net-SNMP>=0:net-mgmt/p5-Net-SNMP
 


More information about the svn-ports-all mailing list