svn commit: r394638 - in head/net-mgmt: icli pnp pnp-icinga

Lars Engels lme at FreeBSD.org
Tue Aug 18 19:00:38 UTC 2015


Author: lme
Date: Tue Aug 18 19:00:36 2015
New Revision: 394638
URL: https://svnweb.freebsd.org/changeset/ports/394638

Log:
  - Use the correct dependencies, now that the icinga port was made a meta port
  - Bump PORTREVISION
  
  Noticed by:	antoine

Modified:
  head/net-mgmt/icli/Makefile
  head/net-mgmt/pnp-icinga/Makefile
  head/net-mgmt/pnp/Makefile

Modified: head/net-mgmt/icli/Makefile
==============================================================================
--- head/net-mgmt/icli/Makefile	Tue Aug 18 18:45:20 2015	(r394637)
+++ head/net-mgmt/icli/Makefile	Tue Aug 18 19:00:36 2015	(r394638)
@@ -2,7 +2,7 @@
 
 PORTNAME=	icli
 DISTVERSION=	0.47
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-mgmt perl5
 MASTER_SITES=	http://finalrewind.org/projects/icli/
 
@@ -16,7 +16,7 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg
 
 RUN_DEPENDS=	p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
 		p5-Term-Size>=0:${PORTSDIR}/devel/p5-Term-Size \
-		icinga:${PORTSDIR}/net-mgmt/icinga
+		icinga:${PORTSDIR}/net-mgmt/icinga-core
 
 ICINGADIR?=	/var/spool/icinga
 

Modified: head/net-mgmt/pnp-icinga/Makefile
==============================================================================
--- head/net-mgmt/pnp-icinga/Makefile	Tue Aug 18 18:45:20 2015	(r394637)
+++ head/net-mgmt/pnp-icinga/Makefile	Tue Aug 18 19:00:36 2015	(r394638)
@@ -8,7 +8,7 @@ COMMENT=	Icinga performance data collect
 MASTERDIR=	${.CURDIR}/../pnp
 
 RUN_DEPENDS=	${LOCALBASE}/bin/rrdtool:${PORTSDIR}/databases/rrdtool \
-		icinga:${PORTSDIR}/net-mgmt/icinga
+		${LOCALBASE}/www/icinga/main.html:${PORTSDIR}/net-mgmt/icinga-classicweb
 
 NAGIOSDIR?=	/var/spool/icinga
 NAGIOSHTMURL?=	/icinga

Modified: head/net-mgmt/pnp/Makefile
==============================================================================
--- head/net-mgmt/pnp/Makefile	Tue Aug 18 18:45:20 2015	(r394637)
+++ head/net-mgmt/pnp/Makefile	Tue Aug 18 19:00:36 2015	(r394638)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pnp
 PORTVERSION=	0.6.25
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net-mgmt
 MASTER_SITES=	SF/pnp4nagios/PNP-0.6
 DISTNAME=	pnp4nagios-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}


More information about the svn-ports-all mailing list