From owner-svn-ports-all@freebsd.org Wed Feb 22 06:13:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F2A8CE885F; Wed, 22 Feb 2017 06:13:26 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BF143ED; Wed, 22 Feb 2017 06:13:26 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1M6DPXD000538; Wed, 22 Feb 2017 06:13:25 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1M6DP2K000536; Wed, 22 Feb 2017 06:13:25 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201702220613.v1M6DP2K000536@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Wed, 22 Feb 2017 06:13:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r434567 - in branches/2017Q1/net-mgmt/icinga2: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2017 06:13:26 -0000 Author: lme Date: Wed Feb 22 06:13:25 2017 New Revision: 434567 URL: https://svnweb.freebsd.org/changeset/ports/434567 Log: MFH: r434522 net-mgmt/icinga2: - Add $PREFIX/sbin to PATH in icinga2.in to fix some API issues (icingaweb2-module-director now works!) [1] - Remove SIGPIPE trap in icinga2.in which was fixed upstream - Bump PORTREVISION PR: 217266 [1] Submitted by: Philip Jocks Approved by: ports-secteam (junovitch) Modified: branches/2017Q1/net-mgmt/icinga2/Makefile branches/2017Q1/net-mgmt/icinga2/files/icinga2.in Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/net-mgmt/icinga2/Makefile ============================================================================== --- branches/2017Q1/net-mgmt/icinga2/Makefile Wed Feb 22 04:48:12 2017 (r434566) +++ branches/2017Q1/net-mgmt/icinga2/Makefile Wed Feb 22 06:13:25 2017 (r434567) @@ -3,6 +3,7 @@ PORTNAME= icinga2 DISTVERSIONPREFIX= v DISTVERSION= 2.6.1 +PORTREVISION= 1 CATEGORIES= net-mgmt MAINTAINER= lme@FreeBSD.org Modified: branches/2017Q1/net-mgmt/icinga2/files/icinga2.in ============================================================================== --- branches/2017Q1/net-mgmt/icinga2/files/icinga2.in Wed Feb 22 04:48:12 2017 (r434566) +++ branches/2017Q1/net-mgmt/icinga2/files/icinga2.in Wed Feb 22 06:13:25 2017 (r434567) @@ -19,14 +19,9 @@ . /etc/rc.subr -# XXX temporary workaround for a bug in Icinga 2. See -# https://dev.icinga.org/issues/13567 - -trap "" SIGPIPE - # Add /usr/local/bin to path, so that the notification scripts # can work (#!/usr/bin/env bash) -export PATH=$PATH:%%LOCALBASE%%/bin +export PATH=$PATH:%%LOCALBASE%%/bin:%%PREFIX%%/sbin name="icinga2" rcvar=icinga2_enable