From owner-svn-ports-head@freebsd.org Thu Oct 8 20:05:24 2015 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 640B29D03AB; Thu, 8 Oct 2015 20:05:24 +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 1429F1C1D; Thu, 8 Oct 2015 20:05:24 +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 t98K5NPB088762; Thu, 8 Oct 2015 20:05:23 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t98K5N4F088760; Thu, 8 Oct 2015 20:05:23 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201510082005.t98K5N4F088760@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Thu, 8 Oct 2015 20:05:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398892 - 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.20 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, 08 Oct 2015 20:05:24 -0000 Author: lme Date: Thu Oct 8 20:05:22 2015 New Revision: 398892 URL: https://svnweb.freebsd.org/changeset/ports/398892 Log: - Fix plist (I forgot to commit the plist change in the last commit) - Bump PORTREVISION Noticed by: ohauer Modified: head/net-mgmt/icingaweb2/Makefile head/net-mgmt/icingaweb2/pkg-plist Modified: head/net-mgmt/icingaweb2/Makefile ============================================================================== --- head/net-mgmt/icingaweb2/Makefile Thu Oct 8 19:52:00 2015 (r398891) +++ head/net-mgmt/icingaweb2/Makefile Thu Oct 8 20:05:22 2015 (r398892) @@ -3,7 +3,7 @@ PORTNAME= icingaweb2 DISTVERSIONPREFIX= v DISTVERSION= 2.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt www MAINTAINER= lme@FreeBSD.org Modified: head/net-mgmt/icingaweb2/pkg-plist ============================================================================== --- head/net-mgmt/icingaweb2/pkg-plist Thu Oct 8 19:52:00 2015 (r398891) +++ head/net-mgmt/icingaweb2/pkg-plist Thu Oct 8 20:05:22 2015 (r398892) @@ -1,10 +1,6 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/apache/icingaweb2.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bash_completion.d/icingacli %%PORTEXAMPLES%%%%EXAMPLESDIR%%/nginx/icingaweb2.conf -%%ETCDIR%%/schema/mysql-upgrades/2.0.0beta3-2.0.0rc1.sql -%%ETCDIR%%/schema/mysql.schema.sql -%%ETCDIR%%/schema/pgsql-upgrades/2.0.0beta3-2.0.0rc1.sql -%%ETCDIR%%/schema/pgsql.schema.sql %%WWWDIR%%/AUTHORS %%WWWDIR%%/COPYING %%WWWDIR%%/ChangeLog @@ -171,6 +167,11 @@ %%WWWDIR%%/doc/resources.md %%WWWDIR%%/doc/security.md %%WWWDIR%%/doc/vagrant.md +%%WWWDIR%%/etc/bash_completion.d/icingacli +%%WWWDIR%%/etc/schema/mysql-upgrades/2.0.0beta3-2.0.0rc1.sql +%%WWWDIR%%/etc/schema/mysql.schema.sql +%%WWWDIR%%/etc/schema/pgsql-upgrades/2.0.0beta3-2.0.0rc1.sql +%%WWWDIR%%/etc/schema/pgsql.schema.sql %%WWWDIR%%/library/Icinga/Application/ApplicationBootstrap.php %%WWWDIR%%/library/Icinga/Application/Benchmark.php %%WWWDIR%%/library/Icinga/Application/ClassLoader.php