diff options
Diffstat (limited to 'net-mgmt/icingadb')
-rw-r--r-- | net-mgmt/icingadb/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/icingadb/pkg-plist | 18 |
2 files changed, 12 insertions, 7 deletions
diff --git a/net-mgmt/icingadb/Makefile b/net-mgmt/icingadb/Makefile index 93e83b0e2dcf..6b558e50f867 100644 --- a/net-mgmt/icingadb/Makefile +++ b/net-mgmt/icingadb/Makefile @@ -1,6 +1,7 @@ PORTNAME= icingadb DISTVERSIONPREFIX= v DISTVERSION= 1.4.0 +PORTREVISION= 2 CATEGORIES= net-mgmt MAINTAINER= dvl@FreeBSD.org diff --git a/net-mgmt/icingadb/pkg-plist b/net-mgmt/icingadb/pkg-plist index 2f3a3e154b7c..c9476a0fcbef 100644 --- a/net-mgmt/icingadb/pkg-plist +++ b/net-mgmt/icingadb/pkg-plist @@ -1,12 +1,16 @@ bin/%%PORTNAME%% @sample(root,wheel,0640) etc/%%PORTNAME%%/config.yml.sample -%%EXAMPLESDIR%%/schema/pgsql/upgrades/optional/1.2-0-history.sql -%%EXAMPLESDIR%%/schema/pgsql/upgrades/1.1.1.sql -%%EXAMPLESDIR%%/schema/pgsql/upgrades/1.2.0.sql -%%EXAMPLESDIR%%/schema/pgsql/schema.sql %%EXAMPLESDIR%%/schema/mysql/schema.sql -%%EXAMPLESDIR%%/schema/mysql/upgrades/optional/1.2.0-history.sql -%%EXAMPLESDIR%%/schema/mysql/upgrades/1.1.1.sql -%%EXAMPLESDIR%%/schema/mysql/upgrades/1.0.0.sql %%EXAMPLESDIR%%/schema/mysql/upgrades/1.0.0-rc2.sql +%%EXAMPLESDIR%%/schema/mysql/upgrades/1.0.0.sql +%%EXAMPLESDIR%%/schema/mysql/upgrades/1.1.1.sql %%EXAMPLESDIR%%/schema/mysql/upgrades/1.2.0.sql +%%EXAMPLESDIR%%/schema/mysql/upgrades/1.2.1.sql +%%EXAMPLESDIR%%/schema/mysql/upgrades/1.4.0.sql +%%EXAMPLESDIR%%/schema/mysql/upgrades/optional/1.2.0-history.sql +%%EXAMPLESDIR%%/schema/pgsql/schema.sql +%%EXAMPLESDIR%%/schema/pgsql/upgrades/1.1.1.sql +%%EXAMPLESDIR%%/schema/pgsql/upgrades/1.2.0.sql +%%EXAMPLESDIR%%/schema/pgsql/upgrades/1.2.1.sql +%%EXAMPLESDIR%%/schema/pgsql/upgrades/1.4.0.sql +%%EXAMPLESDIR%%/schema/pgsql/upgrades/optional/1.2-0-history.sql |