git: 1a3b0f7b06a1 - main - sysutils/zfs-replicate: add pkg-message

From: Larry Rosenman <ler_at_FreeBSD.org>
Date: Thu, 29 Aug 2024 21:59:48 UTC
The branch main has been updated by ler:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1a3b0f7b06a18d114eb3fd5d7fc60b39fb92914a

commit 1a3b0f7b06a18d114eb3fd5d7fc60b39fb92914a
Author:     Larry Rosenman <ler@FreeBSD.org>
AuthorDate: 2024-08-29 21:58:50 +0000
Commit:     Larry Rosenman <ler@FreeBSD.org>
CommitDate: 2024-08-29 21:59:44 +0000

    sysutils/zfs-replicate: add pkg-message
    
    PR:     281130
    Reported by:    Victor <tschetter.victor@gmail.com> (Maintainer)
---
 sysutils/zfs-replicate/Makefile    |  2 +-
 sysutils/zfs-replicate/pkg-message | 11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/sysutils/zfs-replicate/Makefile b/sysutils/zfs-replicate/Makefile
index 0b689946c93c..b8af16f37a6d 100644
--- a/sysutils/zfs-replicate/Makefile
+++ b/sysutils/zfs-replicate/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	zfs-replicate
 PORTVERSION=	1.0
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 
 MAINTAINER=	tschetter.victor@gmail.com
diff --git a/sysutils/zfs-replicate/pkg-message b/sysutils/zfs-replicate/pkg-message
new file mode 100644
index 000000000000..cd5ab6aab4c2
--- /dev/null
+++ b/sysutils/zfs-replicate/pkg-message
@@ -0,0 +1,11 @@
+[
+{ type: install
+  message: <<EOM
+To run zfs-replicate, copy /usr/local/share/zfs-replicate/config.sample.sh to
+/usr/local/share/zfs-replicate/config.sh, customize to your environment, and 
+run using "zfs-replicate /usr/local/share/zfs-replicate/config.sh"
+
+See https://github.com/aaronhurt/zfs-replicate for documentation.
+EOM
+}
+]