aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/pkg-provides
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-08-14 12:14:42 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-08-14 12:14:42 +0000
commitd2f3167e02df98ddbed29cbbc2c5ada42eb80e27 (patch)
tree3101a230df47611cc95ad8967b10bbb3f58fa7eb /ports-mgmt/pkg-provides
parent024d6916f9a805387a7b2d7ebffca6e633692b45 (diff)
downloadports-d2f3167e02df98ddbed29cbbc2c5ada42eb80e27.tar.gz
ports-d2f3167e02df98ddbed29cbbc2c5ada42eb80e27.zip
Convert to UCL & cleanup pkg-message (categories [p-r])
Notes
Notes: svn path=/head/; revision=508908
Diffstat (limited to 'ports-mgmt/pkg-provides')
-rw-r--r--ports-mgmt/pkg-provides/files/pkg-message.in14
1 files changed, 10 insertions, 4 deletions
diff --git a/ports-mgmt/pkg-provides/files/pkg-message.in b/ports-mgmt/pkg-provides/files/pkg-message.in
index 0a0b89a6b70c..d9bd915293cd 100644
--- a/ports-mgmt/pkg-provides/files/pkg-message.in
+++ b/ports-mgmt/pkg-provides/files/pkg-message.in
@@ -1,4 +1,6 @@
- ======================= pkg plugin activation ========================
+[
+{ type: install
+ message: <<EOM
In order to use the pkg-provides plugin you need to enable plugins in pkg.
To do this, uncomment the following lines in %%LOCALBASE%%/etc/pkg.conf file
and add pkg-provides to the supported plugin list
@@ -8,7 +10,11 @@
PLUGINS [ provides ];
After that run `pkg plugins' to see the plugins handled by pkg`.
-
+EOM
+}
+{ type: upgrade
+ message: <<EOM
To update the provides database run `pkg provides -u`
-
- ====================================================================
+EOM
+}
+]