aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/icingadb
diff options
context:
space:
mode:
authorDan Langille <dvl@FreeBSD.org>2024-01-15 13:53:38 +0000
committerDan Langille <dvl@FreeBSD.org>2024-01-15 13:55:20 +0000
commit42714c697fa42b2ec70641b1e1b38a1e5c589972 (patch)
tree6dafcaedc8c1a8310687b1f59992f493b12b1ea8 /net-mgmt/icingadb
parent879ed088847d8b9adffab39e082ed7d104b0ef3a (diff)
downloadports-42714c697fa42b2ec70641b1e1b38a1e5c589972.tar.gz
ports-42714c697fa42b2ec70641b1e1b38a1e5c589972.zip
net-mgmt/icingadb: add pkg-message
A PostgreSQL extension needs to be created before using this package. PR: 276272
Diffstat (limited to 'net-mgmt/icingadb')
-rw-r--r--net-mgmt/icingadb/Makefile2
-rw-r--r--net-mgmt/icingadb/pkg-message11
2 files changed, 12 insertions, 1 deletions
diff --git a/net-mgmt/icingadb/Makefile b/net-mgmt/icingadb/Makefile
index 14fe132bb13a..608c66da763c 100644
--- a/net-mgmt/icingadb/Makefile
+++ b/net-mgmt/icingadb/Makefile
@@ -1,7 +1,7 @@
PORTNAME= icingadb
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.1
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= net-mgmt
MAINTAINER= dvl@FreeBSD.org
diff --git a/net-mgmt/icingadb/pkg-message b/net-mgmt/icingadb/pkg-message
new file mode 100644
index 000000000000..c6507e26dca3
--- /dev/null
+++ b/net-mgmt/icingadb/pkg-message
@@ -0,0 +1,11 @@
+[
+{ type: install
+ message: <<EOM
+When using this package for the first time, you must first create the
+CITEXT extension in your databaes. Issue this command:
+
+create extension if not exists citext;
+
+EOM
+}
+]