From owner-cvs-all@FreeBSD.ORG Wed May 23 20:13:22 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E201A106566C; Wed, 23 May 2012 20:13:22 +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 B07998FC0A; Wed, 23 May 2012 20:13:22 +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 q4NKDMpP037060; Wed, 23 May 2012 20:13:22 GMT (envelope-from lme@repoman.freebsd.org) Received: (from lme@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q4NKDMo1037059; Wed, 23 May 2012 20:13:22 GMT (envelope-from lme) Message-Id: <201205232013.q4NKDMo1037059@repoman.freebsd.org> From: Lars Engels Date: Wed, 23 May 2012 20:13:22 +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 distinfo pkg-plist ports/net-mgmt/icinga/files icinga.in ido2db.in patch-Makefile.in patch-base-Makefile.in patch-cgi-Makefile.in patch-configure.in patch-contrib-Makefile.in patch-include-locations.h.in patch-module-idoutils-src-Makefile.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: Wed, 23 May 2012 20:13:23 -0000 lme 2012-05-23 20:13:22 UTC FreeBSD ports repository Modified files: net-mgmt/icinga Makefile distinfo pkg-plist net-mgmt/icinga/files icinga.in patch-Makefile.in patch-base-Makefile.in patch-cgi-Makefile.in patch-configure.in patch-contrib-Makefile.in patch-include-locations.h.in pkg-message.in Added files: net-mgmt/icinga/files ido2db.in patch-module-idoutils-src-Makefile.in Log: - Update to 1.7.0 [1] - Add support for database backends using IDOutils [2] - Add a rc script for ido2db - Enable embedded Perl by default - Enable Event Broker by default - Enable statuswrl - Drop unnecessary use of USE_PHP - Install sample event handlers - Optionally depend on MySQL or PostgreSQL - Optionally depend on Apache and install the apropriate configuration for Icinga - Update pkg-message PR: ports/167988 [1], ports/164625 [2] Submitted by: gjb[1], Gianpaolo Del Matto [2] Revision Changes Path 1.9 +42 -12 ports/net-mgmt/icinga/Makefile 1.5 +2 -2 ports/net-mgmt/icinga/distinfo 1.3 +21 -13 ports/net-mgmt/icinga/files/icinga.in 1.1 +31 -0 ports/net-mgmt/icinga/files/ido2db.in (new) 1.3 +46 -12 ports/net-mgmt/icinga/files/patch-Makefile.in 1.2 +7 -9 ports/net-mgmt/icinga/files/patch-base-Makefile.in 1.3 +3 -3 ports/net-mgmt/icinga/files/patch-cgi-Makefile.in 1.3 +19 -10 ports/net-mgmt/icinga/files/patch-configure.in 1.3 +3 -3 ports/net-mgmt/icinga/files/patch-contrib-Makefile.in 1.2 +9 -9 ports/net-mgmt/icinga/files/patch-include-locations.h.in 1.1 +13 -0 ports/net-mgmt/icinga/files/patch-module-idoutils-src-Makefile.in (new) 1.2 +9 -19 ports/net-mgmt/icinga/files/pkg-message.in 1.4 +146 -20 ports/net-mgmt/icinga/pkg-plist