From owner-svn-ports-head@freebsd.org Thu Sep 15 20:36:23 2016 Return-Path: Delivered-To: svn-ports-head@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 00E54BDC90C; Thu, 15 Sep 2016 20:36:23 +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 C559EB22; Thu, 15 Sep 2016 20:36:22 +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 u8FKaLRa054178; Thu, 15 Sep 2016 20:36:21 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8FKaLSS054177; Thu, 15 Sep 2016 20:36:21 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201609152036.u8FKaLSS054177@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Thu, 15 Sep 2016 20:36:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422227 - head/net-mgmt/icingaweb2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2016 20:36:23 -0000 Author: lme Date: Thu Sep 15 20:36:21 2016 New Revision: 422227 URL: https://svnweb.freebsd.org/changeset/ports/422227 Log: net-mgmt/icingaweb2: - Fix NLS option - Add PDF option using graphics/pecl-imagick (off by default) - Bump PORTREVISION PR: 212653 Submitted by: mat Modified: head/net-mgmt/icingaweb2/Makefile Modified: head/net-mgmt/icingaweb2/Makefile ============================================================================== --- head/net-mgmt/icingaweb2/Makefile Thu Sep 15 20:30:00 2016 (r422226) +++ head/net-mgmt/icingaweb2/Makefile Thu Sep 15 20:36:21 2016 (r422227) @@ -3,6 +3,7 @@ PORTNAME= icingaweb2 DISTVERSIONPREFIX= v DISTVERSION= 2.3.4 +PORTREVISION= 1 CATEGORIES= net-mgmt www MAINTAINER= lme@FreeBSD.org @@ -29,13 +30,17 @@ SUB_LIST= WWWDIR=${WWWDIR} \ PLIST_SUB= WWWOWN=${WWWOWN} \ WWWGRP=${WWWGRP} -OPTIONS_DEFINE= NLS LDAP MYSQL PGSQL +OPTIONS_DEFINE= NLS LDAP MYSQL PGSQL PDF OPTIONS_DEFAULT= LDAP MYSQL PGSQL +PDF_DESC= Export graphs as PDF + NLS_USES= gettext +NLS_USE= php=intl PGSQL_USE= PHP=pdo_pgsql MYSQL_USE= PHP=pdo_mysql LDAP_USE= PHP=ldap +PDF_RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:graphics/pecl-imagick do-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/bash_completion.d/