From owner-cvs-all@FreeBSD.ORG Tue May 29 20:34:20 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2588A106566B; Tue, 29 May 2012 20:34:20 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EC6618FC08; Tue, 29 May 2012 20:34:19 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q4TKYJgX041705; Tue, 29 May 2012 20:34:19 GMT (envelope-from lme@repoman.freebsd.org) Received: (from lme@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q4TKYJ8E041704; Tue, 29 May 2012 20:34:19 GMT (envelope-from lme) Message-Id: <201205292034.q4TKYJ8E041704@repoman.freebsd.org> From: Lars Engels Date: Tue, 29 May 2012 20:34:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/icinga Makefile pkg-plist ports/net-mgmt/icinga/files icinga.in patch-include_config.h.in pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2012 20:34:20 -0000 lme 2012-05-29 20:34:19 UTC FreeBSD ports repository Modified files: net-mgmt/icinga Makefile pkg-plist net-mgmt/icinga/files icinga.in pkg-message.in Added files: net-mgmt/icinga/files patch-include_config.h.in Log: - Change logging directory from /var/spool/icinga to /var/log/icinga - Change plugins directory to %%LOCALBASE%%/nagios so the files installed by net-mgmt/nagios-plugins port are found [1] - Add "--enable-pqsql" to add PostgreSQL support - Set proper permissions on the rw directory - Fix substitutions in pkg-message - While here silence warnings about inclusion of deprecated header sys/timeb.h - Bump PORTREVISION Noticed by: angelv [1] Revision Changes Path 1.11 +11 -5 ports/net-mgmt/icinga/Makefile 1.5 +2 -2 ports/net-mgmt/icinga/files/icinga.in 1.1 +15 -0 ports/net-mgmt/icinga/files/patch-include_config.h.in (new) 1.3 +3 -3 ports/net-mgmt/icinga/files/pkg-message.in 1.5 +5 -3 ports/net-mgmt/icinga/pkg-plist