From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 18:49:28 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3711E60D; Thu, 29 Nov 2012 18:49:28 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id F40748FC14; Thu, 29 Nov 2012 18:49:27 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qATInRKO037030; Thu, 29 Nov 2012 18:49:27 GMT (envelope-from lme@svn.freebsd.org) Received: (from lme@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qATInRbs037028; Thu, 29 Nov 2012 18:49:27 GMT (envelope-from lme@svn.freebsd.org) Message-Id: <201211291849.qATInRbs037028@svn.freebsd.org> From: Lars Engels Date: Thu, 29 Nov 2012 18:49:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307973 - head/net-mgmt/icinga X-SVN-Group: ports-head 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.14 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: Thu, 29 Nov 2012 18:49:28 -0000 Author: lme Date: Thu Nov 29 18:49:27 2012 New Revision: 307973 URL: http://svnweb.freebsd.org/changeset/ports/307973 Log: - Update to 1.8.2 - Remove OPTIONS for database dependencies as they're already handled by databases/libdbi-drivers and configure parameter "--enable-pgsql" doesn't do anything [1] Changelog: https://www.icinga.org/2012/11/28/icinga-1-8-2-core-classic-ui-idoutils-bugfix-release/ Suggested by: zeising [1] Feature safe: yes Modified: head/net-mgmt/icinga/Makefile head/net-mgmt/icinga/distinfo (contents, props changed) Modified: head/net-mgmt/icinga/Makefile ============================================================================== --- head/net-mgmt/icinga/Makefile Thu Nov 29 18:44:04 2012 (r307972) +++ head/net-mgmt/icinga/Makefile Thu Nov 29 18:49:27 2012 (r307973) @@ -6,7 +6,7 @@ # PORTNAME= icinga -PORTVERSION= 1.8.1 +PORTVERSION= 1.8.2 CATEGORIES= net-mgmt MASTER_SITES= SF @@ -81,7 +81,7 @@ SUB_FILES= pkg-install \ SUB_LIST= PREFIX=${PREFIX} \ ${PLIST_SUB} -OPTIONS_DEFINE= EMBEDDED_PERL NANOSLEEP UNHANDLED_HACK IDOUTILS PGSQL MYSQL APACHE +OPTIONS_DEFINE= EMBEDDED_PERL NANOSLEEP UNHANDLED_HACK IDOUTILS APACHE OPTIONS_DEFAULT= EMBEDDED_PERL IDOUTILS EMBEDDED_PERL_DESC= Enable embedded Perl @@ -118,15 +118,6 @@ PLIST_SUB+= IDOUTILS="" PLIST_SUB+= IDOUTILS="@comment " .endif -.if ${PORT_OPTIONS:MMYSQL} -USE_MYSQL= yes -.endif - -.if ${PORT_OPTIONS:MPGSQL} -USE_PGSQL= yes -CONFIGURE_ARGS+= --enable-pgsql -.endif - .if ${PORT_OPTIONS:MAPACHE} USE_APACHE_RUN= 22+ CONFIGURE_ARGS+= --with-httpd-conf=${LOCALBASE}/${APACHEETCDIR}/extra Modified: head/net-mgmt/icinga/distinfo ============================================================================== --- head/net-mgmt/icinga/distinfo Thu Nov 29 18:44:04 2012 (r307972) +++ head/net-mgmt/icinga/distinfo Thu Nov 29 18:49:27 2012 (r307973) @@ -1,2 +1,2 @@ -SHA256 (icinga-1.8.1.tar.gz) = 3d02d80bdefc2518ab8517be6930a518b77747e0243fa594731fb1f95dbab916 -SIZE (icinga-1.8.1.tar.gz) = 7543668 +SHA256 (icinga-1.8.2.tar.gz) = 39b69a8676895cf458fb71a2ebe75806ea6014bff6ac09871f330f293a6de0c9 +SIZE (icinga-1.8.2.tar.gz) = 7458441