svn commit: r401785 - in head/net-mgmt/icinga2: . files

Lars Engels lme at FreeBSD.org
Mon Nov 16 20:12:34 UTC 2015


Author: lme
Date: Mon Nov 16 20:12:32 2015
New Revision: 401785
URL: https://svnweb.freebsd.org/changeset/ports/401785

Log:
  - Add a dependency on libedit [1]
  - Add procname variable to the rc script it knows about the running process [2]
  - Bump PORTREVISION
  
  Noticed by:	ohauer [1], Oliver Brandmueller <ob at e-Gitt.NET> [2]

Modified:
  head/net-mgmt/icinga2/Makefile
  head/net-mgmt/icinga2/files/icinga2.in

Modified: head/net-mgmt/icinga2/Makefile
==============================================================================
--- head/net-mgmt/icinga2/Makefile	Mon Nov 16 19:38:39 2015	(r401784)
+++ head/net-mgmt/icinga2/Makefile	Mon Nov 16 20:12:32 2015	(r401785)
@@ -3,6 +3,7 @@
 PORTNAME=	icinga2
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.4.0
+PORTREVISION=	1
 CATEGORIES=	net-mgmt
 
 MAINTAINER=	lme at FreeBSD.org
@@ -18,7 +19,7 @@ RUN_DEPENDS=	${LOCALBASE}/bin/bash:${POR
 USE_GITHUB=	yes
 GH_ACCOUNT=	icinga
 
-USES=		alias bison cmake
+USES=		alias bison cmake libedit
 USE_LDCONFIG=	yes
 
 USE_RC_SUBR=	${PORTNAME}

Modified: head/net-mgmt/icinga2/files/icinga2.in
==============================================================================
--- head/net-mgmt/icinga2/files/icinga2.in	Mon Nov 16 19:38:39 2015	(r401784)
+++ head/net-mgmt/icinga2/files/icinga2.in	Mon Nov 16 20:12:32 2015	(r401785)
@@ -29,6 +29,7 @@ load_rc_config "${name}"
 : ${icinga2_configfile="%%PREFIX%%/etc/${name}/${name}.conf"}
 
 command="%%PREFIX%%/sbin/${name}"
+procname="/usr/local/lib/icinga2/sbin/icinga2"
 extra_commands="reload checkconfig configtest"
 icinga2_user="%%ICINGA2USER%%"
 icinga2_group="%%ICINGA2GROUP%%"


More information about the svn-ports-all mailing list