summaryrefslogtreecommitdiffstats
path: root/VDEPENDS
diff options
context:
space:
mode:
authorIsmael Luceno2022-09-01 20:49:58 +0200
committerIsmael Luceno2022-09-01 20:50:33 +0200
commit2b3058b62836f098c0a9c686ad09ca2c017f6bc5 (patch)
treed85ed31b2e9e9b43dc7221d5de6b8d5692ab01a8 /VDEPENDS
parentf1d8a13b293558da775224df776f4743cb9c8d07 (diff)
VDEPENDS: Make more verbose
Diffstat (limited to 'VDEPENDS')
-rw-r--r--VDEPENDS2
1 files changed, 2 insertions, 0 deletions
diff --git a/VDEPENDS b/VDEPENDS
index 337caf11f8..b450c589ee 100644
--- a/VDEPENDS
+++ b/VDEPENDS
@@ -65,6 +65,8 @@ vdepends() {
iver="$(spell_ok "$dep" && installed_version "$dep")"
gver="$(codex_set_current_spell_by_name "$dep" && echo "$VERSION")"
while [ -n "$rest" ] && read op depver rest <<< "$rest"; do
+ message "$SPELL_COLOR$SPELL$MESSAGE_COLOR checking for" \
+ "$SPELL_COLOR$dep$DEFAULT_COLOR $op $depver"
[ -n "$iver" ] && vdepends_vercheck "$iver" "$op" "$depver" && continue
if [ "$gver" = "$iver" ] || ! vdepends_vercheck "$gver" "$op" "$depver"
then