diff options
author | lme <lme@FreeBSD.org> | 2015-04-01 22:44:17 +0800 |
---|---|---|
committer | lme <lme@FreeBSD.org> | 2015-04-01 22:44:17 +0800 |
commit | b765738355d38b579474dcc0a3865db1f8717cb8 (patch) | |
tree | 0d3f0ec1e98372adac3f0ec9204b79c0a131fb63 /net-mgmt | |
parent | 69b6dc76ffecefb36178d73fbc566bb10f4037b5 (diff) | |
download | freebsd-ports-gnome-b765738355d38b579474dcc0a3865db1f8717cb8.tar.gz freebsd-ports-gnome-b765738355d38b579474dcc0a3865db1f8717cb8.tar.zst freebsd-ports-gnome-b765738355d38b579474dcc0a3865db1f8717cb8.zip |
- Fix plist
- Bump PORTREVISION
PR: 198975
Submitted by: Chad Payne <cpayne@gmail.com>
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/icinga2/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/icinga2/pkg-plist | 17 |
2 files changed, 12 insertions, 6 deletions
diff --git a/net-mgmt/icinga2/Makefile b/net-mgmt/icinga2/Makefile index a7082454036e..c712c19477af 100644 --- a/net-mgmt/icinga2/Makefile +++ b/net-mgmt/icinga2/Makefile @@ -2,6 +2,7 @@ PORTNAME= icinga2 DISTVERSION= 2.3.3 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://github.com/Icinga/${PORTNAME}/archive/v${DISTVERSION}.tar.gz?dummy=/ diff --git a/net-mgmt/icinga2/pkg-plist b/net-mgmt/icinga2/pkg-plist index 3fbdc8a449f6..b26d4522fd93 100644 --- a/net-mgmt/icinga2/pkg-plist +++ b/net-mgmt/icinga2/pkg-plist @@ -19,7 +19,7 @@ etc/bash_completion.d/icinga2 @sample %%ETCDIR%%/features-available/graphite.conf.sample @sample %%ETCDIR%%/features-available/icingastatus.conf.sample %%MYSQL%%@sample(icinga,icinga,0640) %%ETCDIR%%/features-available/ido-mysql.conf.sample -@sample(icinga,icinga,0640) %%ETCDIR%%/features-available/ido-pgsql.conf.sample +%%PGSQL%%@sample(icinga,icinga,0640) %%ETCDIR%%/features-available/ido-pgsql.conf.sample @sample %%ETCDIR%%/features-available/livestatus.conf.sample @sample %%ETCDIR%%/features-available/mainlog.conf.sample @sample %%ETCDIR%%/features-available/notification.conf.sample @@ -84,11 +84,16 @@ sbin/icinga2 %%PORTDOCS%%%%DOCSDIR%%/markdown/7-icinga-template-library.md %%PORTDOCS%%%%DOCSDIR%%/markdown/8-cli-commands.md %%PORTDOCS%%%%DOCSDIR%%/markdown/9-monitoring-remote-systems.md -%%DATADIR%%-ido-pgsql/schema/pgsql.sql -%%DATADIR%%-ido-pgsql/schema/upgrade/2.0.2.sql -%%DATADIR%%-ido-pgsql/schema/upgrade/2.1.0.sql -%%DATADIR%%-ido-pgsql/schema/upgrade/2.2.0.sql -%%DATADIR%%-ido-pgsql/schema/upgrade/2.3.0.sql +%%MYSQL%%%%DATADIR%%-ido-mysql/schema/mysql.sql +%%MYSQL%%%%DATADIR%%-ido-mysql/schema/upgrade/2.0.2.sql +%%MYSQL%%%%DATADIR%%-ido-mysql/schema/upgrade/2.1.0.sql +%%MYSQL%%%%DATADIR%%-ido-mysql/schema/upgrade/2.2.0.sql +%%MYSQL%%%%DATADIR%%-ido-mysql/schema/upgrade/2.3.0.sql +%%PGSQL%%%%DATADIR%%-ido-pgsql/schema/pgsql.sql +%%PGSQL%%%%DATADIR%%-ido-pgsql/schema/upgrade/2.0.2.sql +%%PGSQL%%%%DATADIR%%-ido-pgsql/schema/upgrade/2.1.0.sql +%%PGSQL%%%%DATADIR%%-ido-pgsql/schema/upgrade/2.2.0.sql +%%PGSQL%%%%DATADIR%%-ido-pgsql/schema/upgrade/2.3.0.sql %%DATADIR%%/include/command-icinga.conf %%DATADIR%%/include/command-nscp-local.conf %%DATADIR%%/include/command-plugins-manubulon.conf |