1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

- Fix plist

- Bump PORTREVISION

PR:		198975
Submitted by:	Chad Payne <cpayne@gmail.com>
This commit is contained in:
Lars Engels 2015-04-01 14:44:17 +00:00
parent aa757e5ff6
commit da98054740
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382917
2 changed files with 12 additions and 6 deletions

View File

@ -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=/

View File

@ -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