git: 42714c697fa4 - main - net-mgmt/icingadb: add pkg-message

From: Dan Langille <dvl_at_FreeBSD.org>
Date: Mon, 15 Jan 2024 13:55:29 UTC
The branch main has been updated by dvl:

URL: https://cgit.FreeBSD.org/ports/commit/?id=42714c697fa42b2ec70641b1e1b38a1e5c589972

commit 42714c697fa42b2ec70641b1e1b38a1e5c589972
Author:     Dan Langille <dvl@FreeBSD.org>
AuthorDate: 2024-01-15 13:53:38 +0000
Commit:     Dan Langille <dvl@FreeBSD.org>
CommitDate: 2024-01-15 13:55:20 +0000

    net-mgmt/icingadb: add pkg-message
    
    A PostgreSQL extension needs to be created before using this package.
    
    PR:             276272
---
 net-mgmt/icingadb/Makefile    |  2 +-
 net-mgmt/icingadb/pkg-message | 11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)

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
+}
+]