From owner-svn-ports-branches@freebsd.org Thu Feb 9 16:34:06 2017 Return-Path: Delivered-To: svn-ports-branches@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 CC8DCCD8DB4; Thu, 9 Feb 2017 16:34:06 +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 968E11682; Thu, 9 Feb 2017 16:34:06 +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 v19GY5G1049459; Thu, 9 Feb 2017 16:34:05 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v19GY5mO049458; Thu, 9 Feb 2017 16:34:05 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201702091634.v19GY5mO049458@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Thu, 9 Feb 2017 16:34:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r433741 - branches/2017Q1/net-mgmt/icingaweb2 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2017 16:34:06 -0000 Author: lme Date: Thu Feb 9 16:34:05 2017 New Revision: 433741 URL: https://svnweb.freebsd.org/changeset/ports/433741 Log: MFH: r433739 net-mgmt/icingaweb2: Add missing dependency when using PostgreSQL PR: 216931 Submitted by: madpilot Approved by: portmgr (feld) Modified: branches/2017Q1/net-mgmt/icingaweb2/Makefile Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/net-mgmt/icingaweb2/Makefile ============================================================================== --- branches/2017Q1/net-mgmt/icingaweb2/Makefile Thu Feb 9 16:03:07 2017 (r433740) +++ branches/2017Q1/net-mgmt/icingaweb2/Makefile Thu Feb 9 16:34:05 2017 (r433741) @@ -3,6 +3,7 @@ PORTNAME= icingaweb2 DISTVERSIONPREFIX= v DISTVERSION= 2.4.1 +PORTREVISION= 1 CATEGORIES= net-mgmt www MAINTAINER= lme@FreeBSD.org @@ -37,7 +38,7 @@ PDF_DESC= Export graphs as PDF NLS_USES= gettext NLS_USE= php=intl -PGSQL_USE= PHP=pdo_pgsql +PGSQL_USE= PHP=pdo_pgsql,pgsql MYSQL_USE= PHP=pdo_mysql LDAP_USE= PHP=ldap PDF_RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:graphics/pecl-imagick