git: 2a8121a73038 - main - security/metasploit: add pkg-message for post-install steps

From: Torsten Zuehlsdorff <tz_at_FreeBSD.org>
Date: Wed, 25 Mar 2026 14:43:26 UTC
The branch main has been updated by tz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2a8121a730381ab575b7ff86a81a75fc7d106cb3

commit 2a8121a730381ab575b7ff86a81a75fc7d106cb3
Author:     Torsten Zuehlsdorff <tz@FreeBSD.org>
AuthorDate: 2026-03-23 20:12:26 +0000
Commit:     Torsten Zuehlsdorff <tz@FreeBSD.org>
CommitDate: 2026-03-25 14:42:59 +0000

    security/metasploit: add pkg-message for post-install steps
    
    Document the necessary 'bundle install' workaround for win32api gem.
    
    PR:             262289
---
 security/metasploit/pkg-message | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/security/metasploit/pkg-message b/security/metasploit/pkg-message
new file mode 100644
index 000000000000..ce0d9a46af8e
--- /dev/null
+++ b/security/metasploit/pkg-message
@@ -0,0 +1,11 @@
+[
+{ type: install
+  message: <<EOM
+
+This port requires the addition of seperate gems to include the win32api.
+As an unprivileged non-root user, please run "bundle install" from the /usr/local/share/metasploit directory
+cd /usr/local/share/metasploit && bundle install
+
+EOM
+}
+]