aboutsummaryrefslogtreecommitdiff
path: root/security/py-zkg/pkg-message
diff options
context:
space:
mode:
authorCraig Leres <leres@FreeBSD.org>2021-06-24 20:33:02 +0000
committerCraig Leres <leres@FreeBSD.org>2021-06-24 20:40:59 +0000
commit2c570ca54c52b580cb0149b5a6d774945044c5e5 (patch)
treec19402ee119cebd7033391cd22ffaf74fd516bf1 /security/py-zkg/pkg-message
parent7d65d24dfd8ea4f2fdc8a81981327c76b1a9279b (diff)
downloadports-2c570ca54c52b580cb0149b5a6d774945044c5e5.tar.gz
ports-2c570ca54c52b580cb0149b5a6d774945044c5e5.zip
security/py-zkg: Update to 2.10.0
Changes since 2.7.1: - Improve the package source refresh test - Add logging to package source refreshes - Harden "@" interpretation in package source URLs - Add an baseline canonifier to user-mode btest - Add 'uservar' and 'template' modules to API docs - Fix sphinxarg extension's use of old Sphinx logging API - Add "template info" command - Add templating functionality to zkg toplevel script - Add a "slug" helper for user vars - Add Zeek package templating module - Add _util.load_source() for sourcing a Python script as a module - Prefill the prompt for user vars with current value - Refactor user vars into their own class and module - Migrate some git helpers to _util for broader access - include exception output in dependency import error messages - Add support for packages shipping executables - Update plugin used in test suite for Zeek 4.1 compatibility - Update test baselines to include btest header info - Prevent local githooks from interfering with zkg's commands - Prevent local githooks from interfering with the testsuite - Update CI to test Zeek 4.0 and not test 3.2 anymore PR: 256807 Reported by: mshirk@daemon-security.com Approved by: mshirk@daemon-security.com (maintainer)
Diffstat (limited to 'security/py-zkg/pkg-message')
-rw-r--r--security/py-zkg/pkg-message9
1 files changed, 3 insertions, 6 deletions
diff --git a/security/py-zkg/pkg-message b/security/py-zkg/pkg-message
index 05f451a6be58..9a5489881788 100644
--- a/security/py-zkg/pkg-message
+++ b/security/py-zkg/pkg-message
@@ -1,15 +1,12 @@
[
{ type: install
message: <<EOM
+
+===================================
Run the following to configure zkg:
zkg autoconfig
-
-NOTE:
-
-The previous command "bro-pkg" can also be used intermittently for a
-while but its usage is deprecated and may be removed in a future
-release.
+===================================
EOM
}
]