Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Nov 2012 18:49:27 +0000 (UTC)
From:      Lars Engels <lme@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307973 - head/net-mgmt/icinga
Message-ID:  <201211291849.qATInRbs037028@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211291849.qATInRbs037028>