svn commit: r328653 - in head/net-mgmt: . pnp pnp-icinga

Lars Engels lme at FreeBSD.org
Sun Sep 29 09:00:06 UTC 2013


Author: lme
Date: Sun Sep 29 09:00:04 2013
New Revision: 328653
URL: http://svnweb.freebsd.org/changeset/ports/328653

Log:
  Add a slave port to pnp: pnp-icinga to use PNP with Icinga.
  
  Approved by:	portmgr (bapt)

Added:
  head/net-mgmt/pnp-icinga/
  head/net-mgmt/pnp-icinga/Makefile   (contents, props changed)
Modified:
  head/net-mgmt/Makefile
  head/net-mgmt/pnp/Makefile

Modified: head/net-mgmt/Makefile
==============================================================================
--- head/net-mgmt/Makefile	Sun Sep 29 08:54:39 2013	(r328652)
+++ head/net-mgmt/Makefile	Sun Sep 29 09:00:04 2013	(r328653)
@@ -262,6 +262,7 @@
     SUBDIR += pixilate
     SUBDIR += pmacct
     SUBDIR += pnp
+    SUBDIR += pnp-icinga
     SUBDIR += portmon
     SUBDIR += py-flowtools
     SUBDIR += py-ipcalc

Added: head/net-mgmt/pnp-icinga/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/pnp-icinga/Makefile	Sun Sep 29 09:00:04 2013	(r328653)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PKGNAMESUFFIX=	-icinga
+
+MAINTAINER=	lme at FreeBSD.org
+COMMENT=	Icinga performance data collector and grapher
+
+MASTERDIR=	${.CURDIR}/../pnp
+
+RUN_DEPENDS=	${LOCALBASE}/bin/rrdtool:${PORTSDIR}/databases/rrdtool \
+		icinga:${PORTSDIR}/net-mgmt/icinga
+
+NAGIOSDIR?=	/var/spool/icinga
+NAGIOSHTMURL?=	/icinga
+NAGIOSUSER?=	icinga
+NAGIOSGROUP?=	icinga
+
+.include "${MASTERDIR}/Makefile"

Modified: head/net-mgmt/pnp/Makefile
==============================================================================
--- head/net-mgmt/pnp/Makefile	Sun Sep 29 08:54:39 2013	(r328652)
+++ head/net-mgmt/pnp/Makefile	Sun Sep 29 09:00:04 2013	(r328653)
@@ -8,13 +8,13 @@ MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=pnp4nagios/PNP-0.6
 DISTNAME=	pnp4nagios-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
 
-MAINTAINER=	rea at FreeBSD.org
-COMMENT=	Nagios performance data collector and grapher
+MAINTAINER?=	rea at FreeBSD.org
+COMMENT?=	Nagios performance data collector and grapher
 
 LICENSE=	GPLv2
 
 BUILD_DEPENDS=	${LOCALBASE}/bin/rrdtool:${PORTSDIR}/databases/rrdtool
-RUN_DEPENDS=	${LOCALBASE}/bin/rrdtool:${PORTSDIR}/databases/rrdtool \
+RUN_DEPENDS?=	${LOCALBASE}/bin/rrdtool:${PORTSDIR}/databases/rrdtool \
 		nagios:${PORTSDIR}/net-mgmt/nagios
 
 MAKE_JOBS_UNSAFE=	yes


More information about the svn-ports-all mailing list