mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
24d4fb0164
Fix package message who has two different messages displayed for the same upgrade. Remove the oldest one done for versions under 0.6.0 released in 2019. PR: 271688 Reported by: grahamperrin
21 lines
499 B
Plaintext
21 lines
499 B
Plaintext
[
|
|
{ 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:
|
|
|
|
PKG_PLUGINS_DIR = "%%LOCALBASE%%/lib/pkg/";
|
|
PKG_ENABLE_PLUGINS = true;
|
|
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
|
|
}
|
|
]
|